Annotation of generator/ym2612/Makefile.in, revision 1.1

1.1     ! root        1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
        !             2: 
        !             3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
        !             4: # This Makefile.in is free software; the Free Software Foundation
        !             5: # gives unlimited permission to copy and/or distribute it,
        !             6: # with or without modifications, as long as this notice is preserved.
        !             7: 
        !             8: # This program is distributed in the hope that it will be useful,
        !             9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
        !            10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        !            11: # PARTICULAR PURPOSE.
        !            12: 
        !            13: 
        !            14: SHELL = @SHELL@
        !            15: 
        !            16: srcdir = @srcdir@
        !            17: top_srcdir = @top_srcdir@
        !            18: VPATH = @srcdir@
        !            19: prefix = @prefix@
        !            20: exec_prefix = @exec_prefix@
        !            21: 
        !            22: bindir = @bindir@
        !            23: sbindir = @sbindir@
        !            24: libexecdir = @libexecdir@
        !            25: datadir = @datadir@
        !            26: sysconfdir = @sysconfdir@
        !            27: sharedstatedir = @sharedstatedir@
        !            28: localstatedir = @localstatedir@
        !            29: libdir = @libdir@
        !            30: infodir = @infodir@
        !            31: mandir = @mandir@
        !            32: includedir = @includedir@
        !            33: oldincludedir = /usr/include
        !            34: 
        !            35: DESTDIR =
        !            36: 
        !            37: pkgdatadir = $(datadir)/@PACKAGE@
        !            38: pkglibdir = $(libdir)/@PACKAGE@
        !            39: pkgincludedir = $(includedir)/@PACKAGE@
        !            40: 
        !            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@ $(AM_INSTALL_PROGRAM_FLAGS)
        !            50: INSTALL_DATA = @INSTALL_DATA@
        !            51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !            52: transform = @program_transform_name@
        !            53: 
        !            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: CC = @CC@
        !            67: MAKEINFO = @MAKEINFO@
        !            68: PACKAGE = @PACKAGE@
        !            69: PROGRAM = @PROGRAM@
        !            70: RANLIB = @RANLIB@
        !            71: VERSION = @VERSION@
        !            72: 
        !            73: INCLUDES = -I../hdr -I.
        !            74: 
        !            75: noinst_LIBRARIES = libym2612.a
        !            76: libym2612_a_SOURCES = fm.c
        !            77: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !            78: CONFIG_HEADER = ../config.h
        !            79: CONFIG_CLEAN_FILES = 
        !            80: LIBRARIES =  $(noinst_LIBRARIES)
        !            81: 
        !            82: 
        !            83: DEFS = @DEFS@ -I. -I$(srcdir) -I..
        !            84: CPPFLAGS = @CPPFLAGS@
        !            85: LDFLAGS = @LDFLAGS@
        !            86: LIBS = @LIBS@
        !            87: libym2612_a_LIBADD = 
        !            88: libym2612_a_OBJECTS =  fm.o
        !            89: AR = ar
        !            90: CFLAGS = @CFLAGS@
        !            91: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !            92: CCLD = $(CC)
        !            93: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
        !            94: DIST_COMMON =  Makefile.am Makefile.in
        !            95: 
        !            96: 
        !            97: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
        !            98: 
        !            99: TAR = gtar
        !           100: GZIP_ENV = --best
        !           101: DEP_FILES =  .deps/fm.P
        !           102: SOURCES = $(libym2612_a_SOURCES)
        !           103: OBJECTS = $(libym2612_a_OBJECTS)
        !           104: 
        !           105: all: all-redirect
        !           106: .SUFFIXES:
        !           107: .SUFFIXES: .S .c .o .s
        !           108: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        !           109:        cd $(top_srcdir) && $(AUTOMAKE) --gnu ym2612/Makefile
        !           110: 
        !           111: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        !           112:        cd $(top_builddir) \
        !           113:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
        !           114: 
        !           115: 
        !           116: mostlyclean-noinstLIBRARIES:
        !           117: 
        !           118: clean-noinstLIBRARIES:
        !           119:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
        !           120: 
        !           121: distclean-noinstLIBRARIES:
        !           122: 
        !           123: maintainer-clean-noinstLIBRARIES:
        !           124: 
        !           125: .s.o:
        !           126:        $(COMPILE) -c $<
        !           127: 
        !           128: .S.o:
        !           129:        $(COMPILE) -c $<
        !           130: 
        !           131: mostlyclean-compile:
        !           132:        -rm -f *.o core *.core
        !           133: 
        !           134: clean-compile:
        !           135: 
        !           136: distclean-compile:
        !           137:        -rm -f *.tab.c
        !           138: 
        !           139: maintainer-clean-compile:
        !           140: 
        !           141: libym2612.a: $(libym2612_a_OBJECTS) $(libym2612_a_DEPENDENCIES)
        !           142:        -rm -f libym2612.a
        !           143:        $(AR) cru libym2612.a $(libym2612_a_OBJECTS) $(libym2612_a_LIBADD)
        !           144:        $(RANLIB) libym2612.a
        !           145: 
        !           146: tags: TAGS
        !           147: 
        !           148: ID: $(HEADERS) $(SOURCES) $(LISP)
        !           149:        list='$(SOURCES) $(HEADERS)'; \
        !           150:        unique=`for i in $$list; do echo $$i; done | \
        !           151:          awk '    { files[$$0] = 1; } \
        !           152:               END { for (i in files) print i; }'`; \
        !           153:        here=`pwd` && cd $(srcdir) \
        !           154:          && mkid -f$$here/ID $$unique $(LISP)
        !           155: 
        !           156: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
        !           157:        tags=; \
        !           158:        here=`pwd`; \
        !           159:        list='$(SOURCES) $(HEADERS)'; \
        !           160:        unique=`for i in $$list; do echo $$i; done | \
        !           161:          awk '    { files[$$0] = 1; } \
        !           162:               END { for (i in files) print i; }'`; \
        !           163:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
        !           164:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
        !           165: 
        !           166: mostlyclean-tags:
        !           167: 
        !           168: clean-tags:
        !           169: 
        !           170: distclean-tags:
        !           171:        -rm -f TAGS ID
        !           172: 
        !           173: maintainer-clean-tags:
        !           174: 
        !           175: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
        !           176: 
        !           177: subdir = ym2612
        !           178: 
        !           179: distdir: $(DISTFILES)
        !           180:        here=`cd $(top_builddir) && pwd`; \
        !           181:        top_distdir=`cd $(top_distdir) && pwd`; \
        !           182:        distdir=`cd $(distdir) && pwd`; \
        !           183:        cd $(top_srcdir) \
        !           184:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ym2612/Makefile
        !           185:        @for file in $(DISTFILES); do \
        !           186:          d=$(srcdir); \
        !           187:          if test -d $$d/$$file; then \
        !           188:            cp -pr $$/$$file $(distdir)/$$file; \
        !           189:          else \
        !           190:            test -f $(distdir)/$$file \
        !           191:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
        !           192:            || cp -p $$d/$$file $(distdir)/$$file || :; \
        !           193:          fi; \
        !           194:        done
        !           195: 
        !           196: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
        !           197: 
        !           198: -include $(DEP_FILES)
        !           199: 
        !           200: mostlyclean-depend:
        !           201: 
        !           202: clean-depend:
        !           203: 
        !           204: distclean-depend:
        !           205:        -rm -rf .deps
        !           206: 
        !           207: maintainer-clean-depend:
        !           208: 
        !           209: %.o: %.c
        !           210:        @echo '$(COMPILE) -c $<'; \
        !           211:        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
        !           212:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
        !           213:        tr ' ' '\012' < .deps/$(*F).pp \
        !           214:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
        !           215:            >> .deps/$(*F).P; \
        !           216:        rm .deps/$(*F).pp
        !           217: 
        !           218: %.lo: %.c
        !           219:        @echo '$(LTCOMPILE) -c $<'; \
        !           220:        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
        !           221:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
        !           222:          < .deps/$(*F).pp > .deps/$(*F).P; \
        !           223:        tr ' ' '\012' < .deps/$(*F).pp \
        !           224:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
        !           225:            >> .deps/$(*F).P; \
        !           226:        rm -f .deps/$(*F).pp
        !           227: info-am:
        !           228: info: info-am
        !           229: dvi-am:
        !           230: dvi: dvi-am
        !           231: check-am: all-am
        !           232: check: check-am
        !           233: installcheck-am:
        !           234: installcheck: installcheck-am
        !           235: install-exec-am:
        !           236: install-exec: install-exec-am
        !           237: 
        !           238: install-data-am:
        !           239: install-data: install-data-am
        !           240: 
        !           241: install-am: all-am
        !           242:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           243: install: install-am
        !           244: uninstall-am:
        !           245: uninstall: uninstall-am
        !           246: all-am: Makefile $(LIBRARIES)
        !           247: all-redirect: all-am
        !           248: install-strip:
        !           249:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
        !           250: installdirs:
        !           251: 
        !           252: 
        !           253: mostlyclean-generic:
        !           254: 
        !           255: clean-generic:
        !           256: 
        !           257: distclean-generic:
        !           258:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        !           259:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
        !           260: 
        !           261: maintainer-clean-generic:
        !           262: mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
        !           263:                mostlyclean-tags mostlyclean-depend mostlyclean-generic
        !           264: 
        !           265: mostlyclean: mostlyclean-am
        !           266: 
        !           267: clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
        !           268:                clean-generic mostlyclean-am
        !           269: 
        !           270: clean: clean-am
        !           271: 
        !           272: distclean-am:  distclean-noinstLIBRARIES distclean-compile \
        !           273:                distclean-tags distclean-depend distclean-generic \
        !           274:                clean-am
        !           275: 
        !           276: distclean: distclean-am
        !           277: 
        !           278: maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
        !           279:                maintainer-clean-compile maintainer-clean-tags \
        !           280:                maintainer-clean-depend maintainer-clean-generic \
        !           281:                distclean-am
        !           282:        @echo "This command is intended for maintainers to use;"
        !           283:        @echo "it deletes files that may require special tools to rebuild."
        !           284: 
        !           285: maintainer-clean: maintainer-clean-am
        !           286: 
        !           287: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
        !           288: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
        !           289: mostlyclean-compile distclean-compile clean-compile \
        !           290: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
        !           291: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
        !           292: distclean-depend clean-depend maintainer-clean-depend info-am info \
        !           293: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
        !           294: install-exec install-data-am install-data install-am install \
        !           295: uninstall-am uninstall all-redirect all-am all installdirs \
        !           296: mostlyclean-generic distclean-generic clean-generic \
        !           297: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
        !           298: 
        !           299: 
        !           300: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           301: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           302: .NOEXPORT:

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.