# Generated automatically from Makefile.in by configure. # generated by configure from Makefile.in SHELL=/bin/sh bindir=/home/jacklm/cca/workspace/trunk/install/ccafe/bin binsuffix= # autoconf outputs ACLIST= varlist Makefile Makefile.dl Makefile.conf.dl Makefile.install reconfigure examples/configureHints cxx/util/xlcdepinclude cxx/util/xlcdepinclude_nosys cxx/Makefile.Rules cxx/Makefile.Vars cxx/MakeIncl.CCAFE_MPI cxx/dc/user_iface/CcaffeineRC cxx/scutil/detemplate.rb cxx/dc/user_iface/ProgramSuffix.h cxx/dc/export/config.hh scripts/simplify-bld scripts/bld2rc chez-rob/protoBS/Makefile cxx/dc/babel/babel-cca/ccafe.sidl cxx/dc/babel/component/StringConsumerPort/StringConsumerPort.sidl cxx/dc/babel/component/PrinterComponent/PrinterComponent.sidl cxx/dc/babel/component/PortTranslatorStarter/PortTranslatorStarter.sidl cxx/dc/babel/component/StarterComponent/StarterComponent.sidl cxx/dc/babel/component/GoComponent/GoComponent.sidl cxx/dc/babel/component/ParameterDialogServiceTest/ParameterDialogServiceTest.sidl cxx/dc/babel/component/ParameterPortFactoryTest/ParameterPortFactoryTest.sidl cxx/dc/babel/component/ServiceRegistryTest/ServiceRegistryTest.sidl cxx/dc/babel/component/MPIComponent/MPIComponent.sidl cxx/dc/babel/test/test-input.scr cxx/dc/babel/mpitest/mpitest-input.scr cxx/dc/neo/mpitest/mpiTest.scr src/DoxyConfig src/MakeIncl.CCAFE src/ccafe-config src/ccafeConfig.sh src/bkupFile.rb src/namespchgr.rb src/memtest src/simpleTests src/testBabelFactoryService src/testBabelParameterDialogServiceTest src/testBabelPortTranslator src/testRPMBatch src/testRPMPortTranslator src/test-python-bs src/test-GoThread src/testBabelParameterPortFactory src/testBabelServiceRegistry src/libccafeCore.scl # all generated goop. GENLIST=config.log config.status $(ACLIST) HAVE_JAVA=1 all: main @echo "Now please 'make install' to install and run tests." @echo "Installation will be put in /home/jacklm/cca/workspace/trunk/install/ccafe." @echo "Installation is not optional." .main main : check-reconfig check-util (cd cxx; $(MAKE) reset-depend) (cd cxx; $(MAKE) gen) (cd cxx; $(MAKE) depend) (cd cxx; $(MAKE) objs) (cd cxx; $(MAKE) libs) (cd cxx; $(MAKE) bins) @echo "MAIN BUILD COMPLETED. You should have a runnable framework." touch .main check-reconfig: chmod a+x reconfigure check-util: (cd cxx/util; chmod a+x xlcdepinclude xlcdepinclude_nosys) experimental: @echo "BUILDING EXPERIMENTS. If this crashes, nothing to worry about." if [ -d chez-rob/protoBS ] ; then \ (cd chez-rob/protoBS; $(MAKE) lib) \ fi expertest: @echo "TESTING EXPERIMENTS. If this crashes, nothing to worry about." if [ -d chez-rob/protoBS ] ; then \ (cd chez-rob/protoBS; $(MAKE) test) \ fi .test test : $(bindir)/simpleTests$(binsuffix) touch .test depend: (cd cxx; $(MAKE) depend) # bugs test-cl test-gui: @echo "no longer supporting old java user interfaces in dccafe module." dirt: -(cd cxx; $(MAKE) dirt) find lib -name '*.a' -print find lib -name '*.o' -print find lib -name '*.so' -print find lib -name '*.exe' -print find lib -name '*.cca' -print clean: -(cd cxx; $(MAKE) clean) -(cd lib; $(MAKE) clean) -$(RM) *.o .install-python distclean: clean -$(RM) $(GENLIST) -(cd lib; $(MAKE) distclean) install: $(MAKE) -f Makefile.install install $(bindir)/simpleTests$(binsuffix) install-notest: $(MAKE) -f Makefile.install install # we don't suggest you edit our configure, but if you must # and you have autoconf 2.13... 2.5x don't work. configure: configure.in acsite.m4 config/*.m4 @my_ac_version="dummy"; \ my_ac_prog=`which autoconf`; \ if test "x$$my_ac_prog" != "x"; then \ my_ac_version=`$$my_ac_prog --version 2>/dev/null | sed '1s/.* \([^ ]*\)$/\1//g;1q'`; \ fi; \ if test "x$$my_ac_version" != "x2.13"; then \ my_ac_prog=`which autoconf-2.13`; \ if test "x$$my_ac_prog" != "x"; then \ my_ac_version=`$$my_ac_prog --version 2>/dev/null | sed '1s/.* \([^ ]*\)$/\1//g;1q'`; \ fi; \ fi; \ if test "x$$my_ac_version" = "x2.13"; then \ echo "autoconf 2.13 found"; \ touch configure ; $(RM) configure; \ $$my_ac_prog configure.in | sed -e 's/# $$Header/# Source/' > configure; \ chmod a+x configure; \ else \ echo "Cannot find autoconf 2.13. 2.5x versions not supported." ; \ fi configure.new: configure.in.new acsite.m4 -$(RM) configure.new autoconf-2.13 configure.in.new | sed -e 's/# $$Header/# Source/' > configure.new chmod a+x configure.new test-configure: configure ./configure