Changeset 39 for trunk/src/core/make.inc


Ignore:
Timestamp:
Aug 15, 2005 9:02:41 AM (18 years ago)
Author:
dkearney
Message:

fixed rappture source's makefile to correctly compile core data structures RpVariable, RpNumber, RpString, RpChoice, RpOption, RpBoolean, RpAbout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/make.inc

    r37 r39  
    1 $(WORK_DIR)/RpUnits.o: $(SRC_DIR)/RpUnits.cc
     1$(WORK_DIR)/Rp%.o: $(CORE_SRC)/Rp%.cc
    22        $(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 TracChangeset for help on using the changeset viewer.