Annotation of OpenXM_contrib2/asir2000/builtin/Makefile.in, Revision 1.18
1.17 ohara 1: # Makefile.in generated by automake 1.10 from Makefile.am.
2: # @configure_input@
1.1 ohara 3:
1.17 ohara 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1.1 ohara 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.
9:
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.
14:
15: @SET_MAKE@
1.15 ohara 16:
1.1 ohara 17: VPATH = @srcdir@
18: pkgdatadir = $(datadir)/@PACKAGE@
19: pkglibdir = $(libdir)/@PACKAGE@
20: pkgincludedir = $(includedir)/@PACKAGE@
1.17 ohara 21: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22: install_sh_DATA = $(install_sh) -c -m 644
23: install_sh_PROGRAM = $(install_sh) -c
24: install_sh_SCRIPT = $(install_sh) -c
1.1 ohara 25: INSTALL_HEADER = $(INSTALL_DATA)
1.17 ohara 26: transform = $(program_transform_name)
1.1 ohara 27: NORMAL_INSTALL = :
28: PRE_INSTALL = :
29: POST_INSTALL = :
30: NORMAL_UNINSTALL = :
31: PRE_UNINSTALL = :
32: POST_UNINSTALL = :
33: build_triplet = @build@
34: host_triplet = @host@
35: target_triplet = @target@
1.17 ohara 36: subdir = builtin
37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39: am__aclocal_m4_deps = $(top_srcdir)/configure.in
40: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41: $(ACLOCAL_M4)
42: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43: CONFIG_CLEAN_FILES =
44: LIBRARIES = $(noinst_LIBRARIES)
45: AR = ar
46: ARFLAGS = cru
47: libfunc_a_AR = $(AR) $(ARFLAGS)
48: libfunc_a_LIBADD =
49: am_libfunc_a_OBJECTS = ftab.$(OBJEXT) algnum.$(OBJEXT) array.$(OBJEXT) \
50: cplxnum.$(OBJEXT) ctrl.$(OBJEXT) dp.$(OBJEXT) fctr.$(OBJEXT) \
51: file.$(OBJEXT) help.$(OBJEXT) int.$(OBJEXT) list.$(OBJEXT) \
52: miscf.$(OBJEXT) parif.$(OBJEXT) poly.$(OBJEXT) pdiv.$(OBJEXT) \
53: print.$(OBJEXT) pf.$(OBJEXT) rat.$(OBJEXT) reduct.$(OBJEXT) \
54: result.$(OBJEXT) itvnum.$(OBJEXT) mattran.$(OBJEXT) \
55: isolv.$(OBJEXT) strobj.$(OBJEXT) subst.$(OBJEXT) \
56: time.$(OBJEXT) type.$(OBJEXT) var.$(OBJEXT) compobj.$(OBJEXT) \
57: gr.$(OBJEXT) dp-supp.$(OBJEXT) gf.$(OBJEXT) math.$(OBJEXT) \
58: numerical.$(OBJEXT) ec.$(OBJEXT) al.$(OBJEXT) batch.$(OBJEXT) \
59: sha1.$(OBJEXT) user.$(OBJEXT) round.$(OBJEXT) iarray.$(OBJEXT)
60: libfunc_a_OBJECTS = $(am_libfunc_a_OBJECTS)
61: DEFAULT_INCLUDES = -I.@am__isrc@
62: depcomp = $(SHELL) $(top_srcdir)/depcomp
63: am__depfiles_maybe = depfiles
64: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66: CCLD = $(CC)
67: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
68: SOURCES = $(libfunc_a_SOURCES)
69: DIST_SOURCES = $(libfunc_a_SOURCES)
70: ETAGS = etags
71: CTAGS = ctags
72: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73: ACLOCAL = @ACLOCAL@
1.1 ohara 74: AMTAR = @AMTAR@
1.17 ohara 75: AUTOCONF = @AUTOCONF@
76: AUTOHEADER = @AUTOHEADER@
77: AUTOMAKE = @AUTOMAKE@
1.1 ohara 78: AWK = @AWK@
79: CC = @CC@
1.17 ohara 80: CCDEPMODE = @CCDEPMODE@
81: CFLAGS = @CFLAGS@
82: CPP = @CPP@
83: CPPFLAGS = @CPPFLAGS@
84: CYGPATH_W = @CYGPATH_W@
85: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1 ohara 86: DEPDIR = @DEPDIR@
1.17 ohara 87: ECHO_C = @ECHO_C@
88: ECHO_N = @ECHO_N@
89: ECHO_T = @ECHO_T@
90: EGREP = @EGREP@
1.15 ohara 91: EXEEXT = @EXEEXT@
1.1 ohara 92: FEPLIB = @FEPLIB@
1.17 ohara 93: GC = @GC@
94: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.16 ohara 95: GC_DISTDIR = @GC_DISTDIR@
1.17 ohara 96: GREP = @GREP@
97: INSTALL = @INSTALL@
98: INSTALL_DATA = @INSTALL_DATA@
99: INSTALL_PROGRAM = @INSTALL_PROGRAM@
100: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1 ohara 101: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102: LAPACKLIB = @LAPACKLIB@
1.17 ohara 103: LDFLAGS = @LDFLAGS@
104: LIBOBJS = @LIBOBJS@
105: LIBS = @LIBS@
1.1 ohara 106: LN_S = @LN_S@
1.17 ohara 107: LTLIBOBJS = @LTLIBOBJS@
1.4 ohara 108: MAINT = @MAINT@
1.17 ohara 109: MAKEINFO = @MAKEINFO@
110: MKDIR_P = @MKDIR_P@
1.1 ohara 111: MPIINC = @MPIINC@
112: MPILIB = @MPILIB@
1.15 ohara 113: OBJEXT = @OBJEXT@
1.1 ohara 114: PACKAGE = @PACKAGE@
1.17 ohara 115: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
116: PACKAGE_NAME = @PACKAGE_NAME@
117: PACKAGE_STRING = @PACKAGE_STRING@
118: PACKAGE_TARNAME = @PACKAGE_TARNAME@
119: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1 ohara 120: PARIINC = @PARIINC@
121: PARILIB = @PARILIB@
1.17 ohara 122: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 ohara 123: RANLIB = @RANLIB@
1.17 ohara 124: SET_MAKE = @SET_MAKE@
125: SHELL = @SHELL@
126: STRIP = @STRIP@
1.12 ohara 127: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1 ohara 128: VERSION = @VERSION@
1.17 ohara 129: XMKMF = @XMKMF@
1.4 ohara 130: XPMLIB = @XPMLIB@
1.1 ohara 131: X_CFLAGS = @X_CFLAGS@
132: X_EXTRA_LIBS = @X_EXTRA_LIBS@
133: X_LIBS = @X_LIBS@
134: X_PRE_LIBS = @X_PRE_LIBS@
135: YACC = @YACC@
1.17 ohara 136: YFLAGS = @YFLAGS@
137: abs_builddir = @abs_builddir@
138: abs_srcdir = @abs_srcdir@
139: abs_top_builddir = @abs_top_builddir@
140: abs_top_srcdir = @abs_top_srcdir@
141: ac_ct_CC = @ac_ct_CC@
1.1 ohara 142: am__include = @am__include@
1.17 ohara 143: am__leading_dot = @am__leading_dot@
1.1 ohara 144: am__quote = @am__quote@
1.17 ohara 145: am__tar = @am__tar@
146: am__untar = @am__untar@
1.1 ohara 147: asm_obj = @asm_obj@
1.17 ohara 148: bindir = @bindir@
149: build = @build@
150: build_alias = @build_alias@
151: build_cpu = @build_cpu@
152: build_os = @build_os@
153: build_vendor = @build_vendor@
154: builddir = @builddir@
155: datadir = @datadir@
156: datarootdir = @datarootdir@
157: docdir = @docdir@
158: dvidir = @dvidir@
159: exec_prefix = @exec_prefix@
160: host = @host@
161: host_alias = @host_alias@
162: host_cpu = @host_cpu@
163: host_os = @host_os@
164: host_vendor = @host_vendor@
165: htmldir = @htmldir@
166: includedir = @includedir@
167: infodir = @infodir@
1.1 ohara 168: install_sh = @install_sh@
169: libasir_postfix = @libasir_postfix@
1.17 ohara 170: libdir = @libdir@
171: libexecdir = @libexecdir@
172: localedir = @localedir@
173: localstatedir = @localstatedir@
174: mandir = @mandir@
175: mkdir_p = @mkdir_p@
176: oldincludedir = @oldincludedir@
177: pdfdir = @pdfdir@
178: prefix = @prefix@
179: program_transform_name = @program_transform_name@
180: psdir = @psdir@
181: sbindir = @sbindir@
182: sharedstatedir = @sharedstatedir@
183: srcdir = @srcdir@
184: sysconfdir = @sysconfdir@
185: target = @target@
186: target_alias = @target_alias@
187: target_cpu = @target_cpu@
188: target_os = @target_os@
189: target_vendor = @target_vendor@
190: top_builddir = @top_builddir@
191: top_srcdir = @top_srcdir@
1.6 ohara 192: asirdir = ${prefix}/lib/asir
1.1 ohara 193: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
194: -I${top_srcdir}/gc/include \
195: @PARIINC@ @MPIINC@ @X_CFLAGS@
196:
197: noinst_LIBRARIES = libfunc.a
198: libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \
199: fctr.c file.c help.c int.c list.c miscf.c \
200: parif.c poly.c pdiv.c print.c pf.c \
1.8 noro 201: rat.c reduct.c result.c itvnum.c mattran.c isolv.c \
1.1 ohara 202: strobj.c subst.c time.c type.c var.c compobj.c \
203: gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \
1.13 ohara 204: batch.c sha1.c user.c round.c iarray.c
1.1 ohara 205:
206: all: all-am
207:
208: .SUFFIXES:
209: .SUFFIXES: .c .o .obj
1.17 ohara 210: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
211: @for dep in $?; do \
212: case '$(am__configure_deps)' in \
213: *$$dep*) \
214: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
215: && exit 0; \
216: exit 1;; \
217: esac; \
218: done; \
219: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu builtin/Makefile'; \
1.1 ohara 220: cd $(top_srcdir) && \
221: $(AUTOMAKE) --gnu builtin/Makefile
1.17 ohara 222: .PRECIOUS: Makefile
223: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
224: @case '$?' in \
225: *config.status*) \
226: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
227: *) \
228: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
229: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
230: esac;
231:
232: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
233: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234:
235: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
236: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
238: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1 ohara 239:
240: clean-noinstLIBRARIES:
241: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
242: libfunc.a: $(libfunc_a_OBJECTS) $(libfunc_a_DEPENDENCIES)
243: -rm -f libfunc.a
244: $(libfunc_a_AR) libfunc.a $(libfunc_a_OBJECTS) $(libfunc_a_LIBADD)
245: $(RANLIB) libfunc.a
246:
247: mostlyclean-compile:
1.17 ohara 248: -rm -f *.$(OBJEXT)
1.1 ohara 249:
250: distclean-compile:
251: -rm -f *.tab.c
252:
1.17 ohara 253: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/al.Po@am__quote@
254: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algnum.Po@am__quote@
255: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
256: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/batch.Po@am__quote@
257: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compobj.Po@am__quote@
258: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplxnum.Po@am__quote@
259: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctrl.Po@am__quote@
260: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp-supp.Po@am__quote@
261: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp.Po@am__quote@
262: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ec.Po@am__quote@
263: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fctr.Po@am__quote@
264: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
265: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftab.Po@am__quote@
266: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf.Po@am__quote@
267: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gr.Po@am__quote@
268: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
269: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iarray.Po@am__quote@
270: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int.Po@am__quote@
271: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isolv.Po@am__quote@
272: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itvnum.Po@am__quote@
273: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
274: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@
275: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mattran.Po@am__quote@
276: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miscf.Po@am__quote@
277: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numerical.Po@am__quote@
278: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parif.Po@am__quote@
279: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdiv.Po@am__quote@
280: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pf.Po@am__quote@
281: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poly.Po@am__quote@
282: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
283: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rat.Po@am__quote@
284: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduct.Po@am__quote@
285: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/result.Po@am__quote@
286: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/round.Po@am__quote@
287: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@
288: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strobj.Po@am__quote@
289: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subst.Po@am__quote@
290: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@
291: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/type.Po@am__quote@
292: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
293: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/var.Po@am__quote@
1.1 ohara 294:
295: .c.o:
1.17 ohara 296: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
297: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
298: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
299: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1.1 ohara 301:
302: .c.obj:
1.17 ohara 303: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
304: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
305: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
306: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1 ohara 308:
309: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.17 ohara 310: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 311: unique=`for i in $$list; do \
312: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
313: done | \
314: $(AWK) ' { files[$$0] = 1; } \
315: END { for (i in files) print i; }'`; \
1.17 ohara 316: mkid -fID $$unique
317: tags: TAGS
1.1 ohara 318:
319: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
320: $(TAGS_FILES) $(LISP)
321: tags=; \
322: here=`pwd`; \
1.17 ohara 323: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 324: unique=`for i in $$list; do \
325: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326: done | \
327: $(AWK) ' { files[$$0] = 1; } \
328: END { for (i in files) print i; }'`; \
1.17 ohara 329: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
330: test -n "$$unique" || unique=$$empty_fix; \
331: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
332: $$tags $$unique; \
333: fi
334: ctags: CTAGS
335: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
336: $(TAGS_FILES) $(LISP)
337: tags=; \
338: here=`pwd`; \
339: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
340: unique=`for i in $$list; do \
341: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342: done | \
343: $(AWK) ' { files[$$0] = 1; } \
344: END { for (i in files) print i; }'`; \
345: test -z "$(CTAGS_ARGS)$$tags$$unique" \
346: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
347: $$tags $$unique
1.1 ohara 348:
349: GTAGS:
1.17 ohara 350: here=`$(am__cd) $(top_builddir) && pwd` \
1.1 ohara 351: && cd $(top_srcdir) \
352: && gtags -i $(GTAGS_ARGS) $$here
353:
354: distclean-tags:
1.17 ohara 355: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 ohara 356:
357: distdir: $(DISTFILES)
1.17 ohara 358: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
359: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360: list='$(DISTFILES)'; \
361: dist_files=`for file in $$list; do echo $$file; done | \
362: sed -e "s|^$$srcdirstrip/||;t" \
363: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
364: case $$dist_files in \
365: */*) $(MKDIR_P) `echo "$$dist_files" | \
366: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
367: sort -u` ;; \
368: esac; \
369: for file in $$dist_files; do \
370: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 ohara 371: if test -d $$d/$$file; then \
1.17 ohara 372: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
373: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
375: fi; \
376: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 ohara 377: else \
378: test -f $(distdir)/$$file \
379: || cp -p $$d/$$file $(distdir)/$$file \
380: || exit 1; \
381: fi; \
382: done
383: check-am: all-am
384: check: check-am
385: all-am: Makefile $(LIBRARIES)
386: installdirs:
387: install: install-am
388: install-exec: install-exec-am
389: install-data: install-data-am
390: uninstall: uninstall-am
391:
392: install-am: all-am
393: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394:
395: installcheck: installcheck-am
396: install-strip:
397: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.17 ohara 398: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1 ohara 399: `test -z '$(STRIP)' || \
400: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
401: mostlyclean-generic:
402:
403: clean-generic:
404:
405: distclean-generic:
1.17 ohara 406: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 ohara 407:
408: maintainer-clean-generic:
409: @echo "This command is intended for maintainers to use"
410: @echo "it deletes files that may require special tools to rebuild."
411: clean: clean-am
412:
413: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
414:
415: distclean: distclean-am
1.17 ohara 416: -rm -rf ./$(DEPDIR)
417: -rm -f Makefile
418: distclean-am: clean-am distclean-compile distclean-generic \
419: distclean-tags
1.1 ohara 420:
421: dvi: dvi-am
422:
423: dvi-am:
424:
1.17 ohara 425: html: html-am
426:
1.1 ohara 427: info: info-am
428:
429: info-am:
430:
431: install-data-am:
432:
1.17 ohara 433: install-dvi: install-dvi-am
434:
1.1 ohara 435: install-exec-am:
436:
1.17 ohara 437: install-html: install-html-am
438:
1.1 ohara 439: install-info: install-info-am
440:
441: install-man:
442:
1.17 ohara 443: install-pdf: install-pdf-am
444:
445: install-ps: install-ps-am
446:
1.1 ohara 447: installcheck-am:
448:
449: maintainer-clean: maintainer-clean-am
1.17 ohara 450: -rm -rf ./$(DEPDIR)
451: -rm -f Makefile
1.1 ohara 452: maintainer-clean-am: distclean-am maintainer-clean-generic
453:
454: mostlyclean: mostlyclean-am
455:
456: mostlyclean-am: mostlyclean-compile mostlyclean-generic
457:
1.17 ohara 458: pdf: pdf-am
459:
460: pdf-am:
461:
462: ps: ps-am
463:
464: ps-am:
465:
466: uninstall-am:
467:
468: .MAKE: install-am install-strip
1.1 ohara 469:
1.17 ohara 470: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
471: clean-noinstLIBRARIES ctags distclean distclean-compile \
472: distclean-generic distclean-tags distdir dvi dvi-am html \
473: html-am info info-am install install-am install-data \
474: install-data-am install-dvi install-dvi-am install-exec \
475: install-exec-am install-html install-html-am install-info \
476: install-info-am install-man install-pdf install-pdf-am \
477: install-ps install-ps-am install-strip installcheck \
1.1 ohara 478: installcheck-am installdirs maintainer-clean \
479: maintainer-clean-generic mostlyclean mostlyclean-compile \
1.17 ohara 480: mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
481: uninstall-am
1.1 ohara 482:
483: # Tell versions [3.59,3.63) of GNU make to not export all variables.
484: # Otherwise a system limit (for SysV at least) may be exceeded.
485: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>