Changeset 93 for trunk/src/Makefile


Ignore:
Timestamp:
Oct 6, 2005, 3:33:41 PM (19 years ago)
Author:
dkearney
Message:
  1. corrected c interface language binding function names so they are

consistant with previous c interface function names

  1. separated object dictionaries from fortran code, placed them in

the RpBindings.[h,cc] files so matlab bindings can use them too.

  1. adjusted makefile to compile RpBindings code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r90 r93  
    7373                  scew_extras.o
    7474RP_UNITS_DEPS   = RpUnitsStd.o RpUnits.o RpUnitsCInterface.o RpUnitsFInterface.o
    75 RP_OTHER_DEPS   = RpFortranCommon.o # RpBindingsDict.o
     75RP_OTHER_DEPS   = RpFortranCommon.o RpBindingsDict.o
    7676RP_OBJS_DEP     = RpVariable.o RpAbout.o RpNumber.o RpString.o RpBoolean.o \
    7777                  RpChoice.o RpOption.o RpUnitsStd.o RpUnits.o
Note: See TracChangeset for help on using the changeset viewer.