# file: $PDSP/class/float_8/v1.0/GNUmakefile # # define the c++ compiler # ISIP_CPLUS_COMPILER = /opt/gnu/bin/gcc # source files # ISIP_FILES = *.cc # dependencies # ISIP_DEPS = float_8.h \ float_8_constants.h \ $(PDSP)/include/integral.h # compilation flags: optimize and debug # ISIP_CFLAGS = -O3 # output library # ISIP_OLIB = $(PDSP)/lib/lib_pdsp.a # make template # include $(PDSP)/util/make/compile.make # # end of file