Changeset 269 for trunk/src/Makefile


Ignore:
Timestamp:
Mar 2, 2006 10:29:42 PM (18 years ago)
Author:
dkearney
Message:

added placeholder for tcl bindings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r192 r269  
    5757MATLAB_SRC      = $(SRC_DIR)/matlab
    5858OCTAVE_SRC      = $(SRC_DIR)/octave
     59TCL_SRC         = $(SRC_DIR)/tcl
    5960
    6061LIB_INC_PREFIX  = -Wl,-rpath,$(LIB_DIR) -L$(LIB_DIR)
     
    7475
    7576all: ${PROGS}
    76 install: install_py install_rappture install_rpobjs install_matlab install_octave
     77install:        install_py                      \
     78                        install_rappture        \
     79                        install_rpobjs          \
     80                        install_matlab          \
     81                        install_octave
     82#                       install_tcl
    7783
    7884RP_IO_DEPS      = RpLibrary.o RpLibraryCInterface.o RpLibraryFInterface.o \
     
    151157        cp $(OCTAVE_SRC)/*.oct* $(RP_INSTALL_BASE)/lib/octave
    152158#       cp -d $(OCTAVE_SRC)/*.oct* $(RP_INSTALL_BASE)/lib/octave
     159
     160#### Tcl ###########################################################
     161install_tcl: librappture
     162        cd $(TCL_SRC) && make install && cd -
    153163
    154164
Note: See TracChangeset for help on using the changeset viewer.