1 ## Process this file with automake to produce Makefile.in
2 # Note: Makefile is automatically generated from Makefile.in by the configure
3 # script, and Makefile.in is automatically from Makefile.am by automake.
5 # N.B.: To be able to use dependency tracking on all hosts (not only w. gmake/gcc)
6 # and to use the suffix in library names we need the development versions of
7 # automake. Presently, this means automake version 1.4f. In Groningen, you
8 # can find that under ~lindahl/gnu/bin , or download a copy from www.gromacs.org
10 AUTOMAKE_OPTIONS = foreign
12 SUBDIRS = src admin scripts share include man
15 # Most files in the config subdir is included automatically when
16 # we issue "make dist", but not depcomp
18 EXTRA_DIST = config/depcomp
22 @echo "GROMACS is installed under $(prefix)."
23 @echo "Make sure to update your PATH and MANPATH to find the"
24 @echo "programs and unix manual pages, and possibly LD_LIBRARY_PATH"
25 @echo "or /etc/ld.so.conf if you are using dynamic libraries."
27 @echo "If you want links to the executables in /usr/local/bin,"
28 @echo "you can issue \"make links\" now."
30 # Shortcuts to construct and install the mdrun executable
33 (cd $(top_builddir)/src/gmxlib && $(MAKE) ; exit 0)
34 (cd $(top_builddir)/src/mdlib && $(MAKE) ; exit 0)
35 (cd $(top_builddir)/src/kernel && $(MAKE) mdrun ; exit 0)
38 (cd $(top_builddir)/src/gmxlib && $(MAKE) install ; exit 0)
39 (cd $(top_builddir)/src/mdlib && $(MAKE) install ; exit 0)
40 (cd $(top_builddir)/src/kernel && $(MAKE) install-mdrun ; exit 0)
43 cd $(bindir) && programs=`ls` && cd /usr/local/bin && \
44 for i in $$programs; do \
45 (test ! -f $$i && $(LN_S) $(bindir)/$$i . ; exit 0); \
49 RPMARCH=`rpm --showrc | awk '/^build arch/ {print $$4}'`
52 mkdir -p rpmdir/BUILD \
56 rpmdir/RPMS/$(RPMARCH)
57 cp -f $(PACKAGE)-$(VERSION).tar.gz rpmdir/SOURCES
58 $(RPM) --clean -ba $(top_srcdir)/admin/$(PACKAGE).spec --define "_topdir $$PWD/rpmdir"
59 @echo "============================================================"
60 @echo "Finished - the packages are in rpmdir/RPMS and rpmdir/SRPMS!"
64 mkdir -p rpmdir/BUILD \
68 rpmdir/RPMS/$(RPMARCH)
69 cp -f $(PACKAGE)-$(VERSION).tar.gz rpmdir/SOURCES/$(PACKAGE)-$(VERSION).tar.gz
70 $(RPM) --clean -bb $(top_srcdir)/admin/$(PACKAGE)-mpi.spec --define "_topdir $$PWD/rpmdir"
71 @echo "============================================"
72 @echo "Finished - the packages are in rpmdir/RPMS!"
76 DISTCLEANFILES = libtool config.cache config.log