# # Common makefile template for igen. This file is not intended to # be a useful Makefile in isolation; instead, it should be included # from within an architecture-specific Makefile. # # $Log: make.module.tmpl,v $ # Revision 1.4 1995/05/18 11:13:50 markc # added support for derived classes # # Revision 1.3 1995/03/13 18:14:15 jcargill # Changed libutil to libpdutil # # Revision 1.2 1995/02/16 07:54:26 markc # Port # # Revision 1.1 1995/01/30 18:09:33 jcargill # Major build system reorganization # # USES_FLEX = true TARGET = igen SRCS += ../src/main.C \ parser.C \ scanner.C \ ../src/interface_spec.C \ ../src/templates.C LIBS += -lpdutil -lfl CXXFLAGS += $(USEFULWARNINGS) all: $(TARGET) templates.o: ../src/templates.C $(CXX) $(TFLAGS) $(USEFULWARNINGS) -c ../src/templates.C