Changeset 98 for trunk/src


Ignore:
Timestamp:
Oct 10, 2005, 10:40:20 PM (19 years ago)
Author:
dkearney
Message:

still can't compile matlab stuff from this makefile, but its getting closer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r97 r98  
    5656CEE_SRC         = $(SRC_DIR)/cee
    5757PY_SRC          = $(SRC_DIR)/python
    58 MATLAB_SRC      = $(SRC_DIR)/python
     58MATLAB_SRC      = $(SRC_DIR)/matlab
    5959
    6060LIB_INC_PREFIX  = -Wl,-rpath,$(LIB_DIR) -L$(LIB_DIR)
     
    6666INCL_FORTRAN    = -I $(INCLUDES_DIR)/fortran
    6767INCL_PY         = -I $(INCLUDES_DIR)/python
     68INCL_MATLAB     = -I $(INCLUDES_DIR)/matlab
    6869
    6970
     
    189190
    190191# matlab bindings
    191 INCL_MATLAB = $(INCL_CORE) $(INCL_CEE) $(INCL_RP_DEPS) $(LIB_RAPPTURE)
    192 MATLAB_COMP_ARGS = RpMatlabInterface.cc $(INCL_MATLAB) $(LIB_RAPPTURE)
     192MEX_INCLS = $(INCL_MATLAB) $(INCL_CORE) $(INCL_CEE) $(INCL_RP_DEPS)
     193MATLAB_COMP_ARGS = $(MATLAB_SRC)/RpMatlabInterface.cc $(MEX_INCLS) $(LIB_RAPPTURE)
    193194
    194195RpMatlab:
     
    236237
    237238
     239
     240
    238241#### CLEAN UP ############################################################
    239242clean:
Note: See TracChangeset for help on using the changeset viewer.