Changeset 39 for trunk/src/core/make.inc
- Timestamp:
- Aug 15, 2005 9:02:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/make.inc
r37 r39 1 $(WORK_DIR)/Rp Units.o: $(SRC_DIR)/RpUnits.cc1 $(WORK_DIR)/Rp%.o: $(CORE_SRC)/Rp%.cc 2 2 $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $? 3 4 $(WORK_DIR)/RpUnitsStd.o: $(SRC_DIR)/RpUnitsStd.cc5 $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?6 7 $(WORK_DIR)/RpDict.o: $(SRC_DIR)/RpDict.cc8 $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?9 10 $(WORK_DIR)/RpVariable.o: $(SRC_DIR)/RpVariable.cc11 $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?12 13 $(WORK_DIR)/RpNumber.o: $(SRC_DIR)/RpNumber.cc14 $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?15 16 $(WORK_DIR)/RpString.o: $(SRC_DIR)/RpString.cc17 $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?18 19 $(WORK_DIR)/RpChoice.o: $(SRC_DIR)/RpChoice.cc20 $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?21 22 $(WORK_DIR)/RpBoolean.o: $(SRC_DIR)/RpBoolean.cc23 $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?24 25 $(WORK_DIR)/RpOption.o: $(SRC_DIR)/RpOption.cc26 $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?27 28 $(WORK_DIR)/RpAbout.o: $(SRC_DIR)/RpAbout.cc29 $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
Note: See TracChangeset
for help on using the changeset viewer.