source: trunk/src/core/make.inc @ 37

Last change on this file since 37 was 37, checked in by dkearney, 18 years ago

adding initial rappture core data structures different types of variables

File size: 962 bytes
Line 
1$(WORK_DIR)/RpUnits.o: $(SRC_DIR)/RpUnits.cc
2        $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
3
4$(WORK_DIR)/RpUnitsStd.o: $(SRC_DIR)/RpUnitsStd.cc
5        $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
6
7$(WORK_DIR)/RpDict.o: $(SRC_DIR)/RpDict.cc
8        $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
9
10$(WORK_DIR)/RpVariable.o: $(SRC_DIR)/RpVariable.cc
11        $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
12
13$(WORK_DIR)/RpNumber.o: $(SRC_DIR)/RpNumber.cc
14        $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
15
16$(WORK_DIR)/RpString.o: $(SRC_DIR)/RpString.cc
17        $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
18
19$(WORK_DIR)/RpChoice.o: $(SRC_DIR)/RpChoice.cc
20        $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
21
22$(WORK_DIR)/RpBoolean.o: $(SRC_DIR)/RpBoolean.cc
23        $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
24
25$(WORK_DIR)/RpOption.o: $(SRC_DIR)/RpOption.cc
26        $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
27
28$(WORK_DIR)/RpAbout.o: $(SRC_DIR)/RpAbout.cc
29        $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
Note: See TracBrowser for help on using the repository browser.