Annotation of OpenXM_contrib2/asir2018/asm/Makefile.in, Revision 1.2
1.2 ! noro 1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1 noro 2: # @configure_input@
3:
1.2 ! noro 4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1.1 noro 5:
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:
17: VPATH = @srcdir@
1.2 ! noro 18: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
1.1 noro 19: am__make_running_with_option = \
20: case $${target_option-} in \
21: ?) ;; \
22: *) echo "am__make_running_with_option: internal error: invalid" \
23: "target option '$${target_option-}' specified" >&2; \
24: exit 1;; \
25: esac; \
26: has_opt=no; \
27: sane_makeflags=$$MAKEFLAGS; \
28: if $(am__is_gnu_make); then \
29: sane_makeflags=$$MFLAGS; \
30: else \
31: case $$MAKEFLAGS in \
32: *\\[\ \ ]*) \
33: bs=\\; \
34: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36: esac; \
37: fi; \
38: skip_next=no; \
39: strip_trailopt () \
40: { \
41: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42: }; \
43: for flg in $$sane_makeflags; do \
44: test $$skip_next = yes && { skip_next=no; continue; }; \
45: case $$flg in \
46: *=*|--*) continue;; \
47: -*I) strip_trailopt 'I'; skip_next=yes;; \
48: -*I?*) strip_trailopt 'I';; \
49: -*O) strip_trailopt 'O'; skip_next=yes;; \
50: -*O?*) strip_trailopt 'O';; \
51: -*l) strip_trailopt 'l'; skip_next=yes;; \
52: -*l?*) strip_trailopt 'l';; \
53: -[dEDm]) skip_next=yes;; \
54: -[JT]) skip_next=yes;; \
55: esac; \
56: case $$flg in \
57: *$$target_option*) has_opt=yes; break;; \
58: esac; \
59: done; \
60: test $$has_opt = yes
61: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63: pkgdatadir = $(datadir)/@PACKAGE@
64: pkgincludedir = $(includedir)/@PACKAGE@
65: pkglibdir = $(libdir)/@PACKAGE@
66: pkglibexecdir = $(libexecdir)/@PACKAGE@
67: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68: install_sh_DATA = $(install_sh) -c -m 644
69: install_sh_PROGRAM = $(install_sh) -c
70: install_sh_SCRIPT = $(install_sh) -c
71: INSTALL_HEADER = $(INSTALL_DATA)
72: transform = $(program_transform_name)
73: NORMAL_INSTALL = :
74: PRE_INSTALL = :
75: POST_INSTALL = :
76: NORMAL_UNINSTALL = :
77: PRE_UNINSTALL = :
78: POST_UNINSTALL = :
79: build_triplet = @build@
80: host_triplet = @host@
81: target_triplet = @target@
82: subdir = asm
1.2 ! noro 83: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
! 84: $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
1.1 noro 85: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86: am__aclocal_m4_deps = $(top_srcdir)/configure.in
87: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88: $(ACLOCAL_M4)
89: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
90: CONFIG_CLEAN_FILES =
91: CONFIG_CLEAN_VPATH_FILES =
92: LIBRARIES = $(noinst_LIBRARIES)
93: AR = ar
94: ARFLAGS = cru
95: AM_V_AR = $(am__v_AR_@AM_V@)
96: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
97: am__v_AR_0 = @echo " AR " $@;
98: am__v_AR_1 =
99: libasm_a_AR = $(AR) $(ARFLAGS)
100: am_libasm_a_OBJECTS = ddM.$(OBJEXT) ddN.$(OBJEXT)
101: libasm_a_OBJECTS = $(am_libasm_a_OBJECTS)
102: AM_V_P = $(am__v_P_@AM_V@)
103: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104: am__v_P_0 = false
105: am__v_P_1 = :
106: AM_V_GEN = $(am__v_GEN_@AM_V@)
107: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108: am__v_GEN_0 = @echo " GEN " $@;
109: am__v_GEN_1 =
110: AM_V_at = $(am__v_at_@AM_V@)
111: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112: am__v_at_0 = @
113: am__v_at_1 =
114: DEFAULT_INCLUDES = -I.@am__isrc@
115: depcomp = $(SHELL) $(top_srcdir)/depcomp
116: am__depfiles_maybe = depfiles
117: am__mv = mv -f
118: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
119: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120: AM_V_CC = $(am__v_CC_@AM_V@)
121: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
122: am__v_CC_0 = @echo " CC " $@;
123: am__v_CC_1 =
124: CCLD = $(CC)
125: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
126: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
127: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
128: am__v_CCLD_0 = @echo " CCLD " $@;
129: am__v_CCLD_1 =
130: SOURCES = $(libasm_a_SOURCES)
131: DIST_SOURCES = $(libasm_a_SOURCES)
132: am__can_run_installinfo = \
133: case $$AM_UPDATE_INFO_DIR in \
134: n|no|NO) false;; \
135: *) (install-info --version) >/dev/null 2>&1;; \
136: esac
137: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
138: # Read a list of newline-separated strings from the standard input,
139: # and print each of them once, without duplicates. Input order is
140: # *not* preserved.
141: am__uniquify_input = $(AWK) '\
142: BEGIN { nonempty = 0; } \
143: { items[$$0] = 1; nonempty = 1; } \
144: END { if (nonempty) { for (i in items) print i; }; } \
145: '
146: # Make sure the list of sources is unique. This is necessary because,
147: # e.g., the same source file might be shared among _SOURCES variables
148: # for different programs/libraries.
149: am__define_uniq_tagged_files = \
150: list='$(am__tagged_files)'; \
151: unique=`for i in $$list; do \
152: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
153: done | $(am__uniquify_input)`
154: ETAGS = etags
155: CTAGS = ctags
156: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157: ACLOCAL = @ACLOCAL@
158: AMTAR = @AMTAR@
159: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
160: ASIR_GCLIB = @ASIR_GCLIB@
161: AUTOCONF = @AUTOCONF@
162: AUTOHEADER = @AUTOHEADER@
163: AUTOMAKE = @AUTOMAKE@
164: AWK = @AWK@
165: CC = @CC@
166: CCDEPMODE = @CCDEPMODE@
167: CFLAGS = @CFLAGS@
168: CPP = @CPP@
169: CPPFLAGS = @CPPFLAGS@
170: CYGPATH_W = @CYGPATH_W@
171: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
172: DEPDIR = @DEPDIR@
173: ECHO_C = @ECHO_C@
174: ECHO_N = @ECHO_N@
175: ECHO_T = @ECHO_T@
176: EGREP = @EGREP@
177: EXEEXT = @EXEEXT@
178: FEPLIB = @FEPLIB@
179: GC = @GC@
180: GCINC = @GCINC@
181: GCLIB = @GCLIB@
182: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
183: GC_DISTDIR = @GC_DISTDIR@
184: GMPLIB = @GMPLIB@
185: GREP = @GREP@
186: INSTALL = @INSTALL@
187: INSTALL_DATA = @INSTALL_DATA@
188: INSTALL_PROGRAM = @INSTALL_PROGRAM@
189: INSTALL_SCRIPT = @INSTALL_SCRIPT@
190: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
191: LAPACKLIB = @LAPACKLIB@
192: LDFLAGS = @LDFLAGS@
193: LIBOBJS = @LIBOBJS@
194: LIBS = @LIBS@
195: LN_S = @LN_S@
196: LTLIBOBJS = @LTLIBOBJS@
197: MAINT = @MAINT@
198: MAKEINFO = @MAKEINFO@
199: MKDIR_P = @MKDIR_P@
200: OBJEXT = @OBJEXT@
201: PACKAGE = @PACKAGE@
202: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203: PACKAGE_NAME = @PACKAGE_NAME@
204: PACKAGE_STRING = @PACKAGE_STRING@
205: PACKAGE_TARNAME = @PACKAGE_TARNAME@
206: PACKAGE_URL = @PACKAGE_URL@
207: PACKAGE_VERSION = @PACKAGE_VERSION@
208: PARIINC = @PARIINC@
209: PARILIB = @PARILIB@
210: PATH_SEPARATOR = @PATH_SEPARATOR@
211: RANLIB = @RANLIB@
212: SET_MAKE = @SET_MAKE@
213: SHELL = @SHELL@
214: STRIP = @STRIP@
215: USE_GC_SPARC64 = @USE_GC_SPARC64@
216: VERSION = @VERSION@
217: WSLIB = @WSLIB@
218: XMKMF = @XMKMF@
219: XPMLIB = @XPMLIB@
220: X_CFLAGS = @X_CFLAGS@
221: X_EXTRA_LIBS = @X_EXTRA_LIBS@
222: X_LIBS = @X_LIBS@
223: X_PRE_LIBS = @X_PRE_LIBS@
224: YACC = @YACC@
225: YFLAGS = @YFLAGS@
226: abs_builddir = @abs_builddir@
227: abs_srcdir = @abs_srcdir@
228: abs_top_builddir = @abs_top_builddir@
229: abs_top_srcdir = @abs_top_srcdir@
230: ac_ct_CC = @ac_ct_CC@
231: am__include = @am__include@
232: am__leading_dot = @am__leading_dot@
233: am__quote = @am__quote@
234: am__tar = @am__tar@
235: am__untar = @am__untar@
236: asm_obj = @asm_obj@
237: bindir = @bindir@
238: build = @build@
239: build_alias = @build_alias@
240: build_cpu = @build_cpu@
241: build_os = @build_os@
242: build_vendor = @build_vendor@
243: builddir = @builddir@
244: datadir = @datadir@
245: datarootdir = @datarootdir@
246: docdir = @docdir@
247: dvidir = @dvidir@
248: exec_prefix = @exec_prefix@
249: host = @host@
250: host_alias = @host_alias@
251: host_cpu = @host_cpu@
252: host_os = @host_os@
253: host_vendor = @host_vendor@
254: htmldir = @htmldir@
255: includedir = @includedir@
256: infodir = @infodir@
257: install_sh = @install_sh@
258: libasir_postfix = @libasir_postfix@
259: libdir = @libdir@
260: libexecdir = @libexecdir@
261: localedir = @localedir@
262: localstatedir = @localstatedir@
263: mandir = @mandir@
264: mkdir_p = @mkdir_p@
265: oldincludedir = @oldincludedir@
266: pdfdir = @pdfdir@
267: prefix = @prefix@
268: program_transform_name = @program_transform_name@
269: psdir = @psdir@
270: sbindir = @sbindir@
271: sharedstatedir = @sharedstatedir@
272: srcdir = @srcdir@
273: sysconfdir = @sysconfdir@
274: target = @target@
275: target_alias = @target_alias@
276: target_cpu = @target_cpu@
277: target_os = @target_os@
278: target_vendor = @target_vendor@
279: top_build_prefix = @top_build_prefix@
280: top_builddir = @top_builddir@
281: top_srcdir = @top_srcdir@
282: asirdir = ${prefix}/lib/asir
283: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
284: -I${top_srcdir}/gc/include \
285: -I${prefix}/include @PARIINC@ @X_CFLAGS@
286:
287: ASFLAGS = ${DEFS} ${DEFAULT_INCLUDES} ${INCLUDES}
288: SOLARIS_AS = /usr/ccs/bin/as
289: SOLARIS_AR = /usr/ccs/bin/ar
290: noinst_LIBRARIES = libasm.a
291: libasm_a_SOURCES = ddM.c ddN.c
292: libasm_a_LIBADD = @asm_obj@
293: libasm_a_DEPENDENCIES = @asm_obj@
294: all: all-am
295:
296: .SUFFIXES:
297: .SUFFIXES: .c .o .obj
298: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
299: @for dep in $?; do \
300: case '$(am__configure_deps)' in \
301: *$$dep*) \
302: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
303: && { if test -f $@; then exit 0; else break; fi; }; \
304: exit 1;; \
305: esac; \
306: done; \
307: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu asm/Makefile'; \
308: $(am__cd) $(top_srcdir) && \
309: $(AUTOMAKE) --gnu asm/Makefile
1.2 ! noro 310: .PRECIOUS: Makefile
1.1 noro 311: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312: @case '$?' in \
313: *config.status*) \
314: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315: *) \
316: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318: esac;
319:
320: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322:
323: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
324: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
326: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327: $(am__aclocal_m4_deps):
328:
329: clean-noinstLIBRARIES:
330: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
331:
332: libasm.a: $(libasm_a_OBJECTS) $(libasm_a_DEPENDENCIES) $(EXTRA_libasm_a_DEPENDENCIES)
333: $(AM_V_at)-rm -f libasm.a
334: $(AM_V_AR)$(libasm_a_AR) libasm.a $(libasm_a_OBJECTS) $(libasm_a_LIBADD)
335: $(AM_V_at)$(RANLIB) libasm.a
336:
337: mostlyclean-compile:
338: -rm -f *.$(OBJEXT)
339:
340: distclean-compile:
341: -rm -f *.tab.c
342:
343: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddM.Po@am__quote@
344: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddN.Po@am__quote@
345:
346: .c.o:
347: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
348: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
349: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
350: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
352:
353: .c.obj:
354: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
355: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
356: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
359:
360: ID: $(am__tagged_files)
361: $(am__define_uniq_tagged_files); mkid -fID $$unique
362: tags: tags-am
363: TAGS: tags
364:
365: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
366: set x; \
367: here=`pwd`; \
368: $(am__define_uniq_tagged_files); \
369: shift; \
370: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
371: test -n "$$unique" || unique=$$empty_fix; \
372: if test $$# -gt 0; then \
373: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374: "$$@" $$unique; \
375: else \
376: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377: $$unique; \
378: fi; \
379: fi
380: ctags: ctags-am
381:
382: CTAGS: ctags
383: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
384: $(am__define_uniq_tagged_files); \
385: test -z "$(CTAGS_ARGS)$$unique" \
386: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
387: $$unique
388:
389: GTAGS:
390: here=`$(am__cd) $(top_builddir) && pwd` \
391: && $(am__cd) $(top_srcdir) \
392: && gtags -i $(GTAGS_ARGS) "$$here"
393: cscopelist: cscopelist-am
394:
395: cscopelist-am: $(am__tagged_files)
396: list='$(am__tagged_files)'; \
397: case "$(srcdir)" in \
398: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
399: *) sdir=$(subdir)/$(srcdir) ;; \
400: esac; \
401: for i in $$list; do \
402: if test -f "$$i"; then \
403: echo "$(subdir)/$$i"; \
404: else \
405: echo "$$sdir/$$i"; \
406: fi; \
407: done >> $(top_builddir)/cscope.files
408:
409: distclean-tags:
410: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
411:
412: distdir: $(DISTFILES)
413: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
415: list='$(DISTFILES)'; \
416: dist_files=`for file in $$list; do echo $$file; done | \
417: sed -e "s|^$$srcdirstrip/||;t" \
418: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
419: case $$dist_files in \
420: */*) $(MKDIR_P) `echo "$$dist_files" | \
421: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
422: sort -u` ;; \
423: esac; \
424: for file in $$dist_files; do \
425: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
426: if test -d $$d/$$file; then \
427: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
428: if test -d "$(distdir)/$$file"; then \
429: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
430: fi; \
431: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
432: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
433: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434: fi; \
435: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
436: else \
437: test -f "$(distdir)/$$file" \
438: || cp -p $$d/$$file "$(distdir)/$$file" \
439: || exit 1; \
440: fi; \
441: done
442: check-am: all-am
443: check: check-am
444: all-am: Makefile $(LIBRARIES)
445: installdirs:
446: install: install-am
447: install-exec: install-exec-am
448: install-data: install-data-am
449: uninstall: uninstall-am
450:
451: install-am: all-am
452: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
453:
454: installcheck: installcheck-am
455: install-strip:
456: if test -z '$(STRIP)'; then \
457: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
458: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
459: install; \
460: else \
461: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
462: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
463: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
464: fi
465: mostlyclean-generic:
466:
467: clean-generic:
468:
469: distclean-generic:
470: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
471: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
472:
473: maintainer-clean-generic:
474: @echo "This command is intended for maintainers to use"
475: @echo "it deletes files that may require special tools to rebuild."
476: clean: clean-am
477:
478: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
479:
480: distclean: distclean-am
481: -rm -rf ./$(DEPDIR)
482: -rm -f Makefile
483: distclean-am: clean-am distclean-compile distclean-generic \
484: distclean-tags
485:
486: dvi: dvi-am
487:
488: dvi-am:
489:
490: html: html-am
491:
492: html-am:
493:
494: info: info-am
495:
496: info-am:
497:
498: install-data-am:
499:
500: install-dvi: install-dvi-am
501:
502: install-dvi-am:
503:
504: install-exec-am:
505:
506: install-html: install-html-am
507:
508: install-html-am:
509:
510: install-info: install-info-am
511:
512: install-info-am:
513:
514: install-man:
515:
516: install-pdf: install-pdf-am
517:
518: install-pdf-am:
519:
520: install-ps: install-ps-am
521:
522: install-ps-am:
523:
524: installcheck-am:
525:
526: maintainer-clean: maintainer-clean-am
527: -rm -rf ./$(DEPDIR)
528: -rm -f Makefile
529: maintainer-clean-am: distclean-am maintainer-clean-generic
530:
531: mostlyclean: mostlyclean-am
532:
533: mostlyclean-am: mostlyclean-compile mostlyclean-generic
534:
535: pdf: pdf-am
536:
537: pdf-am:
538:
539: ps: ps-am
540:
541: ps-am:
542:
543: uninstall-am:
544:
545: .MAKE: install-am install-strip
546:
547: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
548: clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
549: distclean-compile distclean-generic distclean-tags distdir dvi \
550: dvi-am html html-am info info-am install install-am \
551: install-data install-data-am install-dvi install-dvi-am \
552: install-exec install-exec-am install-html install-html-am \
553: install-info install-info-am install-man install-pdf \
554: install-pdf-am install-ps install-ps-am install-strip \
555: installcheck installcheck-am installdirs maintainer-clean \
556: maintainer-clean-generic mostlyclean mostlyclean-compile \
557: mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
558: uninstall-am
559:
560:
561: asm4-2.o: asm4-2.s
562: ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm4-2.s
563:
564: asm5-2.o: asm5-2.s
565: ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm5-2.s
566:
567: edr-2.o: edr-2.s
568: ${SOLARIS_AS} -o $@ -P ${ASFLAGS} edr-2.s
569:
570: sparc-2.o: sparc-2.s-cc
571: ${SOLARIS_AS} -o $@ -P ${ASFLAGS} sparc-2.s-cc
572:
573: asmi_l.o: asmi_l.s
574: ${COMPILE} -c -o $@ asmi_l.s
575:
576: asmi.o: asmi.s
577: ${COMPILE} -c -o $@ asmi.s
578:
579: # Tell versions [3.59,3.63) of GNU make to not export all variables.
580: # Otherwise a system limit (for SysV at least) may be exceeded.
581: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>