- Timestamp:
- Feb 19, 2007, 6:18:34 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r563 r577 31 31 rplib: 32 32 set -x; 33 cd src2/core; make clean; make librappture2.a; make librappture2.so.0.0 33 34 cd src; make clean; make librappture; 34 35 35 36 install_rplib: 36 37 set -x; 38 cd src2/core; make install; 37 39 cd src; make install_rappture; 38 40 -
trunk/configure
r563 r577 5302 5302 5303 5303 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"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 src2/core/Makefile test/Makefile gui/apps/rappture" 5305 5305 5306 5306 cat >confcache <<\_ACEOF … … 5882 5882 "src/matlab/Makefile") CONFIG_FILES="$CONFIG_FILES src/matlab/Makefile" ;; 5883 5883 "src/octave/Makefile") CONFIG_FILES="$CONFIG_FILES src/octave/Makefile" ;; 5884 "src2/core/Makefile") CONFIG_FILES="$CONFIG_FILES src2/core/Makefile" ;; 5884 5885 "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; 5885 5886 "gui/apps/rappture") CONFIG_FILES="$CONFIG_FILES gui/apps/rappture" ;; -
trunk/configure.in
r563 r577 59 59 MEX_ARCH="-arch=$with_matlab_arch" 60 60 fi 61 dnl AC_CHECK_PROG(MEX, mex, mex, false)62 61 dnl AM_CONDITIONAL(WITH_MATLAB, test x$MEX != x) 63 62 … … 209 208 src/matlab/Makefile \ 210 209 src/octave/Makefile \ 210 src2/core/Makefile \ 211 211 test/Makefile \ 212 212 gui/apps/rappture )
Note: See TracChangeset
for help on using the changeset viewer.