Annotation of OpenXM_contrib2/asir2000/Makefile.in, Revision 1.7
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:
1.7 ! ohara 16: # $OpenXM: OpenXM_contrib2/asir2000/Makefile.in,v 1.6 2003/03/07 17:00:45 ohara Exp $
1.1 ohara 17:
18: SHELL = @SHELL@
19:
20: srcdir = @srcdir@
21: top_srcdir = @top_srcdir@
22: VPATH = @srcdir@
23: prefix = @prefix@
24: exec_prefix = @exec_prefix@
25:
26: bindir = @bindir@
27: sbindir = @sbindir@
28: libexecdir = @libexecdir@
29: datadir = @datadir@
30: sysconfdir = @sysconfdir@
31: sharedstatedir = @sharedstatedir@
32: localstatedir = @localstatedir@
33: libdir = @libdir@
34: infodir = @infodir@
35: mandir = @mandir@
36: includedir = @includedir@
37: oldincludedir = /usr/include
38: pkgdatadir = $(datadir)/@PACKAGE@
39: pkglibdir = $(libdir)/@PACKAGE@
40: pkgincludedir = $(includedir)/@PACKAGE@
41: top_builddir = .
42:
43: ACLOCAL = @ACLOCAL@
44: AUTOCONF = @AUTOCONF@
45: AUTOMAKE = @AUTOMAKE@
46: AUTOHEADER = @AUTOHEADER@
47:
48: INSTALL = @INSTALL@
49: INSTALL_PROGRAM = @INSTALL_PROGRAM@
50: INSTALL_DATA = @INSTALL_DATA@
51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
52: INSTALL_HEADER = $(INSTALL_DATA)
53: transform = @program_transform_name@
54: NORMAL_INSTALL = :
55: PRE_INSTALL = :
56: POST_INSTALL = :
57: NORMAL_UNINSTALL = :
58: PRE_UNINSTALL = :
59: POST_UNINSTALL = :
60: build_alias = @build_alias@
61: build_triplet = @build@
62: host_alias = @host_alias@
63: host_triplet = @host@
64: target_alias = @target_alias@
65: target_triplet = @target@
66: AMTAR = @AMTAR@
67: AWK = @AWK@
68: CC = @CC@
69: DEPDIR = @DEPDIR@
70: EXEEXT = @EXEEXT@
71: FEPLIB = @FEPLIB@
72: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
73: LAPACKLIB = @LAPACKLIB@
74: LN_S = @LN_S@
75: MPIINC = @MPIINC@
76: MPILIB = @MPILIB@
77: OBJEXT = @OBJEXT@
78: PACKAGE = @PACKAGE@
79: PARIINC = @PARIINC@
80: PARILIB = @PARILIB@
81: RANLIB = @RANLIB@
82: VERSION = @VERSION@
83: X_CFLAGS = @X_CFLAGS@
84: X_EXTRA_LIBS = @X_EXTRA_LIBS@
85: X_LIBS = @X_LIBS@
86: X_PRE_LIBS = @X_PRE_LIBS@
87: YACC = @YACC@
88: am__include = @am__include@
89: am__quote = @am__quote@
90: asm_obj = @asm_obj@
91: install_sh = @install_sh@
92: libasir_postfix = @libasir_postfix@
93:
94: AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
95: @USE_PLOT_TRUE@PLOTDIR = plot
96: @USE_PLOT_TRUE@PLLIB = plot/libplot.a
97: @USE_PLOT_TRUE@X11LIB = @X_LIBS@ -lXaw -lXmu -lXt @X_PRE_LIBS@ -lXpm -lXext -lX11 @X_EXTRA_LIBS@
98:
99: SUBDIRS = asm builtin engine fft include io lib parse ${PLOTDIR}
100:
101: DEFS = @DEFS@ -DASIR_LIBDIR=\"${prefix}/lib/asir\"
102: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
103: -I${top_srcdir}/gc/include \
104: @PARIINC@ @MPIINC@ @X_CFLAGS@
105:
106:
107: GLIB = libasir-gc.a
108: ALIB = asm/libasm.a
109: BLIB = builtin/libfunc.a
110: ELIB = engine/libca.a
111: FLIB = fft/libdft.a
112: IOLIB = io/libio.a
113: PLIB = parse/libparse.a
114:
115: # The ASIRLIB cannot be rearrenged.
116: ASIRLIB = ${BLIB} ${PLIB} ${IOLIB} ${PLLIB} ${ELIB} ${FLIB} ${ALIB}
117: LIBS = @LIBS@ @PARILIB@ @MPILIB@ @LAPACKLIB@ ${X11LIB} ${FEPLIB} -lm ${EXTRALIBS}
118:
119: # EXTRALIBS = @EXTRALIBS@
120: bin_PROGRAMS = asir
121: asir_SOURCES = parse/main.c
122: asir_LDADD = ${ASIRLIB} ${GLIB}
1.5 ohara 123: noinst_LIBRARIES = libasir.a libasir-gc.a
1.2 ohara 124: CLEANFILES = libasir.a libasir-gc.a asir${EXEEXT}
1.1 ohara 125:
126: libasir_gc_a_SOURCES =
127: subdir = .
128: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
129: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
130: CONFIG_CLEAN_FILES =
1.5 ohara 131: LIBRARIES = $(noinst_LIBRARIES)
1.1 ohara 132:
133: libasir_gc_a_AR = $(AR) cru
134: libasir_gc_a_LIBADD =
135: am_libasir_gc_a_OBJECTS =
136: libasir_gc_a_OBJECTS = $(am_libasir_gc_a_OBJECTS)
137: libasir_a_AR = $(AR) cru
138: libasir_a_LIBADD =
139: libasir_a_SOURCES = libasir.a.c
140: libasir_a_OBJECTS = libasir.a.$(OBJEXT)
141: bin_PROGRAMS = asir$(EXEEXT)
142: PROGRAMS = $(bin_PROGRAMS)
143:
144: am_asir_OBJECTS = main.$(OBJEXT)
145: asir_OBJECTS = $(am_asir_OBJECTS)
146: @USE_PLOT_TRUE@asir_DEPENDENCIES = builtin/libfunc.a parse/libparse.a \
147: @USE_PLOT_TRUE@ io/libio.a plot/libplot.a engine/libca.a \
148: @USE_PLOT_TRUE@ fft/libdft.a asm/libasm.a libasir-gc.a
149: @USE_PLOT_FALSE@asir_DEPENDENCIES = builtin/libfunc.a parse/libparse.a \
150: @USE_PLOT_FALSE@ io/libio.a engine/libca.a fft/libdft.a \
151: @USE_PLOT_FALSE@ asm/libasm.a libasir-gc.a
152: asir_LDFLAGS =
153: DEFAULT_INCLUDES = -I. -I$(srcdir)
154: CPPFLAGS = @CPPFLAGS@
155: LDFLAGS = @LDFLAGS@
156: depcomp =
157: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
158: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159: CCLD = $(CC)
160: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
161: CFLAGS = @CFLAGS@
162: DIST_SOURCES = $(libasir_gc_a_SOURCES) libasir.a.c $(asir_SOURCES)
163:
164: RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
165: uninstall-info-recursive all-recursive install-data-recursive \
166: install-exec-recursive installdirs-recursive install-recursive \
167: uninstall-recursive check-recursive installcheck-recursive
168: DIST_COMMON = INSTALL Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
169: config.guess config.sub configure configure.in depcomp \
170: install-sh missing mkinstalldirs
171: DIST_SUBDIRS = asm builtin engine fft include io lib parse plot
172: SOURCES = $(libasir_gc_a_SOURCES) libasir.a.c $(asir_SOURCES)
173:
174: all: all-recursive
175:
176: .SUFFIXES:
177: .SUFFIXES: .c .o .obj
178: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
179: cd $(top_srcdir) && \
180: $(AUTOMAKE) --foreign Makefile
181: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
182: cd $(top_builddir) && \
183: CONFIG_HEADERS= CONFIG_LINKS= \
184: CONFIG_FILES=$@ $(SHELL) ./config.status
185:
186: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
187: $(SHELL) ./config.status --recheck
188: $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
189: cd $(srcdir) && $(AUTOCONF)
190:
191: $(ACLOCAL_M4): configure.in acinclude.m4
192: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
193:
194: AR = ar
195:
1.5 ohara 196: clean-noinstLIBRARIES:
197: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.1 ohara 198: install-binPROGRAMS: $(bin_PROGRAMS)
199: @$(NORMAL_INSTALL)
200: $(mkinstalldirs) $(DESTDIR)$(bindir)
201: @list='$(bin_PROGRAMS)'; for p in $$list; do \
202: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
203: if test -f $$p \
204: ; then \
205: f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
206: echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
207: $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
208: else :; fi; \
209: done
210:
211: uninstall-binPROGRAMS:
212: @$(NORMAL_UNINSTALL)
213: @list='$(bin_PROGRAMS)'; for p in $$list; do \
214: f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
215: echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
216: rm -f $(DESTDIR)$(bindir)/$$f; \
217: done
218:
219: clean-binPROGRAMS:
220: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
221: main.$(OBJEXT): parse/main.c
222: asir$(EXEEXT): $(asir_OBJECTS) $(asir_DEPENDENCIES)
223: @rm -f asir$(EXEEXT)
224: $(LINK) $(asir_LDFLAGS) $(asir_OBJECTS) $(asir_LDADD) $(LIBS)
225:
226: mostlyclean-compile:
227: -rm -f *.$(OBJEXT) core *.core
228:
229: distclean-compile:
230: -rm -f *.tab.c
231:
232: .c.o:
233: $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
234:
235: .c.obj:
236: $(COMPILE) -c `cygpath -w $<`
237:
238: main.o: parse/main.c
239: $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.o `test -f parse/main.c || echo '$(srcdir)/'`parse/main.c
240:
241: main.obj: parse/main.c
242: $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.obj `cygpath -w parse/main.c`
243: uninstall-info-am:
244:
245: # This directory's subdirectories are mostly independent; you can cd
246: # into them and run `make' without going through this Makefile.
247: # To change the values of `make' variables: instead of editing Makefiles,
248: # (1) if the variable is set in `config.status', edit `config.status'
249: # (which will cause the Makefiles to be regenerated when you run `make');
250: # (2) otherwise, pass the desired values on the `make' command line.
251: $(RECURSIVE_TARGETS):
252: @set fnord $(MAKEFLAGS); amf=$$2; \
253: dot_seen=no; \
254: target=`echo $@ | sed s/-recursive//`; \
255: list='$(SUBDIRS)'; for subdir in $$list; do \
256: echo "Making $$target in $$subdir"; \
257: if test "$$subdir" = "."; then \
258: dot_seen=yes; \
259: local_target="$$target-am"; \
260: else \
261: local_target="$$target"; \
262: fi; \
263: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
264: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
265: done; \
266: if test "$$dot_seen" = "no"; then \
267: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
268: fi; test -z "$$fail"
269:
270: mostlyclean-recursive clean-recursive distclean-recursive \
271: maintainer-clean-recursive:
272: @set fnord $(MAKEFLAGS); amf=$$2; \
273: dot_seen=no; \
274: case "$@" in \
275: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
276: *) list='$(SUBDIRS)' ;; \
277: esac; \
278: rev=''; for subdir in $$list; do \
279: if test "$$subdir" = "."; then :; else \
280: rev="$$subdir $$rev"; \
281: fi; \
282: done; \
283: rev="$$rev ."; \
284: target=`echo $@ | sed s/-recursive//`; \
285: for subdir in $$rev; do \
286: echo "Making $$target in $$subdir"; \
287: if test "$$subdir" = "."; then \
288: local_target="$$target-am"; \
289: else \
290: local_target="$$target"; \
291: fi; \
292: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
293: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
294: done && test -z "$$fail"
295: tags-recursive:
296: list='$(SUBDIRS)'; for subdir in $$list; do \
297: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
298: done
299:
300: tags: TAGS
301:
302: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
303: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
304: unique=`for i in $$list; do \
305: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306: done | \
307: $(AWK) ' { files[$$0] = 1; } \
308: END { for (i in files) print i; }'`; \
309: mkid -fID $$unique $(LISP)
310:
311: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
312: $(TAGS_FILES) $(LISP)
313: tags=; \
314: here=`pwd`; \
315: list='$(SUBDIRS)'; for subdir in $$list; do \
316: if test "$$subdir" = .; then :; else \
317: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
318: fi; \
319: done; \
320: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
321: unique=`for i in $$list; do \
322: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323: done | \
324: $(AWK) ' { files[$$0] = 1; } \
325: END { for (i in files) print i; }'`; \
326: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
327: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
328:
329: GTAGS:
330: here=`CDPATH=: && cd $(top_builddir) && pwd` \
331: && cd $(top_srcdir) \
332: && gtags -i $(GTAGS_ARGS) $$here
333:
334: distclean-tags:
335: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
336:
337: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
338:
339: top_distdir = .
340: # Avoid unsightly `./'.
341: distdir = $(PACKAGE)-$(VERSION)
342:
343: GZIP_ENV = --best
344:
345: distdir: $(DISTFILES)
346: -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
347: mkdir $(distdir)
348: @for file in $(DISTFILES); do \
349: if test -f $$file; then d=.; else d=$(srcdir); fi; \
350: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
351: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
352: $(mkinstalldirs) "$(distdir)/$$dir"; \
353: fi; \
354: if test -d $$d/$$file; then \
355: cp -pR $$d/$$file $(distdir) \
356: || exit 1; \
357: else \
358: test -f $(distdir)/$$file \
359: || cp -p $$d/$$file $(distdir)/$$file \
360: || exit 1; \
361: fi; \
362: done
363: for subdir in $(DIST_SUBDIRS); do \
364: if test "$$subdir" = .; then :; else \
365: test -d $(distdir)/$$subdir \
366: || mkdir $(distdir)/$$subdir \
367: || exit 1; \
368: (cd $$subdir && \
369: $(MAKE) $(AM_MAKEFLAGS) \
370: top_distdir="$(top_distdir)" \
371: distdir=../$(distdir)/$$subdir \
372: distdir) \
373: || exit 1; \
374: fi; \
375: done
376: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
377: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
378: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
379: ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
380: || chmod -R a+r $(distdir)
381: dist: distdir
382: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
383: -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
384:
385: # This target untars the dist file and tries a VPATH configuration. Then
386: # it guarantees that the distribution is self-contained by making another
387: # tarfile.
388: distcheck: dist
389: -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
390: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
391: chmod -R a-w $(distdir); chmod a+w $(distdir)
392: mkdir $(distdir)/=build
393: mkdir $(distdir)/=inst
394: chmod a-w $(distdir)
395: dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
396: && cd $(distdir)/=build \
397: && ../configure --srcdir=.. --prefix=$$dc_install_base \
398: && $(MAKE) $(AM_MAKEFLAGS) \
399: && $(MAKE) $(AM_MAKEFLAGS) dvi \
400: && $(MAKE) $(AM_MAKEFLAGS) check \
401: && $(MAKE) $(AM_MAKEFLAGS) install \
402: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
403: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
404: && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
405: || (echo "Error: files left after uninstall" 1>&2; \
406: exit 1) ) \
407: && $(MAKE) $(AM_MAKEFLAGS) dist \
408: && $(MAKE) $(AM_MAKEFLAGS) distclean \
409: && rm -f $(distdir).tar.gz \
410: && (test `find . -type f -print | wc -l` -eq 0 \
411: || (echo "Error: files left after distclean" 1>&2; \
412: exit 1) )
413: -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
414: @echo "$(distdir).tar.gz is ready for distribution" | \
415: sed 'h;s/./=/g;p;x;p;x'
416: check-am: all-am
417: check: check-recursive
418: all-am: Makefile $(LIBRARIES) $(PROGRAMS)
419: installdirs: installdirs-recursive
420: installdirs-am:
1.5 ohara 421: $(mkinstalldirs) $(DESTDIR)$(bindir)
1.1 ohara 422:
423: install: install-recursive
424: install-exec: install-exec-recursive
425: install-data: install-data-recursive
426: uninstall: uninstall-recursive
427:
428: install-am: all-am
429: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
430:
431: installcheck: installcheck-recursive
432: install-strip:
433: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
434: `test -z '$(STRIP)' || \
435: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
436: mostlyclean-generic:
437:
438: clean-generic:
439: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
440:
441: distclean-generic:
442: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
443:
444: maintainer-clean-generic:
445: @echo "This command is intended for maintainers to use"
446: @echo "it deletes files that may require special tools to rebuild."
447: clean: clean-recursive
448:
1.5 ohara 449: clean-am: clean-binPROGRAMS clean-generic clean-noinstLIBRARIES \
1.1 ohara 450: mostlyclean-am
451:
452: dist-all: distdir
453: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
454: -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
455: distclean: distclean-recursive
456: -rm -f config.status config.cache config.log
457: distclean-am: clean-am distclean-compile distclean-generic \
458: distclean-tags
459:
460: dvi: dvi-recursive
461:
462: dvi-am:
463:
464: info: info-recursive
465:
466: info-am:
467:
468: install-data-am:
469:
1.5 ohara 470: install-exec-am: install-binPROGRAMS
1.1 ohara 471: @$(NORMAL_INSTALL)
472: $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
473:
474: install-info: install-info-recursive
475:
476: install-man:
477:
478: installcheck-am:
479:
480: maintainer-clean: maintainer-clean-recursive
481:
482: maintainer-clean-am: distclean-am maintainer-clean-generic
483:
484: mostlyclean: mostlyclean-recursive
485:
486: mostlyclean-am: mostlyclean-compile mostlyclean-generic
487:
1.5 ohara 488: uninstall-am: uninstall-binPROGRAMS uninstall-info-am
1.1 ohara 489:
490: uninstall-info: uninstall-info-recursive
491:
492: .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
1.5 ohara 493: clean-binPROGRAMS clean-generic clean-noinstLIBRARIES \
1.1 ohara 494: clean-recursive dist dist-all distcheck distclean \
495: distclean-compile distclean-generic distclean-recursive \
496: distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
497: info-recursive install install-am install-binPROGRAMS \
498: install-data install-data-am install-data-recursive \
499: install-exec install-exec-am install-exec-recursive \
1.5 ohara 500: install-info install-info-am install-info-recursive install-man \
501: install-recursive install-strip installcheck installcheck-am \
502: installdirs installdirs-am installdirs-recursive \
503: maintainer-clean maintainer-clean-generic \
504: maintainer-clean-recursive mostlyclean mostlyclean-compile \
505: mostlyclean-generic mostlyclean-recursive tags tags-recursive \
506: uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am \
507: uninstall-info-recursive uninstall-recursive
1.1 ohara 508:
509:
510: umain.o: parse/main.c
511: ${COMPILE} -DUINIT main.c -o umain.o
512:
513: libasir-gc.a: parse/gc_risa.o
514: -if [ ! -f ${top_srcdir}/gc/.configure_done ]; then \
515: (cd ${top_srcdir}/gc; ./configure --disable-threads) ; \
516: touch ${top_srcdir}/gc/.configure_done ; \
517: fi
518: (cd ${top_srcdir}/gc; ${MAKE})
519: cp ${top_srcdir}/gc/.libs/libgc.a ${top_srcdir}/${GLIB}
520: ${AR} q ${top_srcdir}/${GLIB} ${top_srcdir}/parse/gc_risa.o
521: ${RANLIB} ${top_srcdir}/${GLIB}
522:
523: libasir.a: ${ASIRLIB}
524: -mkdir ${top_srcdir}/libtmp
525: -rm -f ${top_srcdir}/libtmp/* ${top_srcdir}/$@
526: for i in ${ASIRLIB}; do (cd ${top_srcdir}/libtmp; ar x ../$$i; chmod 644 *) done
527: (cd ${top_srcdir}/libtmp; ${AR} cq ../$@ *.o)
528: (cd ${top_srcdir}; ${RANLIB} $@)
529: -rm -rf ${top_srcdir}/libtmp
530:
531: #asir.o: umain.o ${ASIRLIB} ${GLIB}
532: # -rm $@
533: # ld -r $@ umain.o ${ASIRLIB} ${GLIB} ${LIBS} ${EXTRALIBS}
534:
535: install-exec-hook:
1.5 ohara 536: -mkdir -p ${prefix}/lib/asir
537: -if [ -x ${prefix}/bin/asir ]; then \
538: mv ${prefix}/bin/asir${EXEEXT} ${prefix}/lib/asir/ ; \
1.1 ohara 539: fi
1.5 ohara 540:
1.3 ohara 541: install-libasir: libasir.a
542: mkdir -p ${prefix}/lib
543: ${INSTALL_DATA} libasir.a ${prefix}/lib/libasir${libasir_postfix}.a
1.5 ohara 544:
545: install-openxm: asir${EXEEXT} libasir.a libasir-gc.a
1.6 ohara 546: -mkdir -p ${prefix}/bin
547: ${INSTALL_PROGRAM} asir ${prefix}/bin/
1.5 ohara 548: -mkdir -p ${prefix}/lib/asir
549: (cd ${top_srcdir}/lib; ${MAKE} install-doc install-lib)
550: ${INSTALL_DATA} libasir.a ${prefix}/lib/libasir${libasir_postfix}.a
551: ${INSTALL_DATA} libasir-gc.a ${prefix}/lib/libasir-gc.a
1.6 ohara 552: -rm -f ${prefix}/bin/ox_asir${EXEEXT}
553: (cd ${prefix}/bin ; ${LN_S} asir${EXEEXT} ox_asir${EXEEXT})
554: -(cd ${prefix}/lib/asir; \
555: rm -f asir${EXEEXT} ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT})
556: (cd ${prefix}/lib/asir ; \
557: ${LN_S} ../../bin/asir${EXEEXT} asir${EXEEXT} ; \
558: ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
559: ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
560: ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
1.5 ohara 561:
562: install-lib:
563: (cd ${top_srcdir}/lib; ${MAKE} install-lib)
1.7 ! ohara 564: -(cd ${prefix}/lib/asir; \
! 565: rm -f ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT})
1.5 ohara 566: (cd ${prefix}/lib/asir ; \
567: ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
568: ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
569: ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
570: -mkdir -p ${prefix}/bin
1.7 ! ohara 571: -rm -f ${prefix}/bin/asir${EXEEXT}
1.5 ohara 572: (cd ${prefix}/bin ; ${LN_S} ../lib/asir/asir${EXEEXT} asir${EXEEXT})
573:
574: install-doc:
575: (cd ${top_srcdir}/lib; ${MAKE} install-doc)
1.1 ohara 576: # Tell versions [3.59,3.63) of GNU make to not export all variables.
577: # Otherwise a system limit (for SysV at least) may be exceeded.
578: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>