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