Changeset 399 for trunk/src/Makefile


Ignore:
Timestamp:
Apr 6, 2006, 7:31:53 PM (19 years ago)
Author:
dkearney
Message:

improved the tcl bindings,
added units code to core so tcl can show compatible conversions,
added installdir to tcl pkg index file,
added rappture exec for tcl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r395 r399  
    8383
    8484RP_IO_DEPS      = RpLibrary.o RpLibraryCInterface.o RpLibraryFInterface.o \
    85                   scew_extras.o
     85                  scew_extras.o RpEntityRef.o
    8686RP_UNITS_DEPS   = RpUnitsStd.o RpUnits.o RpUnitsCInterface.o RpUnitsFInterface.o
    87 RP_OTHER_DEPS   = RpFortranCommon.o RpBindingsDict.o RpEntityRef.o
     87RP_OTHER_DEPS   = RpFortranCommon.o RpBindingsDict.o
    8888RP_OBJS_DEP     = RpVariable.o RpAbout.o RpNumber.o RpString.o RpBoolean.o \
    8989                  RpChoice.o RpOption.o RpUnitsStd.o RpUnits.o #RpValue.o\
     
    162162        cd $(TCL_SRC) && make install && cd -
    163163
    164 
    165164###############################################
    166165
     
    173172        $(CC) $(CFLAGS) $(DEBUG) $(INCL_CORE) $(INCL_RP_DEPS) -o $@ -c $?
    174173
     174RpEntityRef.o: $(CORE_SRC)/RpEntityRef.cc
     175        $(CXX) $(CFLAGS) $(DEBUG) $(INCL_CORE) -o $@ -c $?
     176
    175177RpVariable.o: $(CORE_SRC)/RpVariable.cc
    176178        $(CXX) $(CFLAGS) $(DEBUG) $(INCL_CORE) -o $@ -c $?
     
    201203
    202204RpBindingsDict.o: $(CORE_SRC)/RpBindingsDict.cc
    203         $(CXX) $(CFLAGS) $(DEBUG) $(INCL_CORE) -o $@ -c $?
    204 
    205 RpEntityRef.o: $(CORE_SRC)/RpEntityRef.cc
    206205        $(CXX) $(CFLAGS) $(DEBUG) $(INCL_CORE) -o $@ -c $?
    207206
Note: See TracChangeset for help on using the changeset viewer.