Changeset 577 for trunk


Ignore:
Timestamp:
Feb 19, 2007, 6:18:34 AM (18 years ago)
Author:
dkearney
Message:

adding src2/core as a target to configure, adjusting makefile to build shared and static librappture2 libraries

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r563 r577  
    3131rplib:
    3232        set -x;
     33        cd src2/core; make clean; make librappture2.a; make librappture2.so.0.0
    3334        cd src; make clean; make librappture;
    3435
    3536install_rplib:
    3637        set -x;
     38        cd src2/core; make install;
    3739        cd src; make install_rappture;
    3840
  • trunk/configure

    r563 r577  
    53025302
    53035303
    5304 ac_config_files="$ac_config_files Makefile examples/demo.bash examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/wrapper/cee/Makefile examples/c-example/Makefile perl/Makefile.PL python/setup.py src/Makefile src/matlab/Makefile src/octave/Makefile test/Makefile gui/apps/rappture"
     5304ac_config_files="$ac_config_files Makefile examples/demo.bash examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/wrapper/cee/Makefile examples/c-example/Makefile perl/Makefile.PL python/setup.py src/Makefile src/matlab/Makefile src/octave/Makefile src2/core/Makefile test/Makefile gui/apps/rappture"
    53055305
    53065306cat >confcache <<\_ACEOF
     
    58825882    "src/matlab/Makefile") CONFIG_FILES="$CONFIG_FILES src/matlab/Makefile" ;;
    58835883    "src/octave/Makefile") CONFIG_FILES="$CONFIG_FILES src/octave/Makefile" ;;
     5884    "src2/core/Makefile") CONFIG_FILES="$CONFIG_FILES src2/core/Makefile" ;;
    58845885    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
    58855886    "gui/apps/rappture") CONFIG_FILES="$CONFIG_FILES gui/apps/rappture" ;;
  • trunk/configure.in

    r563 r577  
    5959    MEX_ARCH="-arch=$with_matlab_arch"
    6060fi
    61 dnl AC_CHECK_PROG(MEX, mex, mex, false)
    6261dnl AM_CONDITIONAL(WITH_MATLAB, test x$MEX != x)
    6362
     
    209208            src/matlab/Makefile \
    210209            src/octave/Makefile \
     210            src2/core/Makefile \
    211211            test/Makefile \
    212212            gui/apps/rappture   )
Note: See TracChangeset for help on using the changeset viewer.