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

ifndef PTLIBDIR
PTLIBDIR=$(HOME)/ptlib
endif

include $(PTLIBDIR)/make/ptlib.mak

