source: trunk/src/cee/make.inc @ 55

Last change on this file since 55 was 33, checked in by dkearney, 19 years ago

separated make file into components to be included to create larger makefiles so i could compile stuff in rappture/examples/fermi_fortran using the make.inc's in the src dirs

File size: 261 bytes
Line 
1
2$(WORK_DIR)/rappture_interface.o: $(CEE_SRC)/rappture_interface.c
3        $(CPP) -fPIC $(DEBUG) $(INCL_CEE) $(INCL_PY) -o $@ -c $<
4
5$(WORK_DIR)/RpUnitsCInterface.o: $(CEE_SRC)/RpUnitsCInterface.cc
6        $(CPP) $(CFLAGS) -fPIC $(DEBUG) $(INCL_CORE) $(INCL_CEE) -o $@ -c $?
Note: See TracBrowser for help on using the repository browser.