Annotation of OpenXM_contrib2/asir2000/engine/Makefile.in, Revision 1.13
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.13 ! saito 110: C.c A.c alg.c p-itv.c f-itv.c d-itv.c nd.c ndbug.c Z.c dalg.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.13 ! saito 132: nd.$(OBJEXT) ndbug.$(OBJEXT) Z.$(OBJEXT) \
1.12 noro 133: dalg.$(OBJEXT)
1.1 ohara 134: libca_a_OBJECTS = $(am_libca_a_OBJECTS)
135: DEFAULT_INCLUDES = -I. -I$(srcdir)
136: CPPFLAGS = @CPPFLAGS@
137: LDFLAGS = @LDFLAGS@
138: LIBS = @LIBS@
139: depcomp = $(SHELL) $(top_srcdir)/depcomp
140: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/A.Po $(DEPDIR)/C.Po $(DEPDIR)/D.Po \
141: @AMDEP_TRUE@ $(DEPDIR)/E.Po $(DEPDIR)/EZ.Po $(DEPDIR)/Ebug.Po \
142: @AMDEP_TRUE@ $(DEPDIR)/F.Po $(DEPDIR)/Fgfs.Po $(DEPDIR)/H.Po \
143: @AMDEP_TRUE@ $(DEPDIR)/Hgfs.Po $(DEPDIR)/M.Po $(DEPDIR)/Mgfs.Po \
144: @AMDEP_TRUE@ $(DEPDIR)/N.Po $(DEPDIR)/NEZ.Po $(DEPDIR)/P.Po \
145: @AMDEP_TRUE@ $(DEPDIR)/PD.Po $(DEPDIR)/PDM.Po $(DEPDIR)/PM.Po \
146: @AMDEP_TRUE@ $(DEPDIR)/PU.Po $(DEPDIR)/PUM.Po $(DEPDIR)/Q.Po \
147: @AMDEP_TRUE@ $(DEPDIR)/QM.Po $(DEPDIR)/R.Po $(DEPDIR)/RU.Po \
1.11 noro 148: @AMDEP_TRUE@ $(DEPDIR)/Z.Po $(DEPDIR)/_distm.Po $(DEPDIR)/alg.Po \
1.1 ohara 149: @AMDEP_TRUE@ $(DEPDIR)/bf.Po $(DEPDIR)/cplx.Po \
1.12 noro 150: @AMDEP_TRUE@ $(DEPDIR)/d-itv.Po $(DEPDIR)/dalg.Po \
151: @AMDEP_TRUE@ $(DEPDIR)/dist.Po $(DEPDIR)/distm.Po \
152: @AMDEP_TRUE@ $(DEPDIR)/f-itv.Po $(DEPDIR)/gf2n.Po \
153: @AMDEP_TRUE@ $(DEPDIR)/gfpn.Po $(DEPDIR)/gfs.Po \
154: @AMDEP_TRUE@ $(DEPDIR)/gfspn.Po $(DEPDIR)/init.Po \
155: @AMDEP_TRUE@ $(DEPDIR)/lmi.Po $(DEPDIR)/mat.Po $(DEPDIR)/mi.Po \
156: @AMDEP_TRUE@ $(DEPDIR)/mt19937.Po $(DEPDIR)/nd.Po \
157: @AMDEP_TRUE@ $(DEPDIR)/ndbug.Po $(DEPDIR)/num.Po \
1.9 noro 158: @AMDEP_TRUE@ $(DEPDIR)/pari.Po $(DEPDIR)/real.Po \
159: @AMDEP_TRUE@ $(DEPDIR)/str.Po $(DEPDIR)/ui.Po $(DEPDIR)/up.Po \
160: @AMDEP_TRUE@ $(DEPDIR)/up2.Po $(DEPDIR)/up_gf2n.Po \
161: @AMDEP_TRUE@ $(DEPDIR)/up_lm.Po $(DEPDIR)/vect.Po
1.1 ohara 162: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
163: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164: CCLD = $(CC)
165: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
166: CFLAGS = @CFLAGS@
167: DIST_SOURCES = $(libca_a_SOURCES)
168: DIST_COMMON = Makefile.am Makefile.in
169: SOURCES = $(libca_a_SOURCES)
170:
171: all: all-am
172:
173: .SUFFIXES:
174: .SUFFIXES: .c .o .obj
1.4 ohara 175: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1 ohara 176: cd $(top_srcdir) && \
177: $(AUTOMAKE) --gnu engine/Makefile
1.4 ohara 178: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
1.1 ohara 179: cd $(top_builddir) && \
180: CONFIG_HEADERS= CONFIG_LINKS= \
181: CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
182:
183: AR = ar
184:
185: clean-noinstLIBRARIES:
186: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
187: libca.a: $(libca_a_OBJECTS) $(libca_a_DEPENDENCIES)
188: -rm -f libca.a
189: $(libca_a_AR) libca.a $(libca_a_OBJECTS) $(libca_a_LIBADD)
190: $(RANLIB) libca.a
191:
192: mostlyclean-compile:
193: -rm -f *.$(OBJEXT) core *.core
194:
195: distclean-compile:
196: -rm -f *.tab.c
197:
198: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/A.Po@am__quote@
199: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/C.Po@am__quote@
200: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/D.Po@am__quote@
201: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/E.Po@am__quote@
202: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/EZ.Po@am__quote@
203: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Ebug.Po@am__quote@
204: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/F.Po@am__quote@
205: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Fgfs.Po@am__quote@
206: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/H.Po@am__quote@
207: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Hgfs.Po@am__quote@
208: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/M.Po@am__quote@
209: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Mgfs.Po@am__quote@
210: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/N.Po@am__quote@
211: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/NEZ.Po@am__quote@
212: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/P.Po@am__quote@
213: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PD.Po@am__quote@
214: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PDM.Po@am__quote@
215: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PM.Po@am__quote@
216: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PU.Po@am__quote@
217: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PUM.Po@am__quote@
218: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Q.Po@am__quote@
219: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/QM.Po@am__quote@
220: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/R.Po@am__quote@
221: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/RU.Po@am__quote@
1.11 noro 222: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Z.Po@am__quote@
1.1 ohara 223: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/_distm.Po@am__quote@
224: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alg.Po@am__quote@
225: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bf.Po@am__quote@
226: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cplx.Po@am__quote@
227: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/d-itv.Po@am__quote@
1.12 noro 228: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dalg.Po@am__quote@
1.1 ohara 229: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dist.Po@am__quote@
230: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/distm.Po@am__quote@
231: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/f-itv.Po@am__quote@
232: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gf2n.Po@am__quote@
233: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfpn.Po@am__quote@
234: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfs.Po@am__quote@
235: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfspn.Po@am__quote@
236: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/init.Po@am__quote@
237: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lmi.Po@am__quote@
238: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mat.Po@am__quote@
239: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mi.Po@am__quote@
240: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mt19937.Po@am__quote@
1.7 noro 241: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nd.Po@am__quote@
1.9 noro 242: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ndbug.Po@am__quote@
1.1 ohara 243: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/num.Po@am__quote@
244: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/p-itv.Po@am__quote@
245: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pari.Po@am__quote@
246: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/real.Po@am__quote@
247: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/str.Po@am__quote@
248: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ui.Po@am__quote@
249: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up.Po@am__quote@
250: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up2.Po@am__quote@
251: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up_gf2n.Po@am__quote@
252: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up_lm.Po@am__quote@
253: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vect.Po@am__quote@
254:
255: distclean-depend:
256: -rm -rf $(DEPDIR)
257:
258: .c.o:
259: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
260: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
261: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
262: $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
263:
264: .c.obj:
265: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
266: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
267: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
268: $(COMPILE) -c `cygpath -w $<`
269: CCDEPMODE = @CCDEPMODE@
270: uninstall-info-am:
271:
272: tags: TAGS
273:
274: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
275: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
276: unique=`for i in $$list; do \
277: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278: done | \
279: $(AWK) ' { files[$$0] = 1; } \
280: END { for (i in files) print i; }'`; \
281: mkid -fID $$unique $(LISP)
282:
283: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
284: $(TAGS_FILES) $(LISP)
285: tags=; \
286: here=`pwd`; \
287: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
288: unique=`for i in $$list; do \
289: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290: done | \
291: $(AWK) ' { files[$$0] = 1; } \
292: END { for (i in files) print i; }'`; \
293: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
294: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
295:
296: GTAGS:
297: here=`CDPATH=: && cd $(top_builddir) && pwd` \
298: && cd $(top_srcdir) \
299: && gtags -i $(GTAGS_ARGS) $$here
300:
301: distclean-tags:
302: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
303:
304: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
305:
306: top_distdir = ..
307: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
308:
309: distdir: $(DISTFILES)
310: @for file in $(DISTFILES); do \
311: if test -f $$file; then d=.; else d=$(srcdir); fi; \
312: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
313: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
314: $(mkinstalldirs) "$(distdir)/$$dir"; \
315: fi; \
316: if test -d $$d/$$file; then \
317: cp -pR $$d/$$file $(distdir) \
318: || exit 1; \
319: else \
320: test -f $(distdir)/$$file \
321: || cp -p $$d/$$file $(distdir)/$$file \
322: || exit 1; \
323: fi; \
324: done
325: check-am: all-am
326: check: check-am
327: all-am: Makefile $(LIBRARIES)
328:
329: installdirs:
330:
331: install: install-am
332: install-exec: install-exec-am
333: install-data: install-data-am
334: uninstall: uninstall-am
335:
336: install-am: all-am
337: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338:
339: installcheck: installcheck-am
340: install-strip:
341: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
342: `test -z '$(STRIP)' || \
343: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
344: mostlyclean-generic:
345:
346: clean-generic:
347:
348: distclean-generic:
349: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
350:
351: maintainer-clean-generic:
352: @echo "This command is intended for maintainers to use"
353: @echo "it deletes files that may require special tools to rebuild."
354: clean: clean-am
355:
356: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
357:
358: distclean: distclean-am
359:
360: distclean-am: clean-am distclean-compile distclean-depend \
361: distclean-generic distclean-tags
362:
363: dvi: dvi-am
364:
365: dvi-am:
366:
367: info: info-am
368:
369: info-am:
370:
371: install-data-am:
372:
373: install-exec-am:
374:
375: install-info: install-info-am
376:
377: install-man:
378:
379: installcheck-am:
380:
381: maintainer-clean: maintainer-clean-am
382:
383: maintainer-clean-am: distclean-am maintainer-clean-generic
384:
385: mostlyclean: mostlyclean-am
386:
387: mostlyclean-am: mostlyclean-compile mostlyclean-generic
388:
389: uninstall-am: uninstall-info-am
390:
391: .PHONY: GTAGS all all-am check check-am clean clean-generic \
392: clean-noinstLIBRARIES distclean distclean-compile \
393: distclean-depend distclean-generic distclean-tags distdir dvi \
394: dvi-am info info-am install install-am install-data \
395: install-data-am install-exec install-exec-am install-info \
396: install-info-am install-man install-strip installcheck \
397: installcheck-am installdirs maintainer-clean \
398: maintainer-clean-generic mostlyclean mostlyclean-compile \
399: mostlyclean-generic tags uninstall uninstall-am \
400: uninstall-info-am
401:
402: # Tell versions [3.59,3.63) of GNU make to not export all variables.
403: # Otherwise a system limit (for SysV at least) may be exceeded.
404: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>