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 ACLOCAL_AMFLAGS = -I config
12 AUTOMAKE_OPTIONS = foreign
14 SUBDIRS = include src admin scripts share man
17 # Most files in the config subdir is included automatically when
18 # we issue "make dist", but not depcomp
20 EXTRA_DIST = config/depcomp \
21 CMakeLists.txt cmake \
22 include/thread_mpi/atomic/CMakeLists.txt \
23 include/thread_mpi/CMakeLists.txt \
24 include/CMakeLists.txt \
26 tests/CMakeLists.txt \
27 share/CMakeLists.txt \
28 src/kernel/gmx_gpu_utils \
29 src/kernel/CMakeLists.txt \
30 src/kernel/openmm_wrapper.cpp \
31 src/kernel/openmm_wrapper.h \
32 src/ngmx/CMakeLists.txt \
33 src/mdlib/CMakeLists.txt \
34 src/config.h.cmakein \
35 src/gmxlib/version.c.cmakein \
36 src/gmxlib/thread_mpi/CMakeLists.txt \
37 src/gmxlib/CMakeLists.txt \
39 src/tools/CMakeLists.txt \
48 cd $(DESTDIR)$(libdir) && rm -f libmd@LIBSUFFIX@.la libgmx@LIBSUFFIX@.la libgmxpreprocess@LIBSUFFIX@.la libgmxana@LIBSUFFIX@.la
51 @echo "GROMACS is installed under $(prefix)."
52 @echo "Make sure to update your PATH and MANPATH to find the"
53 @echo "programs and unix manual pages, and possibly LD_LIBRARY_PATH"
54 @echo "or /etc/ld.so.conf if you are using dynamic libraries."
56 @echo "Please run \"make tests\" now to verify your installation."
58 @echo "If you want links to the executables in /usr/local/bin,"
59 @echo "you can issue \"make links\" now."
61 # Shortcuts to construct and install the mdrun executable
64 (cd $(top_builddir)/src/gmxlib && $(MAKE) ; exit 0)
65 (cd $(top_builddir)/src/mdlib && $(MAKE) ; exit 0)
66 (cd $(top_builddir)/src/kernel && $(MAKE) mdrun ; exit 0)
69 (cd $(top_builddir)/src/gmxlib && $(MAKE) install ; exit 0)
70 (cd $(top_builddir)/src/mdlib && $(MAKE) install ; exit 0)
71 (cd $(top_builddir)/src/kernel && $(MAKE) install-libLTLIBRARIES ; exit 0)
72 (cd $(top_builddir)/src/kernel && $(MAKE) install-mdrun ; exit 0)
74 cd $(DESTDIR)$(libdir) && rm -f libmd@LIBSUFFIX@.la libgmx@LIBSUFFIX@.la libgmxpreprocess@LIBSUFFIX@.la libgmxana@LIBSUFFIX@.la
78 (cd $(top_builddir)/src/gmxlib && $(MAKE) ; exit 0)
79 (cd $(top_builddir)/src/mdlib && $(MAKE) ; exit 0)
80 (cd $(top_builddir)/src/kernel && $(MAKE) fahcore ; exit 0)
83 cd $(bindir) && programs=`ls` && cd /usr/local/bin && \
84 for i in $$programs; do \
85 (test ! -f $$i && $(LN_S) $(bindir)/$$i . ; exit 0); \
88 (if test -d "gmxtest"; then cd "gmxtest"; ./gmxtest.pl all; cd ..; \
89 else echo "No gmxtest directory found. Please download and unpack it here.";\
92 RPMARCH=`rpm --showrc | awk '/^build arch/ {print $$4}'`
97 mkdir -p rpmdir/BUILD \
101 rpmdir/RPMS/$(RPMARCH)
102 cp -f $(PACKAGE)-$(VERSION).tar.gz rpmdir/SOURCES
103 rpmbuild --clean -ba $(top_srcdir)/admin/$(PACKAGE).spec --define "_topdir $$PWD/rpmdir"
104 @echo "============================================================"
105 @echo "Finished - the packages are in rpmdir/RPMS and rpmdir/SRPMS!"
109 mkdir -p rpmdir/BUILD \
113 rpmdir/RPMS/$(RPMARCH)
114 cp -f $(PACKAGE)-$(VERSION).tar.gz rpmdir/SOURCES/$(PACKAGE)-$(VERSION).tar.gz
115 rpmbuild --clean -bb $(top_srcdir)/admin/$(PACKAGE)-mpi.spec --define "_topdir $$PWD/rpmdir"
116 @echo "============================================"
117 @echo "Finished - the packages are in rpmdir/RPMS!"
119 CLEANFILES = *~ \\\#*
121 DISTCLEANFILES = libtool config.cache config.log