Redhat now uses rpmbuild instead of rpm to build packages.
[gromacs.git] / Makefile.am
blob599d03791e1303dcfa756c576802f10316940a36
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                                    
20 install-hook:
21         @echo ""
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."
26         @echo ""
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
32 mdrun:          
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)
37 install-mdrun:
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)
42 links:
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); \
46         done
49 RPMARCH=`rpm --showrc | awk '/^build arch/ {print $$4}'`
52 # Use --buildroot ???
53 rpm:
54         mkdir -p rpmdir/BUILD \
55           rpmdir/SPECS \
56           rpmdir/SOURCES \
57           rpmdir/SRPMS \
58           rpmdir/RPMS/$(RPMARCH)
59         cp -f $(PACKAGE)-$(VERSION).tar.gz rpmdir/SOURCES
60         rpmbuild --clean -ba $(top_srcdir)/admin/$(PACKAGE).spec --define "_topdir $$PWD/rpmdir" 
61         @echo "============================================================"
62         @echo "Finished - the packages are in rpmdir/RPMS and rpmdir/SRPMS!"
65 mpi-rpm:        
66         mkdir -p rpmdir/BUILD \
67           rpmdir/SPECS \
68           rpmdir/SOURCES \
69           rpmdir/SRPMS \
70           rpmdir/RPMS/$(RPMARCH)
71         cp -f $(PACKAGE)-$(VERSION).tar.gz rpmdir/SOURCES/$(PACKAGE)-$(VERSION).tar.gz
72         rpmbuild --clean -bb $(top_srcdir)/admin/$(PACKAGE)-mpi.spec --define "_topdir $$PWD/rpmdir"
73         @echo "============================================"
74         @echo "Finished - the packages are in rpmdir/RPMS!"
76 CLEANFILES = *~ \\\#* 
78 DISTCLEANFILES = libtool config.cache config.log