# This file was generated by configure -- don't edit it! TMPDIR = top_srcdir = /Users/proclus/temp/ccp4-darwin libdir = /Users/proclus/temp/ccp4-darwin/lib ccifdir = bindir = /Users/proclus/temp/ccp4-darwin/bin RANLIB = ranlib FC = fort77 FOPTIM = -O COPTIM = XFFLAGS = -Nx400 -w XCFLAGS = FFLAGS = $(FOPTIM) $(XFFLAGS) XCIF_LIB = LDFLAGS = -L$(LIB_DIR) -lccp4 $(XCIF_LIB) CFLAGS = $(COPTIM) $(XCFLAGS) XDL_LIB = XWIN_LIB = $(XDL_LIB) CC = cc LNS = M4 = m4 -D_f2c=1 SETFLAGS = F = f INSTALL_PROGRAM = INSTALL_DATA = # Makefile tail for CCP4 top level. This will be modified by configure. # $Header: /ccpdisk/xtal/CVSROOT/ccp4/Makefile.in,v 1.24 1999/12/06 15:03:57 mdw Exp $ SHELL = /bin/sh DIRS = $(ccifdir) lib/src src lib/data unsupported/src x-windows # this is for the benefit of makes that don't pass variable values in # recursive invocations, so that you can override these values on the # command line at the top level MVARS = libdir=$(libdir) bindir=$(bindir) FC="$(FC)" CC="$(CC)" \ XFFLAGS="$(XFFLAGS)" FOPTIM="$(FOPTIM)" XLDFLAGS=$(XLDFLAGS) \ CFLAGS="$(CFLAGS)" LNS="$(LNS)" M4="$(M4)" F=$F all : supported unsupported datadir htmldir xwindir # use this if you only want the library, not the contents of src onlylib: datadir .PHONY : src data lib clean install realclean dist # the FORCE doesn't have the desired effect on convex, hence libdir # etc., rather than lib... cciflib : FORCE if test -n "$(ccifdir)"; then cd $(top_srcdir)/lib/ccif; \ $(MAKE); else true; fi libdir : FORCE cciflib cd lib/src; $(MAKE) $(MFLAGS) $(MVARS) srcdir : FORCE libdir if test -d src; then cd src; $(MAKE) $(MFLAGS) $(MVARS); else true; fi supported : srcdir unsupported : FORCE libdir if test -d unsupported/src; then cd unsupported/src; \ $(MAKE) $(MFLAGS) $(MVARS); else true; fi datadir : FORCE libdir cd lib/data; $(MAKE) $(MFLAGS) $(MVARS) xwindir : FORCE libdir if test -f x-windows/Makefile; then cd x-windows; \ $(MAKE) -i $(MFLAGS) ; else true; fi htmldir : FORCE srcdir cd html; ./makeman.csh empty-targets : FORCE cd src; $(MAKE) $(MFLAGS) $(MVARS) empty-targets if test -f unsupported/src/Makefile; then \ cd unsupported/src/; $(MAKE) $(MFLAGS) $(MVARS) $@; else true; fi if test -f x-windows/Makefile; then \ cd x-windows/; $(MAKE) $(MFLAGS) $(MVARS) $@; else true; fi clean install uninstall : for i in $(DIRS) ; do (if test -f $$i/Makefile; then \ if test $$i=x-windows; then \ cd $$i; $(MAKE) -i $(MFLAGS) $@; \ else cd $$i; $(MAKE) $(MFLAGS) $(MVARS) $@; fi; \ else true; fi) ; done realclean : clean # should probably remove created directories eventually, too for i in $(DIRS) ; do (if test -f $$i/Makefile; then \ cd $$i; $(MAKE) $(MFLAGS) $(MVARS) realclean; else true; fi) ;\ done distclean : realclean for i in $(DIRS) ; do (test -f $$i/Makefile; then \ cd $$i; $(MAKE) $(MFLAGS) $(MVARS) distclean; else true; fi) ; done -rm -f Makefile config.status testlib : ; cd lib/src; $(MAKE) $(MFLAGS) $(MVARS) test Makefile : $(top_srcdir)/Makefile.in $(top_srcdir)/src/Makefile.in \ $(top_srcdir)/lib/src/Makefile.in config.status # convex sh doesn't have unset, sigh, but MAKE is set in config.status anyhow. # this will report that unset isn't found on convex, but carry on OK -unset MAKE; ./config.status FORCE : ; # Local Variables: # mode:makefile # End: