# makefile to build sample program

include ../../platform.mk
include ../sample.mk

HFILES = $(CSTA_SRCDIR)/CSTA-ROSE-PDU-types.h $(CSTA_SRCDIR)/CSTA-make-call.h \
$(RTSRCDIR)/asn1type.h $(RTSRCDIR)/asn1CppTypes.h $(BERSRCDIR)/asn1BerCppTypes.h

all : SampleConnectionIDs$(OBJ)

SampleConnectionIDs$(OBJ) : SampleConnectionIDs.cpp $(HFILES)

clean :
	$(RM) *$(OBJ)
	$(RM) *.exe
	$(RM) *.pdb
	$(RM) *.map
	$(RM) *.exp
	$(RM) *~
	$(RM) message.dat
	$(RM) messagei.dat
