Annotation of OpenXM_contrib2/asir2000/asm/Makefile.in, Revision 1.10
1.10 ! ohara 1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
1.1 ohara 2:
1.10 ! ohara 3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
1.1 ohara 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@
1.10 ! ohara 15:
1.1 ohara 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@
1.10 ! ohara 68: EXEEXT = @EXEEXT@
1.1 ohara 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@
1.10 ! ohara 76: OBJEXT = @OBJEXT@
1.1 ohara 77: PACKAGE = @PACKAGE@
78: PARIINC = @PARIINC@
79: PARILIB = @PARILIB@
80: RANLIB = @RANLIB@
1.7 ohara 81: USE_GC_INTERIX = @USE_GC_INTERIX@
1.8 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: ASFLAGS = ${DEFS} ${DEFAULT_INCLUDES} ${INCLUDES}
104: SOLARIS_AS = /usr/ccs/bin/as
105: SOLARIS_AR = /usr/ccs/bin/ar
106:
107: noinst_LIBRARIES = libasm.a
108: libasm_a_SOURCES = ddM.c ddN.c
109: libasm_a_LIBADD = @asm_obj@
110: libasm_a_DEPENDENCIES = @asm_obj@
111: subdir = asm
112: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
113: CONFIG_CLEAN_FILES =
114: LIBRARIES = $(noinst_LIBRARIES)
115:
116: libasm_a_AR = $(AR) cru
117: am_libasm_a_OBJECTS = ddM.$(OBJEXT) ddN.$(OBJEXT)
118: libasm_a_OBJECTS = $(am_libasm_a_OBJECTS)
119: DEFAULT_INCLUDES = -I. -I$(srcdir)
120: CPPFLAGS = @CPPFLAGS@
121: LDFLAGS = @LDFLAGS@
122: LIBS = @LIBS@
123: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.10 ! ohara 124: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/ddM.Po $(DEPDIR)/ddN.Po
1.1 ohara 125: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
126: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127: CCLD = $(CC)
128: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
129: CFLAGS = @CFLAGS@
130: DIST_SOURCES = $(libasm_a_SOURCES)
131: DIST_COMMON = Makefile.am Makefile.in
132: SOURCES = $(libasm_a_SOURCES)
133:
134: all: all-am
135:
136: .SUFFIXES:
137: .SUFFIXES: .c .o .obj
1.4 ohara 138: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1 ohara 139: cd $(top_srcdir) && \
140: $(AUTOMAKE) --gnu asm/Makefile
1.4 ohara 141: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
1.10 ! ohara 142: cd $(top_builddir) && \
! 143: CONFIG_HEADERS= CONFIG_LINKS= \
! 144: CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
1.1 ohara 145:
146: AR = ar
147:
148: clean-noinstLIBRARIES:
149: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
150: libasm.a: $(libasm_a_OBJECTS) $(libasm_a_DEPENDENCIES)
151: -rm -f libasm.a
152: $(libasm_a_AR) libasm.a $(libasm_a_OBJECTS) $(libasm_a_LIBADD)
153: $(RANLIB) libasm.a
154:
155: mostlyclean-compile:
156: -rm -f *.$(OBJEXT) core *.core
157:
158: distclean-compile:
159: -rm -f *.tab.c
160:
1.10 ! ohara 161: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ddM.Po@am__quote@
! 162: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ddN.Po@am__quote@
1.1 ohara 163:
164: distclean-depend:
1.10 ! ohara 165: -rm -rf $(DEPDIR)
1.1 ohara 166:
167: .c.o:
168: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
169: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
170: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.10 ! ohara 171: $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
1.1 ohara 172:
173: .c.obj:
174: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
175: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
176: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
177: $(COMPILE) -c `cygpath -w $<`
178: CCDEPMODE = @CCDEPMODE@
179: uninstall-info-am:
180:
181: tags: TAGS
182:
183: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.10 ! ohara 184: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
1.1 ohara 185: unique=`for i in $$list; do \
186: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
187: done | \
188: $(AWK) ' { files[$$0] = 1; } \
189: END { for (i in files) print i; }'`; \
1.10 ! ohara 190: mkid -fID $$unique $(LISP)
1.1 ohara 191:
192: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
193: $(TAGS_FILES) $(LISP)
194: tags=; \
195: here=`pwd`; \
1.10 ! ohara 196: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
1.1 ohara 197: unique=`for i in $$list; do \
198: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199: done | \
200: $(AWK) ' { files[$$0] = 1; } \
201: END { for (i in files) print i; }'`; \
1.10 ! ohara 202: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 203: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
1.1 ohara 204:
205: GTAGS:
1.10 ! ohara 206: here=`CDPATH=: && cd $(top_builddir) && pwd` \
1.1 ohara 207: && cd $(top_srcdir) \
208: && gtags -i $(GTAGS_ARGS) $$here
209:
210: distclean-tags:
211: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
1.10 ! ohara 212:
1.1 ohara 213: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214:
215: top_distdir = ..
216: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
217:
218: distdir: $(DISTFILES)
1.10 ! ohara 219: @for file in $(DISTFILES); do \
! 220: if test -f $$file; then d=.; else d=$(srcdir); fi; \
1.1 ohara 221: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
222: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.10 ! ohara 223: $(mkinstalldirs) "$(distdir)/$$dir"; \
1.1 ohara 224: fi; \
225: if test -d $$d/$$file; then \
1.10 ! ohara 226: cp -pR $$d/$$file $(distdir) \
! 227: || exit 1; \
1.1 ohara 228: else \
229: test -f $(distdir)/$$file \
230: || cp -p $$d/$$file $(distdir)/$$file \
231: || exit 1; \
232: fi; \
233: done
234: check-am: all-am
235: check: check-am
236: all-am: Makefile $(LIBRARIES)
237:
238: installdirs:
239:
240: install: install-am
241: install-exec: install-exec-am
242: install-data: install-data-am
243: uninstall: uninstall-am
244:
245: install-am: all-am
246: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
247:
248: installcheck: installcheck-am
249: install-strip:
250: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
251: `test -z '$(STRIP)' || \
252: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
253: mostlyclean-generic:
254:
255: clean-generic:
256:
257: distclean-generic:
1.10 ! ohara 258: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1.1 ohara 259:
260: maintainer-clean-generic:
261: @echo "This command is intended for maintainers to use"
262: @echo "it deletes files that may require special tools to rebuild."
263: clean: clean-am
264:
265: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
266:
267: distclean: distclean-am
268:
269: distclean-am: clean-am distclean-compile distclean-depend \
270: distclean-generic distclean-tags
271:
272: dvi: dvi-am
273:
274: dvi-am:
275:
276: info: info-am
277:
278: info-am:
279:
280: install-data-am:
281:
282: install-exec-am:
283:
284: install-info: install-info-am
285:
286: install-man:
287:
288: installcheck-am:
289:
290: maintainer-clean: maintainer-clean-am
291:
292: maintainer-clean-am: distclean-am maintainer-clean-generic
293:
294: mostlyclean: mostlyclean-am
295:
296: mostlyclean-am: mostlyclean-compile mostlyclean-generic
297:
298: uninstall-am: uninstall-info-am
299:
300: .PHONY: GTAGS all all-am check check-am clean clean-generic \
301: clean-noinstLIBRARIES distclean distclean-compile \
302: distclean-depend distclean-generic distclean-tags distdir dvi \
303: dvi-am info info-am install install-am install-data \
304: install-data-am install-exec install-exec-am install-info \
305: install-info-am install-man install-strip installcheck \
306: installcheck-am installdirs maintainer-clean \
307: maintainer-clean-generic mostlyclean mostlyclean-compile \
308: mostlyclean-generic tags uninstall uninstall-am \
309: uninstall-info-am
310:
311:
312: asm4-2.o: asm4-2.s
313: ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm4-2.s
314:
315: asm5-2.o: asm5-2.s
316: ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm5-2.s
317:
318: edr-2.o: edr-2.s
319: ${SOLARIS_AS} -o $@ -P ${ASFLAGS} edr-2.s
320:
321: sparc-2.o: sparc-2.s-cc
322: ${SOLARIS_AS} -o $@ -P ${ASFLAGS} sparc-2.s-cc
323:
324: asmi_l.o: asmi_l.s
325: ${COMPILE} -c -o $@ asmi_l.s
326:
327: asmi.o: asmi.s
328: ${COMPILE} -c -o $@ asmi.s
329: # Tell versions [3.59,3.63) of GNU make to not export all variables.
330: # Otherwise a system limit (for SysV at least) may be exceeded.
331: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>