Annotation of OpenXM_contrib2/asir2000/engine/Makefile.in, Revision 1.11
1.1 ohara 1: # Makefile.in generated automatically by automake 1.5 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: @SET_MAKE@
15:
16: SHELL = @SHELL@
17:
18: srcdir = @srcdir@
19: top_srcdir = @top_srcdir@
20: VPATH = @srcdir@
21: prefix = @prefix@
22: exec_prefix = @exec_prefix@
23:
24: bindir = @bindir@
25: sbindir = @sbindir@
26: libexecdir = @libexecdir@
27: datadir = @datadir@
28: sysconfdir = @sysconfdir@
29: sharedstatedir = @sharedstatedir@
30: localstatedir = @localstatedir@
31: libdir = @libdir@
32: infodir = @infodir@
33: mandir = @mandir@
34: includedir = @includedir@
35: oldincludedir = /usr/include
36: pkgdatadir = $(datadir)/@PACKAGE@
37: pkglibdir = $(libdir)/@PACKAGE@
38: pkgincludedir = $(includedir)/@PACKAGE@
39: top_builddir = ..
40:
41: ACLOCAL = @ACLOCAL@
42: AUTOCONF = @AUTOCONF@
43: AUTOMAKE = @AUTOMAKE@
44: AUTOHEADER = @AUTOHEADER@
45:
46: INSTALL = @INSTALL@
47: INSTALL_PROGRAM = @INSTALL_PROGRAM@
48: INSTALL_DATA = @INSTALL_DATA@
49: INSTALL_SCRIPT = @INSTALL_SCRIPT@
50: INSTALL_HEADER = $(INSTALL_DATA)
51: transform = @program_transform_name@
52: NORMAL_INSTALL = :
53: PRE_INSTALL = :
54: POST_INSTALL = :
55: NORMAL_UNINSTALL = :
56: PRE_UNINSTALL = :
57: POST_UNINSTALL = :
58: build_alias = @build_alias@
59: build_triplet = @build@
60: host_alias = @host_alias@
61: host_triplet = @host@
62: target_alias = @target_alias@
63: target_triplet = @target@
64: AMTAR = @AMTAR@
65: AWK = @AWK@
66: CC = @CC@
67: DEPDIR = @DEPDIR@
68: EXEEXT = @EXEEXT@
69: FEPLIB = @FEPLIB@
70: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
71: LAPACKLIB = @LAPACKLIB@
72: LN_S = @LN_S@
1.4 ohara 73: MAINT = @MAINT@
1.1 ohara 74: MPIINC = @MPIINC@
75: MPILIB = @MPILIB@
76: OBJEXT = @OBJEXT@
77: PACKAGE = @PACKAGE@
78: PARIINC = @PARIINC@
79: PARILIB = @PARILIB@
80: RANLIB = @RANLIB@
1.8 ohara 81: USE_GC_INTERIX = @USE_GC_INTERIX@
1.10 ohara 82: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.5 ohara 83: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1 ohara 84: VERSION = @VERSION@
1.4 ohara 85: XPMLIB = @XPMLIB@
1.1 ohara 86: X_CFLAGS = @X_CFLAGS@
87: X_EXTRA_LIBS = @X_EXTRA_LIBS@
88: X_LIBS = @X_LIBS@
89: X_PRE_LIBS = @X_PRE_LIBS@
90: YACC = @YACC@
91: am__include = @am__include@
92: am__quote = @am__quote@
93: asm_obj = @asm_obj@
94: install_sh = @install_sh@
95: libasir_postfix = @libasir_postfix@
96:
1.6 ohara 97: asirdir = ${prefix}/lib/asir
98: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1 ohara 99: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
100: -I${top_srcdir}/gc/include \
101: @PARIINC@ @MPIINC@ @X_CFLAGS@
102:
103: noinst_LIBRARIES = libca.a
104: libca_a_SOURCES = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
105: N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \
106: P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c \
107: gf2n.c gfpn.c gfs.c gfspn.c \
108: PU.c PUM.c R.c RU.c F.c \
109: D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \
1.11 ! noro 110: C.c A.c alg.c p-itv.c f-itv.c d-itv.c pari-mp.c nd.c ndbug.c Z.c
1.1 ohara 111:
112: subdir = engine
113: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
114: CONFIG_CLEAN_FILES =
115: LIBRARIES = $(noinst_LIBRARIES)
116:
117: libca_a_AR = $(AR) cru
118: libca_a_LIBADD =
119: am_libca_a_OBJECTS = init.$(OBJEXT) mat.$(OBJEXT) vect.$(OBJEXT) \
120: str.$(OBJEXT) dist.$(OBJEXT) distm.$(OBJEXT) _distm.$(OBJEXT) \
121: ui.$(OBJEXT) N.$(OBJEXT) Q.$(OBJEXT) QM.$(OBJEXT) \
122: real.$(OBJEXT) bf.$(OBJEXT) cplx.$(OBJEXT) num.$(OBJEXT) \
123: pari.$(OBJEXT) mi.$(OBJEXT) lmi.$(OBJEXT) mt19937.$(OBJEXT) \
124: P.$(OBJEXT) PM.$(OBJEXT) PD.$(OBJEXT) PDM.$(OBJEXT) \
125: up.$(OBJEXT) up_lm.$(OBJEXT) up_gf2n.$(OBJEXT) up2.$(OBJEXT) \
126: gf2n.$(OBJEXT) gfpn.$(OBJEXT) gfs.$(OBJEXT) gfspn.$(OBJEXT) \
127: PU.$(OBJEXT) PUM.$(OBJEXT) R.$(OBJEXT) RU.$(OBJEXT) F.$(OBJEXT) \
128: D.$(OBJEXT) E.$(OBJEXT) Ebug.$(OBJEXT) EZ.$(OBJEXT) H.$(OBJEXT) \
129: M.$(OBJEXT) NEZ.$(OBJEXT) Mgfs.$(OBJEXT) Hgfs.$(OBJEXT) \
130: Fgfs.$(OBJEXT) C.$(OBJEXT) A.$(OBJEXT) alg.$(OBJEXT) \
131: p-itv.$(OBJEXT) f-itv.$(OBJEXT) d-itv.$(OBJEXT) \
1.11 ! noro 132: pari-mp.$(OBJEXT) nd.$(OBJEXT) ndbug.$(OBJEXT) Z.$(OBJEXT)
1.1 ohara 133: libca_a_OBJECTS = $(am_libca_a_OBJECTS)
134: DEFAULT_INCLUDES = -I. -I$(srcdir)
135: CPPFLAGS = @CPPFLAGS@
136: LDFLAGS = @LDFLAGS@
137: LIBS = @LIBS@
138: depcomp = $(SHELL) $(top_srcdir)/depcomp
139: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/A.Po $(DEPDIR)/C.Po $(DEPDIR)/D.Po \
140: @AMDEP_TRUE@ $(DEPDIR)/E.Po $(DEPDIR)/EZ.Po $(DEPDIR)/Ebug.Po \
141: @AMDEP_TRUE@ $(DEPDIR)/F.Po $(DEPDIR)/Fgfs.Po $(DEPDIR)/H.Po \
142: @AMDEP_TRUE@ $(DEPDIR)/Hgfs.Po $(DEPDIR)/M.Po $(DEPDIR)/Mgfs.Po \
143: @AMDEP_TRUE@ $(DEPDIR)/N.Po $(DEPDIR)/NEZ.Po $(DEPDIR)/P.Po \
144: @AMDEP_TRUE@ $(DEPDIR)/PD.Po $(DEPDIR)/PDM.Po $(DEPDIR)/PM.Po \
145: @AMDEP_TRUE@ $(DEPDIR)/PU.Po $(DEPDIR)/PUM.Po $(DEPDIR)/Q.Po \
146: @AMDEP_TRUE@ $(DEPDIR)/QM.Po $(DEPDIR)/R.Po $(DEPDIR)/RU.Po \
1.11 ! noro 147: @AMDEP_TRUE@ $(DEPDIR)/Z.Po $(DEPDIR)/_distm.Po $(DEPDIR)/alg.Po \
1.1 ohara 148: @AMDEP_TRUE@ $(DEPDIR)/bf.Po $(DEPDIR)/cplx.Po \
149: @AMDEP_TRUE@ $(DEPDIR)/d-itv.Po $(DEPDIR)/dist.Po \
150: @AMDEP_TRUE@ $(DEPDIR)/distm.Po $(DEPDIR)/f-itv.Po \
151: @AMDEP_TRUE@ $(DEPDIR)/gf2n.Po $(DEPDIR)/gfpn.Po \
152: @AMDEP_TRUE@ $(DEPDIR)/gfs.Po $(DEPDIR)/gfspn.Po \
153: @AMDEP_TRUE@ $(DEPDIR)/init.Po $(DEPDIR)/lmi.Po $(DEPDIR)/mat.Po \
154: @AMDEP_TRUE@ $(DEPDIR)/mi.Po $(DEPDIR)/mt19937.Po \
1.9 noro 155: @AMDEP_TRUE@ $(DEPDIR)/nd.Po $(DEPDIR)/ndbug.Po $(DEPDIR)/num.Po \
156: @AMDEP_TRUE@ $(DEPDIR)/p-itv.Po $(DEPDIR)/pari-mp.Po \
157: @AMDEP_TRUE@ $(DEPDIR)/pari.Po $(DEPDIR)/real.Po \
158: @AMDEP_TRUE@ $(DEPDIR)/str.Po $(DEPDIR)/ui.Po $(DEPDIR)/up.Po \
159: @AMDEP_TRUE@ $(DEPDIR)/up2.Po $(DEPDIR)/up_gf2n.Po \
160: @AMDEP_TRUE@ $(DEPDIR)/up_lm.Po $(DEPDIR)/vect.Po
1.1 ohara 161: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
163: CCLD = $(CC)
164: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
165: CFLAGS = @CFLAGS@
166: DIST_SOURCES = $(libca_a_SOURCES)
167: DIST_COMMON = Makefile.am Makefile.in
168: SOURCES = $(libca_a_SOURCES)
169:
170: all: all-am
171:
172: .SUFFIXES:
173: .SUFFIXES: .c .o .obj
1.4 ohara 174: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1 ohara 175: cd $(top_srcdir) && \
176: $(AUTOMAKE) --gnu engine/Makefile
1.4 ohara 177: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
1.1 ohara 178: cd $(top_builddir) && \
179: CONFIG_HEADERS= CONFIG_LINKS= \
180: CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
181:
182: AR = ar
183:
184: clean-noinstLIBRARIES:
185: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
186: libca.a: $(libca_a_OBJECTS) $(libca_a_DEPENDENCIES)
187: -rm -f libca.a
188: $(libca_a_AR) libca.a $(libca_a_OBJECTS) $(libca_a_LIBADD)
189: $(RANLIB) libca.a
190:
191: mostlyclean-compile:
192: -rm -f *.$(OBJEXT) core *.core
193:
194: distclean-compile:
195: -rm -f *.tab.c
196:
197: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/A.Po@am__quote@
198: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/C.Po@am__quote@
199: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/D.Po@am__quote@
200: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/E.Po@am__quote@
201: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/EZ.Po@am__quote@
202: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Ebug.Po@am__quote@
203: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/F.Po@am__quote@
204: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Fgfs.Po@am__quote@
205: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/H.Po@am__quote@
206: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Hgfs.Po@am__quote@
207: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/M.Po@am__quote@
208: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Mgfs.Po@am__quote@
209: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/N.Po@am__quote@
210: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/NEZ.Po@am__quote@
211: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/P.Po@am__quote@
212: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PD.Po@am__quote@
213: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PDM.Po@am__quote@
214: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PM.Po@am__quote@
215: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PU.Po@am__quote@
216: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PUM.Po@am__quote@
217: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Q.Po@am__quote@
218: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/QM.Po@am__quote@
219: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/R.Po@am__quote@
220: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/RU.Po@am__quote@
1.11 ! noro 221: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Z.Po@am__quote@
1.1 ohara 222: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/_distm.Po@am__quote@
223: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alg.Po@am__quote@
224: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bf.Po@am__quote@
225: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cplx.Po@am__quote@
226: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/d-itv.Po@am__quote@
227: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dist.Po@am__quote@
228: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/distm.Po@am__quote@
229: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/f-itv.Po@am__quote@
230: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gf2n.Po@am__quote@
231: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfpn.Po@am__quote@
232: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfs.Po@am__quote@
233: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfspn.Po@am__quote@
234: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/init.Po@am__quote@
235: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lmi.Po@am__quote@
236: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mat.Po@am__quote@
237: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mi.Po@am__quote@
238: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mt19937.Po@am__quote@
1.7 noro 239: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nd.Po@am__quote@
1.9 noro 240: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ndbug.Po@am__quote@
1.1 ohara 241: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/num.Po@am__quote@
242: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/p-itv.Po@am__quote@
243: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pari-mp.Po@am__quote@
244: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pari.Po@am__quote@
245: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/real.Po@am__quote@
246: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/str.Po@am__quote@
247: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ui.Po@am__quote@
248: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up.Po@am__quote@
249: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up2.Po@am__quote@
250: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up_gf2n.Po@am__quote@
251: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up_lm.Po@am__quote@
252: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vect.Po@am__quote@
253:
254: distclean-depend:
255: -rm -rf $(DEPDIR)
256:
257: .c.o:
258: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
259: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
260: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
261: $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
262:
263: .c.obj:
264: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
265: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
266: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
267: $(COMPILE) -c `cygpath -w $<`
268: CCDEPMODE = @CCDEPMODE@
269: uninstall-info-am:
270:
271: tags: TAGS
272:
273: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
274: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
275: unique=`for i in $$list; do \
276: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277: done | \
278: $(AWK) ' { files[$$0] = 1; } \
279: END { for (i in files) print i; }'`; \
280: mkid -fID $$unique $(LISP)
281:
282: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
283: $(TAGS_FILES) $(LISP)
284: tags=; \
285: here=`pwd`; \
286: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
287: unique=`for i in $$list; do \
288: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289: done | \
290: $(AWK) ' { files[$$0] = 1; } \
291: END { for (i in files) print i; }'`; \
292: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
293: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
294:
295: GTAGS:
296: here=`CDPATH=: && cd $(top_builddir) && pwd` \
297: && cd $(top_srcdir) \
298: && gtags -i $(GTAGS_ARGS) $$here
299:
300: distclean-tags:
301: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
302:
303: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
304:
305: top_distdir = ..
306: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
307:
308: distdir: $(DISTFILES)
309: @for file in $(DISTFILES); do \
310: if test -f $$file; then d=.; else d=$(srcdir); fi; \
311: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
312: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
313: $(mkinstalldirs) "$(distdir)/$$dir"; \
314: fi; \
315: if test -d $$d/$$file; then \
316: cp -pR $$d/$$file $(distdir) \
317: || exit 1; \
318: else \
319: test -f $(distdir)/$$file \
320: || cp -p $$d/$$file $(distdir)/$$file \
321: || exit 1; \
322: fi; \
323: done
324: check-am: all-am
325: check: check-am
326: all-am: Makefile $(LIBRARIES)
327:
328: installdirs:
329:
330: install: install-am
331: install-exec: install-exec-am
332: install-data: install-data-am
333: uninstall: uninstall-am
334:
335: install-am: all-am
336: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
337:
338: installcheck: installcheck-am
339: install-strip:
340: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
341: `test -z '$(STRIP)' || \
342: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
343: mostlyclean-generic:
344:
345: clean-generic:
346:
347: distclean-generic:
348: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
349:
350: maintainer-clean-generic:
351: @echo "This command is intended for maintainers to use"
352: @echo "it deletes files that may require special tools to rebuild."
353: clean: clean-am
354:
355: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
356:
357: distclean: distclean-am
358:
359: distclean-am: clean-am distclean-compile distclean-depend \
360: distclean-generic distclean-tags
361:
362: dvi: dvi-am
363:
364: dvi-am:
365:
366: info: info-am
367:
368: info-am:
369:
370: install-data-am:
371:
372: install-exec-am:
373:
374: install-info: install-info-am
375:
376: install-man:
377:
378: installcheck-am:
379:
380: maintainer-clean: maintainer-clean-am
381:
382: maintainer-clean-am: distclean-am maintainer-clean-generic
383:
384: mostlyclean: mostlyclean-am
385:
386: mostlyclean-am: mostlyclean-compile mostlyclean-generic
387:
388: uninstall-am: uninstall-info-am
389:
390: .PHONY: GTAGS all all-am check check-am clean clean-generic \
391: clean-noinstLIBRARIES distclean distclean-compile \
392: distclean-depend distclean-generic distclean-tags distdir dvi \
393: dvi-am info info-am install install-am install-data \
394: install-data-am install-exec install-exec-am install-info \
395: install-info-am install-man install-strip installcheck \
396: installcheck-am installdirs maintainer-clean \
397: maintainer-clean-generic mostlyclean mostlyclean-compile \
398: mostlyclean-generic tags uninstall uninstall-am \
399: uninstall-info-am
400:
401: # Tell versions [3.59,3.63) of GNU make to not export all variables.
402: # Otherwise a system limit (for SysV at least) may be exceeded.
403: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>