
PROG	= factory
SOURCES	:= main.cxx concrete.cxx solid.cxx

ifndef PWLIBDIR
PWLIBDIR=$(HOME)/pwlib
endif

include $(PWLIBDIR)/make/ptlib.mak

