Added conditional inclusion of config.h to source files
[gromacs.git] / src / gmxlib / Makefile.in
blob8944730ae868af10d00fcdef8bd7815e9d71d853
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
14 # Don't edit - this file is generated automatically from Makefile.am
19 # Don't edit - this file is generated automatically from Makefile.am
22 # The asm suffix is for intel syntax assembly, and
23 # the s suffix for at & t syntax.
24 # S suffix files will be preprocessed by cpp, nasm
25 # on the other hand can do this directly.
28 SHELL = @SHELL@
30 srcdir = @srcdir@
31 top_srcdir = @top_srcdir@
32 VPATH = @srcdir@
33 prefix = @prefix@
34 exec_prefix = @exec_prefix@
36 bindir = @bindir@
37 sbindir = @sbindir@
38 libexecdir = @libexecdir@
39 datadir = @datadir@
40 sysconfdir = @sysconfdir@
41 sharedstatedir = @sharedstatedir@
42 localstatedir = @localstatedir@
43 libdir = @libdir@
44 infodir = @infodir@
45 mandir = @mandir@
46 includedir = @includedir@
47 oldincludedir = /usr/include
49 DESTDIR =
51 pkgdatadir = $(datadir)/@PACKAGE@
52 pkglibdir = $(libdir)/@PACKAGE@
53 pkgincludedir = $(includedir)/@PACKAGE@
55 top_builddir = ../..
57 ACLOCAL = @ACLOCAL@
58 AUTOCONF = @AUTOCONF@
59 AUTOMAKE = @AUTOMAKE@
60 AUTOHEADER = @AUTOHEADER@
62 INSTALL = @INSTALL@
63 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
64 INSTALL_DATA = @INSTALL_DATA@
65 INSTALL_SCRIPT = @INSTALL_SCRIPT@
66 transform = @program_transform_name@
68 NORMAL_INSTALL = :
69 PRE_INSTALL = :
70 POST_INSTALL = :
71 NORMAL_UNINSTALL = :
72 PRE_UNINSTALL = :
73 POST_UNINSTALL = :
74 host_alias = @host_alias@
75 host_triplet = @host@
76 AXP_ASM_OBJ = @AXP_ASM_OBJ@
77 BUILD_CC = @BUILD_CC@
78 CC = @CC@
79 CPP = @CPP@
80 F77 = @F77@
81 FLIBS = @FLIBS@
82 IDENT = @IDENT@
83 INNER_C_OBJ = @INNER_C_OBJ@
84 INNER_F77_OBJ = @INNER_F77_OBJ@
85 MAKEINFO = @MAKEINFO@
86 MOTIF_OBJ = @MOTIF_OBJ@
87 MPICC = @MPICC@
88 NASM = @NASM@
89 NASMFLAGS = @NASMFLAGS@
90 PACKAGE = @PACKAGE@
91 PAR_OBJ = @PAR_OBJ@
92 RANLIB = @RANLIB@
93 SSE_OBJ = @SSE_OBJ@
94 SUFFIX = @SUFFIX@
95 TDN_OBJ = @TDN_OBJ@
96 VERSION = @VERSION@
97 X86_ASM_OBJ = @X86_ASM_OBJ@
98 XDR_OBJ = @XDR_OBJ@
99 bindir = @bindir@
100 libdir = @libdir@
102 SUFFIXES = .asm .S .F
104 #################
105 # We need a second compile command producing executables
106 # that can be run on the local host to make the innerloops.
107 # In most cases this is identical to the normal one, but not
108 # for cross-compilation. We also need it on parallel machines
109 # where the MPI executables cannot be run outside a batch queue.
111 # This might be bad - but I don't know any other way to enable
112 # us to type make <progname> in subdirs right now
113 #AM_CPPFLAGS = -DHAVE_CONFIG_H
115 BUILD_COMPILE = $(BUILD_CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118 # This is necessary for VPATH builds (and thus distcheck) to work,
119 # but it can probably included in a nicer way...
120 INCLUDES = @INCLUDES@ -I$(top_srcdir)/src/include
122 # produce the gmx library
125 lib_LIBRARIES = libgmxXXX_SUFFIX_XXX.a
127 libgmxXXX_SUFFIX_XXX_a_SOURCES = 3dview.c atomprop.c block_tx.c bondfree.c buffer.c calcgrid.c calch.c inner.h confio.c copyrite.c disre.c do_fit.c enxio.c ewald_util.c fatal.c ffscanf.c filenm.c futil.c gbutil.c fnbf.c gmxfio.c ifunc.c index.c cinvsqrtdata.c crecipdata.c invblock.c javaio.c macros.c main.c maths.c matio.c memdump.c mshift.c mvdata.c mvxvf.c names.c network.c nrama.c nrjac.c nrnb.c pargs.c pbc.c pdbio.c princ.c rando.c random.c rbin.c rdgroup.c readinp.c replace.c rmpbc.c shift_util.c sortwater.c smalloc.c stat.c statutil.c strdb.c string2.c symtab.c tpxio.c trnio.c trxio.c txtdump.c typedefs.c viewit.c wgms.c wman.c writeps.c xdrd.c xtcio.c xvgr.c replace.h x86_cpu.c
130 EXTRA_libgmxXXX_SUFFIX_XXX_a_SOURCES = mpiio.c libnet.c x86_3dnow.asm f77_wrappers.c libxdrf.c ftocstr.c dumxdrf.c mgmx.c widget.c widget.h x86_cpuid.asm axp_asm.S x86_sse.asm innerc.c innerf.f
132 @USE_FORTRAN_TRUE@BUILT_SOURCES = innerf.f
133 @USE_FORTRAN_FALSE@BUILT_SOURCES = innerc.c
135 mpi_obj = mpiio.o
136 libnet_obj = libnet.o
137 inner_f77_obj = innerf.o f77_wrappers.o
138 inner_c_obj = innerc.o
139 xdr_obj = libxdrf.o ftocstr.o
140 noxdr_obj = dumxdrf.o
141 motif_obj = mgmx.o widget.o
142 x86_asm_obj = x86_cpuid.o
143 sse_obj = x86_sse.o
144 tdn_obj = x86_3dnow.o
145 axp_asm_obj = axp_asm.o
147 libgmxXXX_SUFFIX_XXX_a_LIBADD = @PAR_OBJ@ @INNER_F77_OBJ@ @INNER_C_OBJ@ @AXP_ASM_OBJ@ @X86_ASM_OBJ@ @SSE_OBJ@ @TDN_OBJ@ @MOTIF_OBJ@ @XDR_OBJ@
150 libgmxXXX_SUFFIX_XXX_a_DEPENDENCIES = @PAR_OBJ@ @INNER_F77_OBJ@ @INNER_C_OBJ@ @AXP_ASM_OBJ@ @X86_ASM_OBJ@ @SSE_OBJ@ @TDN_OBJ@ @MOTIF_OBJ@ @XDR_OBJ@
153 noinst_PROGRAMS = mkinl
155 mkinl_SOURCES = mkinl.c mkinl_declarations.c mkinl_outerloop.c mkinl_innerloop.c mkinl_calcdist.c mkinl_invsqrt.c mkinl_recip.c mkinl_interactions.c metacode.c mkinl.h mkinl_fortrandata.h
158 MKINL_OBJ = mkinl.o mkinl_declarations.o mkinl_outerloop.o mkinl_innerloop.o mkinl_calcdist.o mkinl_invsqrt.o mkinl_recip.o mkinl_interactions.o metacode.o
161 # clean things explicitly, since the target names might have changed
162 CLEANFILES = ${lib_LIBRARIES} *_d.a *_mpi.a *~ \\\#* innerc.c innerf.f
163 mkinstalldirs = $(SHELL) $(top_srcdir)/./config/mkinstalldirs
164 CONFIG_HEADER = ../../src/include/config.h
165 CONFIG_CLEAN_FILES =
166 LIBRARIES = $(lib_LIBRARIES)
169 DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include
170 CPPFLAGS = @CPPFLAGS@
171 LDFLAGS = @LDFLAGS@
172 LIBS = @LIBS@
173 X_CFLAGS = @X_CFLAGS@
174 X_LIBS = @X_LIBS@
175 X_EXTRA_LIBS = @X_EXTRA_LIBS@
176 X_PRE_LIBS = @X_PRE_LIBS@
177 libgmxXXX_SUFFIX_XXX_a_OBJECTS = 3dview.o atomprop.o block_tx.o \
178 bondfree.o buffer.o calcgrid.o calch.o confio.o copyrite.o disre.o \
179 do_fit.o enxio.o ewald_util.o fatal.o ffscanf.o filenm.o futil.o \
180 gbutil.o fnbf.o gmxfio.o ifunc.o index.o cinvsqrtdata.o crecipdata.o \
181 invblock.o javaio.o macros.o main.o maths.o matio.o memdump.o mshift.o \
182 mvdata.o mvxvf.o names.o network.o nrama.o nrjac.o nrnb.o pargs.o pbc.o \
183 pdbio.o princ.o rando.o random.o rbin.o rdgroup.o readinp.o replace.o \
184 rmpbc.o shift_util.o sortwater.o smalloc.o stat.o statutil.o strdb.o \
185 string2.o symtab.o tpxio.o trnio.o trxio.o txtdump.o typedefs.o \
186 viewit.o wgms.o wman.o writeps.o xdrd.o xtcio.o xvgr.o x86_cpu.o
187 AR = ar
188 PROGRAMS = $(noinst_PROGRAMS)
190 mkinl_OBJECTS = mkinl.o mkinl_declarations.o mkinl_outerloop.o \
191 mkinl_innerloop.o mkinl_calcdist.o mkinl_invsqrt.o mkinl_recip.o \
192 mkinl_interactions.o metacode.o
193 mkinl_LDADD = $(LDADD)
194 mkinl_DEPENDENCIES =
195 mkinl_LDFLAGS =
196 FFLAGS = @FFLAGS@
197 F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS)
198 F77LD = $(F77)
199 F77LINK = $(F77LD) $(AM_FFLAGS) $(FFLAGS) $(LDFLAGS) -o $@
200 CFLAGS = @CFLAGS@
201 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
202 CCLD = $(CC)
203 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
204 DIST_COMMON = Makefile.am Makefile.in
207 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
209 TAR = gtar
210 GZIP_ENV = --best
211 DEP_FILES = .deps/3dview.P .deps/atomprop.P .deps/axp_asm.P \
212 .deps/block_tx.P .deps/bondfree.P .deps/buffer.P .deps/calcgrid.P \
213 .deps/calch.P .deps/cinvsqrtdata.P .deps/confio.P .deps/copyrite.P \
214 .deps/crecipdata.P .deps/disre.P .deps/do_fit.P .deps/dumxdrf.P \
215 .deps/enxio.P .deps/ewald_util.P .deps/f77_wrappers.P .deps/fatal.P \
216 .deps/ffscanf.P .deps/filenm.P .deps/fnbf.P .deps/ftocstr.P \
217 .deps/futil.P .deps/gbutil.P .deps/gmxfio.P .deps/ifunc.P .deps/index.P \
218 .deps/innerc.P .deps/innerf.P .deps/invblock.P .deps/javaio.P \
219 .deps/libnet.P .deps/libxdrf.P .deps/macros.P .deps/main.P \
220 .deps/maths.P .deps/matio.P .deps/memdump.P .deps/metacode.P \
221 .deps/mgmx.P .deps/mkinl.P .deps/mkinl_calcdist.P \
222 .deps/mkinl_declarations.P .deps/mkinl_innerloop.P \
223 .deps/mkinl_interactions.P .deps/mkinl_invsqrt.P \
224 .deps/mkinl_outerloop.P .deps/mkinl_recip.P .deps/mpiio.P \
225 .deps/mshift.P .deps/mvdata.P .deps/mvxvf.P .deps/names.P \
226 .deps/network.P .deps/nrama.P .deps/nrjac.P .deps/nrnb.P .deps/pargs.P \
227 .deps/pbc.P .deps/pdbio.P .deps/princ.P .deps/rando.P .deps/random.P \
228 .deps/rbin.P .deps/rdgroup.P .deps/readinp.P .deps/replace.P \
229 .deps/rmpbc.P .deps/shift_util.P .deps/smalloc.P .deps/sortwater.P \
230 .deps/stat.P .deps/statutil.P .deps/strdb.P .deps/string2.P \
231 .deps/symtab.P .deps/tpxio.P .deps/trnio.P .deps/trxio.P \
232 .deps/txtdump.P .deps/typedefs.P .deps/viewit.P .deps/wgms.P \
233 .deps/widget.P .deps/wman.P .deps/writeps.P .deps/x86_3dnow.P \
234 .deps/x86_cpu.P .deps/x86_cpuid.P .deps/x86_sse.P .deps/xdrd.P \
235 .deps/xtcio.P .deps/xvgr.P
236 SOURCES = $(libgmxXXX_SUFFIX_XXX_a_SOURCES) $(EXTRA_libgmxXXX_SUFFIX_XXX_a_SOURCES) $(mkinl_SOURCES)
237 OBJECTS = $(libgmxXXX_SUFFIX_XXX_a_OBJECTS) $(mkinl_OBJECTS)
239 all: all-redirect
240 .SUFFIXES:
241 .SUFFIXES: .F .S .asm .c .f .o .s
242 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../Makefile.inc
243 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/gmxlib/Makefile
245 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
246 cd $(top_builddir) \
247 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
250 mostlyclean-libLIBRARIES:
252 clean-libLIBRARIES:
253 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
255 distclean-libLIBRARIES:
257 maintainer-clean-libLIBRARIES:
259 install-libLIBRARIES: $(lib_LIBRARIES)
260 @$(NORMAL_INSTALL)
261 $(mkinstalldirs) $(DESTDIR)$(libdir)
262 @list='$(lib_LIBRARIES)'; for p in $$list; do \
263 if test -f $$p; then \
264 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
265 $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
266 else :; fi; \
267 done
268 @$(POST_INSTALL)
269 @list='$(lib_LIBRARIES)'; for p in $$list; do \
270 if test -f $$p; then \
271 echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
272 $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
273 else :; fi; \
274 done
276 uninstall-libLIBRARIES:
277 @$(NORMAL_UNINSTALL)
278 list='$(lib_LIBRARIES)'; for p in $$list; do \
279 rm -f $(DESTDIR)$(libdir)/$$p; \
280 done
282 .s.o:
283 $(COMPILE) -c $<
285 .S.o:
286 $(COMPILE) -c $<
288 mostlyclean-compile:
289 -rm -f *.o core *.core
291 clean-compile:
293 distclean-compile:
294 -rm -f *.tab.c
296 maintainer-clean-compile:
298 libgmxXXX_SUFFIX_XXX.a: $(libgmxXXX_SUFFIX_XXX_a_OBJECTS) $(libgmxXXX_SUFFIX_XXX_a_DEPENDENCIES)
299 -rm -f libgmxXXX_SUFFIX_XXX.a
300 $(AR) cru libgmxXXX_SUFFIX_XXX.a $(libgmxXXX_SUFFIX_XXX_a_OBJECTS) $(libgmxXXX_SUFFIX_XXX_a_LIBADD)
301 $(RANLIB) libgmxXXX_SUFFIX_XXX.a
303 mostlyclean-noinstPROGRAMS:
305 clean-noinstPROGRAMS:
306 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
308 distclean-noinstPROGRAMS:
310 maintainer-clean-noinstPROGRAMS:
311 .f.o:
312 $(F77COMPILE) -c $<
314 tags: TAGS
316 ID: $(HEADERS) $(SOURCES) $(LISP)
317 list='$(SOURCES) $(HEADERS)'; \
318 unique=`for i in $$list; do echo $$i; done | \
319 awk ' { files[$$0] = 1; } \
320 END { for (i in files) print i; }'`; \
321 here=`pwd` && cd $(srcdir) \
322 && mkid -f$$here/ID $$unique $(LISP)
324 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
325 tags=; \
326 here=`pwd`; \
327 list='$(SOURCES) $(HEADERS)'; \
328 unique=`for i in $$list; do echo $$i; done | \
329 awk ' { files[$$0] = 1; } \
330 END { for (i in files) print i; }'`; \
331 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
332 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
334 mostlyclean-tags:
336 clean-tags:
338 distclean-tags:
339 -rm -f TAGS ID
341 maintainer-clean-tags:
343 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
345 subdir = src/gmxlib
347 distdir: $(DISTFILES)
348 here=`cd $(top_builddir) && pwd`; \
349 top_distdir=`cd $(top_distdir) && pwd`; \
350 distdir=`cd $(distdir) && pwd`; \
351 cd $(top_srcdir) \
352 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/gmxlib/Makefile
353 @for file in $(DISTFILES); do \
354 d=$(srcdir); \
355 if test -d $$d/$$file; then \
356 cp -pr $$d/$$file $(distdir)/$$file; \
357 else \
358 test -f $(distdir)/$$file \
359 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
360 || cp -p $$d/$$file $(distdir)/$$file || :; \
361 fi; \
362 done
364 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
366 -include $(DEP_FILES)
368 mostlyclean-depend:
370 clean-depend:
372 distclean-depend:
373 -rm -rf .deps
375 maintainer-clean-depend:
377 %.o: %.c
378 @echo '$(COMPILE) -c $<'; \
379 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
380 @-cp .deps/$(*F).pp .deps/$(*F).P; \
381 tr ' ' '\012' < .deps/$(*F).pp \
382 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
383 >> .deps/$(*F).P; \
384 rm .deps/$(*F).pp
386 %.lo: %.c
387 @echo '$(LTCOMPILE) -c $<'; \
388 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
389 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
390 < .deps/$(*F).pp > .deps/$(*F).P; \
391 tr ' ' '\012' < .deps/$(*F).pp \
392 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
393 >> .deps/$(*F).P; \
394 rm -f .deps/$(*F).pp
395 info-am:
396 info: info-am
397 dvi-am:
398 dvi: dvi-am
399 check-am: all-am
400 check: check-am
401 installcheck-am:
402 installcheck: installcheck-am
403 install-exec-am: install-libLIBRARIES
404 install-exec: install-exec-am
406 install-data-am:
407 install-data: install-data-am
409 install-am: all-am
410 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
411 install: install-am
412 uninstall-am: uninstall-libLIBRARIES
413 uninstall: uninstall-am
414 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
415 all-redirect: all-am
416 install-strip:
417 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
418 installdirs:
419 $(mkinstalldirs) $(DESTDIR)$(libdir)
422 mostlyclean-generic:
424 clean-generic:
425 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
427 distclean-generic:
428 -rm -f Makefile $(CONFIG_CLEAN_FILES)
429 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
431 maintainer-clean-generic:
432 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
433 mostlyclean-am: mostlyclean-libLIBRARIES mostlyclean-compile \
434 mostlyclean-noinstPROGRAMS mostlyclean-tags \
435 mostlyclean-depend mostlyclean-generic
437 mostlyclean: mostlyclean-am
439 clean-am: clean-libLIBRARIES clean-compile clean-noinstPROGRAMS \
440 clean-tags clean-depend clean-generic mostlyclean-am
442 clean: clean-am
444 distclean-am: distclean-libLIBRARIES distclean-compile \
445 distclean-noinstPROGRAMS distclean-tags \
446 distclean-depend distclean-generic clean-am
448 distclean: distclean-am
450 maintainer-clean-am: maintainer-clean-libLIBRARIES \
451 maintainer-clean-compile \
452 maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
453 maintainer-clean-depend maintainer-clean-generic \
454 distclean-am
455 @echo "This command is intended for maintainers to use;"
456 @echo "it deletes files that may require special tools to rebuild."
458 maintainer-clean: maintainer-clean-am
460 .PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
461 clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
462 install-libLIBRARIES mostlyclean-compile distclean-compile \
463 clean-compile maintainer-clean-compile mostlyclean-noinstPROGRAMS \
464 distclean-noinstPROGRAMS clean-noinstPROGRAMS \
465 maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
466 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
467 distclean-depend clean-depend maintainer-clean-depend info-am info \
468 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
469 install-exec install-data-am install-data install-am install \
470 uninstall-am uninstall all-redirect all-am all installdirs \
471 mostlyclean-generic distclean-generic clean-generic \
472 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
474 .asm.o:
475 $(NASM) $(NASMFLAGS) $< -o $@
476 .S.s:
477 $(CPP) $< > $@
478 .F.f:
479 $(CPP) $< > $@
481 # The inner loops
482 innerf.f: mkinl
483 ./mkinl fortran
485 innerc.c: mkinl
486 ./mkinl c
488 metacode.o: metacode.c
489 $(BUILD_COMPILE) -c $(srcdir)/metacode.c
490 mkinl.o: mkinl.c
491 $(BUILD_COMPILE) -c $(srcdir)/mkinl.c
492 mkinl_declarations.o: mkinl_declarations.c
493 $(BUILD_COMPILE) -c $(srcdir)/mkinl_declarations.c
494 mkinl_outerloop.o: mkinl_outerloop.c
495 $(BUILD_COMPILE) -c $(srcdir)/mkinl_outerloop.c
496 mkinl_innerloop.o: mkinl_innerloop.c
497 $(BUILD_COMPILE) -c $(srcdir)/mkinl_innerloop.c
498 mkinl_calcdist.o: mkinl_calcdist.c
499 $(BUILD_COMPILE) -c $(srcdir)/mkinl_calcdist.c
500 mkinl_invsqrt.o: mkinl_invsqrt.c
501 $(BUILD_COMPILE) -c $(srcdir)/mkinl_invsqrt.c
502 mkinl_recip.o: mkinl_recip.c
503 $(BUILD_COMPILE) -c $(srcdir)/mkinl_recip.c
504 mkinl_interactions.o: mkinl_interactions.c
505 $(BUILD_COMPILE) -c $(srcdir)/mkinl_interactions.c
507 mkinl: $(MKINL_OBJ)
508 $(BUILD_COMPILE) -o $@ $(MKINL_OBJ)
510 # Tell versions [3.59,3.63) of GNU make to not export all variables.
511 # Otherwise a system limit (for SysV at least) may be exceeded.
512 .NOEXPORT: