Migrated to the latest automake & libtool releases/prereleases, with all
[alexxy/gromacs.git] / admin / Makefile
1 # Makefile.in generated automatically by automake 1.4f from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14
15
16 #
17 # Don't edit - this file is generated automatically from Makefile.am
18 #
19
20 SHELL = /bin/sh
21
22 srcdir = .
23 top_srcdir = ..
24
25 prefix = /usr/local/gromacs
26 exec_prefix = ${prefix}/i686-pc-linux-gnu
27
28 bindir = ${exec_prefix}/bin
29 sbindir = ${exec_prefix}/sbin
30 libexecdir = ${exec_prefix}/libexec
31 datadir = ${prefix}/share
32 sysconfdir = ${prefix}/etc
33 sharedstatedir = ${prefix}/com
34 localstatedir = ${prefix}/var
35 libdir = ${exec_prefix}/lib
36 infodir = ${prefix}/info
37 mandir = ${prefix}/man
38 includedir = ${prefix}/include
39 oldincludedir = /usr/include
40 pkgdatadir = $(datadir)/gromacs
41 pkglibdir = $(libdir)/gromacs
42 pkgincludedir = $(includedir)/gromacs
43 top_builddir = ..
44
45 ACLOCAL = ${SHELL} /tmp_mnt/etc/gromacs/cvs/gmx/config/missing --run aclocal
46 AUTOCONF = ${SHELL} /tmp_mnt/etc/gromacs/cvs/gmx/config/missing --run autoconf
47 AUTOMAKE = ${SHELL} /tmp_mnt/etc/gromacs/cvs/gmx/config/missing --run automake
48 AUTOHEADER = ${SHELL} /tmp_mnt/etc/gromacs/cvs/gmx/config/missing --run autoheader
49
50 INSTALL = /usr/bin/install -c
51 INSTALL_PROGRAM = ${INSTALL}
52 INSTALL_DATA = ${INSTALL} -m 644
53 INSTALL_SCRIPT = ${INSTALL}
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = s,x,x,
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = i686-pc-linux-gnu
64 AMTAR = ${SHELL} /tmp_mnt/etc/gromacs/cvs/gmx/config/missing --run tar
65 AS = cc
66 ASFLAGS =  -x assembler-with-cpp -O6 -fomit-frame-pointer -finline-functions -funroll-all-loops -Wall -Wno-unused -malign-double
67 AWK = gawk
68 CC = cc
69 CC_FOR_BUILD = cc
70 CPP = cc -E
71 CXX = 
72 CXXCPP = 
73 DEPDIR = .deps
74 DLLTOOL = @DLLTOOL@
75 ECHO = echo
76 EXEEXT = 
77 F77 = 
78 FLIBS = 
79 GCJ = @GCJ@
80 GCJFLAGS = @GCJFLAGS@
81 GMXLIB_LIBOBJS =  innerc.lo libnet.lo x86_cpuid.lo x86_sse.lo x86_3dnow.lo mgmx.lo widget.lo
82 IDENT = /usr/bin/ident
83 INCLUDES =    -I/usr/X11R6/include 
84 INSTALL_STRIP_PROGRAM = ${SHELL} `CDPATH=: && cd config && pwd`/install-sh -c -s
85 LIBSUFFIX = 
86 LIBTOOL = $(SHELL) $(top_builddir)/libtool
87 LN_S = ln -s
88 MDLIB_LIBOBJS =  clincs.lo csettle.lo cshake.lo
89 MPICC = 
90 OBJDUMP = @OBJDUMP@
91 OBJEXT = o
92 PACKAGE = gromacs
93 RANLIB = ranlib
94 SHARED_VERSION_INFO = 1:0:0
95 STRIP = strip
96 VERSION = 3.0
97 X_CFLAGS =  -I/usr/X11R6/include
98 X_EXTRA_LIBS = 
99 X_LIBS =  -L/usr/X11R6/lib
100 X_PRE_LIBS =  -lSM -lICE
101 _am_include = include
102 _am_quote = 
103 install_sh = config/install-sh
104
105 EXTRA_SCRIPTS = mkcompl  mkhtml  mknroff  mktex 
106
107 EXTRA_DIST = gromacs.spec  gromacs-mpi.spec  programs.txt $(EXTRA_SCRIPTS)
108 subdir = admin
109 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
110 CONFIG_HEADER = $(top_builddir)/src/config.h
111 CONFIG_CLEAN_FILES =
112 DIST_SOURCES =
113 DIST_COMMON = Makefile.am Makefile.in
114 all: all-am
115
116 .SUFFIXES:
117 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
118         cd $(top_srcdir) && \
119           $(AUTOMAKE) --gnu  admin/Makefile
120 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
121         cd $(top_builddir) && \
122           CONFIG_HEADERS= CONFIG_LINKS= \
123           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
124 uninstall-info-am:
125 tags: TAGS
126 TAGS:
127
128
129 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130
131 top_distdir = ..
132 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
133
134 distdir: $(DISTFILES)
135         @for file in $(DISTFILES); do \
136           if test -f $$file; then d=.; else d=$(srcdir); fi; \
137           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
138           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
139             $(mkinstalldirs) "$(distdir)/$$dir"; \
140           fi; \
141           if test -d $$d/$$file; then \
142             cp -pR $$d/$$file $(distdir) \
143             || exit 1; \
144           else \
145             test -f $(distdir)/$$file \
146             || cp -p $$d/$$file $(distdir)/$$file \
147             || exit 1; \
148           fi; \
149         done
150 check-am: all-am
151 check: check-am
152 all-am: Makefile
153
154 installdirs:
155
156 install: install-am
157 install-exec: install-exec-am
158 install-data: install-data-am
159 uninstall: uninstall-am
160
161 install-am: all-am
162         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
163
164 installcheck: installcheck-am
165 install-strip:
166         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
167           `test -z '$(STRIP)' || \
168             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
169 mostlyclean-generic:
170
171 clean-generic:
172
173 distclean-generic:
174         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
175
176 maintainer-clean-generic:
177         @echo "This command is intended for maintainers to use"
178         @echo "it deletes files that may require special tools to rebuild."
179 clean: clean-am
180
181 clean-am: clean-generic mostlyclean-am
182
183 distclean: distclean-am
184
185 distclean-am: clean-am distclean-generic
186
187 dvi: dvi-am
188
189 dvi-am:
190
191 info: info-am
192
193 info-am:
194
195 install-data-am:
196
197 install-exec-am:
198
199 install-info: install-info-am
200
201 install-man:
202
203 installcheck-am:
204
205 maintainer-clean: maintainer-clean-am
206
207 maintainer-clean-am: distclean-am maintainer-clean-generic
208
209 mostlyclean: mostlyclean-am
210
211 mostlyclean-am: mostlyclean-generic
212
213 uninstall-am: uninstall-info-am
214
215 uninstall-info: uninstall-info-am
216
217 .PHONY: all all-am check check-am clean clean-generic distclean \
218         distclean-generic distdir dvi dvi-am info info-am install \
219         install-am install-data install-data-am install-exec \
220         install-exec-am install-info install-info-am install-man \
221         install-strip installcheck installcheck-am installdirs \
222         maintainer-clean maintainer-clean-generic mostlyclean \
223         mostlyclean-generic uninstall uninstall-am uninstall-info-am
224
225 # Tell versions [3.59,3.63) of GNU make to not export all variables.
226 # Otherwise a system limit (for SysV at least) may be exceeded.
227 .NOEXPORT: