# Generated automatically from Makefile.in by configure. BUILD_ROOT=/home/jacklm/cca/workspace/trunk/build/cca-spec-neo/neo BUILDDIRS= src CLEANDIRS= src lib include BUILDDOCS= doc INSTALL_DIRS= doc # rerun configure with a different --prefix=... to change INSTALL_ROOT. # default is current directory. INSTALL_ROOT= /home/jacklm/cca/workspace/trunk/install/csn PKG_NAME=cca-spec-neo-0.2.4 LN_S=ln -s INSTALL=/usr/bin/install -c INSTALL_DATA=${INSTALL} -m 644 GENFILES=Makefile Makefile.install reconfigure doc/Makefile doc/DoxyConfig src/Makefile src/cca-spec-neo-config src/neocca.cpp src/MakeIncl_CCA_Neo_Vars src/CCA_Neo_Vars.sh src/bld2neo src/varlist src/ctor src/test-script-ccafe.scr src/genNeoXML include/neocca.hh include/pyneocca.hh include/neoaux.hh include/neobase/AbstractFramework.hh include/neobase/Component.hh include/neobase/Port.hh include/neobase/Services.hh include/neobase/Version.hh include/neobase/ComponentID.hh include/neobase/ConnectionID.hh include/neobase/Exception.hh include/neobase/Type.hh include/neobase/TypeMap.hh include/neobase/TypeMismatchException.hh include/neobase/ComponentRelease.hh include/neoports/BuilderService.hh include/neoports/ConnectionEvent.hh include/neoports/ConnectionEventListener.hh include/neoports/ConnectionEventService.hh include/neoports/GoPort.hh include/neoports/JPrintfPort.hh include/neoports/MPIBorrow.hh include/neoports/MPIService.hh include/neoports/StringConsumerPort.hh include/neoports/TimeProducerPort.hh include/neoports/BasicParameterPort.hh include/neoports/ParameterPortFactory.hh include/neoports/ParameterSetListener.hh include/neoports/ParameterGetListener.hh include/neoports/ParameterPort.hh include/neoports/ComponentClassDescription.hh include/neoports/ComponentRepository.hh include/neoports/ServiceProvider.hh include/neoports/ServiceRegistry.hh include/neoports/ComponentFactory.hh include/neoports/Loader.hh include/neosupport/ComponentClassDescription.hh include/neosupport/helpers.hh include/neosupport/MPISetup.hh all: build gen doc done done: @echo "#======================================" @echo "Done with our best shot at everything." @echo "#======================================" gen: (cd include; $(MAKE) gen) # If doxygen isn't found, tough cookies. # It isn't totally impossible to read our headers directly. doc: config/mkdirhier dox/man/man3/neoports config/mkdirhier dox/man/man3/neosupport @for i in $(BUILDDOCS) /dev/null ; do \ if test $$i != "/dev/null" -a -d $$i ; then \ echo "#======================================" ; \ echo "Building documentation in $$i" ; \ echo "#======================================" ; \ (cd $$i ; $(MAKE) ) ; \ fi ; \ if test $$i != "/dev/null" -a ! -d $$i ; then \ echo "* * * You need to checkout/update -d $$i"; \ exit 1 ; \ fi ; \ done build: @for i in $(BUILDDIRS) /dev/null ; do \ if test $$i != "/dev/null" -a -d $$i ; then \ (cd $$i ; $(MAKE) ) ; \ fi ; \ if test $$i != "/dev/null" -a ! -d $$i ; then \ echo "* * * You need to checkout/update -d $$i"; \ exit 1 ; \ fi ; \ done @echo "#=====================================================" @echo " All ($(BUILDDIRS)) built." @echo "#=====================================================" install: $(MAKE) INSTALL_ROOT=$(INSTALL_ROOT) -f Makefile.install install install-files: $(MAKE) INSTALL_ROOT=$(INSTALL_ROOT) -f Makefile.install install-files # Probably should clean out docs too oh well clean: @for i in $(CLEANDIRS) /dev/null ; do \ if test $$i != "/dev/null" -a -d $$i ; then \ (cd $$i ; $(MAKE) TARGET=clean clean) ; \ fi ; \ if test $$i != "/dev/null" -a ! -d $$i ; then \ echo "* * * You need to checkout/update -d $$i"; \ exit 1 ; \ fi ; \ done check: (cd src; $(MAKE) check) distclean: clean (cd include; $(MAKE) TARGET=clean distclean) (cd src; $(MAKE) TARGET=clean distclean) $(RM) -r config.status config.log $(GENFILES) dox bin share # we don't suggest you edit our configure, but if you must # and you have autoconf-2.13... configure: configure.in acsite.m4 -/bin/rm configure autoconf-2.13 configure.in | sed -e 's;# $$Header;# Source;' > configure chmod a+x ./configure test-configure: configure ./configure .PHONY: clean distclean doc all done $(INSTALL_ROOT) install