A freeze group can now be allowed to move rigidly in some dimension by using "freezed...
[gromacs/rigid-bodies.git] / Makefile.am
blobfebdec51c310a36a9ef8eb66a387886ab4a2489e
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 \
25                          man/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 \
38                          src/CMakeLists.txt \
39                          src/tools/CMakeLists.txt \
40                          COPYING-GPU \
41                          INSTALL-GPU \
42                          INSTALL.cmake \
43                          INSTALL.automake
46 install-exec-hook:
47 if NO_LA_FILES
48         cd $(DESTDIR)$(libdir) && rm -f libmd@LIBSUFFIX@.la libgmx@LIBSUFFIX@.la libgmxpreprocess@LIBSUFFIX@.la libgmxana@LIBSUFFIX@.la
49 endif
50         @echo ""
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."
55         @echo ""
56         @echo "Please run \"make tests\" now to verify your installation."
57         @echo ""
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
63 mdrun:          
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)
68 install-mdrun:
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)
73 if NO_LA_FILES
74         cd $(DESTDIR)$(libdir) && rm -f libmd@LIBSUFFIX@.la libgmx@LIBSUFFIX@.la libgmxpreprocess@LIBSUFFIX@.la libgmxana@LIBSUFFIX@.la
75 endif
77 fahcore:
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)
82 links:
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); \
86         done
87 tests:
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.";\
90         fi)
92 RPMARCH=`rpm --showrc | awk '/^build arch/ {print $$4}'`
95 # Use --buildroot ???
96 rpm:
97         mkdir -p rpmdir/BUILD \
98           rpmdir/SPECS \
99           rpmdir/SOURCES \
100           rpmdir/SRPMS \
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!"
108 mpi-rpm:        
109         mkdir -p rpmdir/BUILD \
110           rpmdir/SPECS \
111           rpmdir/SOURCES \
112           rpmdir/SRPMS \
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