Removed rtp2xml as a default program for 3.2.0
[gromacs.git] / admin / Makefile.in
blob08e82844f1504c41343400388397b69d6a0c5a8c
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
18 # Don't edit - this file is generated automatically from Makefile.am
20 SHELL = @SHELL@
22 srcdir = @srcdir@
23 top_srcdir = @top_srcdir@
24 VPATH = @srcdir@
25 prefix = @prefix@
26 exec_prefix = @exec_prefix@
28 bindir = @bindir@
29 sbindir = @sbindir@
30 libexecdir = @libexecdir@
31 datadir = @datadir@
32 sysconfdir = @sysconfdir@
33 sharedstatedir = @sharedstatedir@
34 localstatedir = @localstatedir@
35 libdir = @libdir@
36 infodir = @infodir@
37 mandir = @mandir@
38 includedir = @includedir@
39 oldincludedir = /usr/include
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43 top_builddir = ..
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
50 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51 INSTALL = @INSTALL@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@
53 INSTALL_DATA = @INSTALL_DATA@
54 install_sh_DATA = $(install_sh) -c -m 644
55 install_sh_PROGRAM = $(install_sh) -c
56 install_sh_SCRIPT = $(install_sh) -c
57 INSTALL_SCRIPT = @INSTALL_SCRIPT@
58 INSTALL_HEADER = $(INSTALL_DATA)
59 transform = @program_transform_name@
60 NORMAL_INSTALL = :
61 PRE_INSTALL = :
62 POST_INSTALL = :
63 NORMAL_UNINSTALL = :
64 PRE_UNINSTALL = :
65 POST_UNINSTALL = :
66 host_alias = @host_alias@
67 host_triplet = @host@
69 EXEEXT = @EXEEXT@
70 OBJEXT = @OBJEXT@
71 PATH_SEPARATOR = @PATH_SEPARATOR@
72 AMTAR = @AMTAR@
73 AS = @AS@
74 ASFLAGS = @ASFLAGS@
75 AWK = @AWK@
76 CC = @CC@
77 CCAS = @CCAS@
78 CCASFLAGS = @CCASFLAGS@
79 CC_FOR_BUILD = @CC_FOR_BUILD@
80 CPP = @CPP@
81 CXX = @CXX@
82 CXXCPP = @CXXCPP@
83 DEPDIR = @DEPDIR@
84 DLLTOOL = @DLLTOOL@
85 ECHO = @ECHO@
86 F77 = @F77@
87 F77LINK = @F77LINK@
88 FLIBS = @FLIBS@
89 GCJ = @GCJ@
90 GCJFLAGS = @GCJFLAGS@
91 GMXANA_LIBOBJS = @GMXANA_LIBOBJS@
92 GMXLIB_LIBOBJS = @GMXLIB_LIBOBJS@
93 IDENT = @IDENT@
94 INCLUDES = @INCLUDES@
95 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
96 LIBSUFFIX = @LIBSUFFIX@
97 LIBTOOL = @LIBTOOL@
98 LN_S = @LN_S@
99 MDLIB_LIBOBJS = @MDLIB_LIBOBJS@
100 MPICC = @MPICC@
101 OBJDUMP = @OBJDUMP@
102 PACKAGE = @PACKAGE@
103 PTHREAD_CC = @PTHREAD_CC@
104 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
105 PTHREAD_LIBS = @PTHREAD_LIBS@
106 RANLIB = @RANLIB@
107 RC = @RC@
108 RPM = @RPM@
109 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
110 STRIP = @STRIP@
111 VERSION = @VERSION@
112 X_CFLAGS = @X_CFLAGS@
113 X_EXTRA_LIBS = @X_EXTRA_LIBS@
114 X_LIBS = @X_LIBS@
115 X_PRE_LIBS = @X_PRE_LIBS@
116 am__include = @am__include@
117 am__quote = @am__quote@
118 install_sh = @install_sh@
120 EXTRA_SCRIPTS = mkcompl mkhtml mknroff mktex
122 EXTRA_DIST = gromacs.spec gromacs-mpi.spec programs.txt README.patches $(EXTRA_SCRIPTS)
123 subdir = admin
124 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
125 CONFIG_HEADER = $(top_builddir)/src/config.h
126 CONFIG_CLEAN_FILES =
127 DIST_SOURCES =
128 DIST_COMMON = Makefile.am Makefile.in
129 all: all-am
131 .SUFFIXES:
132 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
133 cd $(top_srcdir) && \
134 $(AUTOMAKE) --gnu admin/Makefile
135 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
136 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
138 mostlyclean-libtool:
139 -rm -f *.lo
141 clean-libtool:
142 -rm -rf .libs _libs
144 distclean-libtool:
145 -rm -f libtool
146 uninstall-info-am:
147 tags: TAGS
148 TAGS:
150 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
152 top_distdir = ..
153 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
155 distdir: $(DISTFILES)
156 @list='$(DISTFILES)'; for file in $$list; do \
157 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
158 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
159 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
160 dir="/$$dir"; \
161 $(mkinstalldirs) "$(distdir)$$dir"; \
162 else \
163 dir=''; \
164 fi; \
165 if test -d $$d/$$file; then \
166 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
167 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
168 fi; \
169 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
170 else \
171 test -f $(distdir)/$$file \
172 || cp -p $$d/$$file $(distdir)/$$file \
173 || exit 1; \
174 fi; \
175 done
176 check-am: all-am
177 check: check-am
178 all-am: Makefile
180 installdirs:
182 install: install-am
183 install-exec: install-exec-am
184 install-data: install-data-am
185 uninstall: uninstall-am
187 install-am: all-am
188 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
190 installcheck: installcheck-am
191 install-strip:
192 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
193 INSTALL_STRIP_FLAG=-s \
194 `test -z '$(STRIP)' || \
195 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
196 mostlyclean-generic:
198 clean-generic:
200 distclean-generic:
201 -rm -f Makefile $(CONFIG_CLEAN_FILES)
203 maintainer-clean-generic:
204 @echo "This command is intended for maintainers to use"
205 @echo "it deletes files that may require special tools to rebuild."
206 clean: clean-am
208 clean-am: clean-generic clean-libtool mostlyclean-am
210 distclean: distclean-am
212 distclean-am: clean-am distclean-generic distclean-libtool
214 dvi: dvi-am
216 dvi-am:
218 info: info-am
220 info-am:
222 install-data-am:
224 install-exec-am:
226 install-info: install-info-am
228 install-man:
230 installcheck-am:
232 maintainer-clean: maintainer-clean-am
234 maintainer-clean-am: distclean-am maintainer-clean-generic
236 mostlyclean: mostlyclean-am
238 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
240 uninstall-am: uninstall-info-am
242 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
243 distclean distclean-generic distclean-libtool distdir dvi \
244 dvi-am info info-am install install-am install-data \
245 install-data-am install-exec install-exec-am install-info \
246 install-info-am install-man install-strip installcheck \
247 installcheck-am installdirs maintainer-clean \
248 maintainer-clean-generic mostlyclean mostlyclean-generic \
249 mostlyclean-libtool uninstall uninstall-am uninstall-info-am
251 # Tell versions [3.59,3.63) of GNU make to not export all variables.
252 # Otherwise a system limit (for SysV at least) may be exceeded.
253 .NOEXPORT: