# file: $isip/class/dstr/BiGraphVertex/GNUmakefile # version: $Id: GNUmakefile 7090 2001-06-19 19:32:53Z alphonso $ # # this make file builds the BiGraphVertex class # # define the source files # ISIP_FILES = # define the header files that need to be installed # ISIP_HEADER_FILES = BiGraphVertex.h # define other dependencies (headers are included automatically) # ISIP_DEPS = BiGraph.h BiGraphArc.h DoubleLinkedList.h String.h # define the compilation flags # ISIP_CFLAGS = # define the diagnose class (we put diagnose method outside the header # file in BiGraphVertexDiagnose.h) # DIAG_CLASS = BiGraphVertexDiagnose DIAG_HEADER = $(ISIP_DEVEL)/class/dstr/BiGraphVertex/BiGraphVertexDiagnose.h # define the diagnose mode for generic template classes # ISIP_DIAGNOSE_MODE = template-diagnose # include the isip standard make template # include $(ISIP_DEVEL)/lib/scripts/make/compile.make # # end of file