Annotation of generator/cmz80/Makefile.in, revision 1.1.1.2

1.1       root        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: 
                     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: ASMOUTPUT = @ASMOUTPUT@
                     66: AWK = @AWK@
                     67: CC = @CC@
                     68: DEPDIR = @DEPDIR@
                     69: EXEEXT = @EXEEXT@
                     70: GTK_CFLAGS = @GTK_CFLAGS@
                     71: GTK_CONFIG = @GTK_CONFIG@
                     72: GTK_LIBS = @GTK_LIBS@
                     73: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     74: MY_DIST_SUBDIRS = @MY_DIST_SUBDIRS@
                     75: MY_LIBS = @MY_LIBS@
                     76: MY_SUBDIRS = @MY_SUBDIRS@
                     77: OBJEXT = @OBJEXT@
                     78: PACKAGE = @PACKAGE@
                     79: PROGRAM = @PROGRAM@
                     80: RANLIB = @RANLIB@
                     81: SDL_CFLAGS = @SDL_CFLAGS@
                     82: SDL_CONFIG = @SDL_CONFIG@
                     83: SDL_LIBS = @SDL_LIBS@
                     84: UNDERSCORE = @UNDERSCORE@
                     85: VERSION = @VERSION@
                     86: am__include = @am__include@
                     87: am__quote = @am__quote@
                     88: install_sh = @install_sh@
                     89: 
                     90: INCLUDES = -I../hdr -I.
                     91: 
                     92: noinst_LIBRARIES = libcmz80.a
                     93: libcmz80_a_SOURCES = z80.c
                     94: subdir = cmz80
                     95: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     96: CONFIG_HEADER = $(top_builddir)/config.h
                     97: CONFIG_CLEAN_FILES =
                     98: LIBRARIES = $(noinst_LIBRARIES)
                     99: 
                    100: libcmz80_a_AR = $(AR) cru
                    101: libcmz80_a_LIBADD =
                    102: am_libcmz80_a_OBJECTS = z80.$(OBJEXT)
                    103: libcmz80_a_OBJECTS = $(am_libcmz80_a_OBJECTS)
                    104: 
                    105: DEFS = @DEFS@
                    106: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
                    107: CPPFLAGS = @CPPFLAGS@
                    108: LDFLAGS = @LDFLAGS@
                    109: LIBS = @LIBS@
                    110: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    111: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/z80.Po
                    112: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    113:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    114: CCLD = $(CC)
                    115: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    116: CFLAGS = @CFLAGS@
                    117: DIST_SOURCES = $(libcmz80_a_SOURCES)
                    118: DIST_COMMON = Makefile.am Makefile.in
                    119: SOURCES = $(libcmz80_a_SOURCES)
                    120: 
                    121: all: all-am
                    122: 
                    123: .SUFFIXES:
                    124: .SUFFIXES: .c .o .obj
1.1.1.2 ! root      125: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
1.1       root      126:        cd $(top_srcdir) && \
                    127:          $(AUTOMAKE) --gnu  cmz80/Makefile
                    128: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    129:        cd $(top_builddir) && \
                    130:          CONFIG_HEADERS= CONFIG_LINKS= \
                    131:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
                    132: 
                    133: AR = ar
                    134: 
                    135: clean-noinstLIBRARIES:
                    136:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    137: libcmz80.a: $(libcmz80_a_OBJECTS) $(libcmz80_a_DEPENDENCIES) 
                    138:        -rm -f libcmz80.a
                    139:        $(libcmz80_a_AR) libcmz80.a $(libcmz80_a_OBJECTS) $(libcmz80_a_LIBADD)
                    140:        $(RANLIB) libcmz80.a
                    141: 
                    142: mostlyclean-compile:
                    143:        -rm -f *.$(OBJEXT) core *.core
                    144: 
                    145: distclean-compile:
                    146:        -rm -f *.tab.c
                    147: 
                    148: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/z80.Po@am__quote@
                    149: 
                    150: distclean-depend:
                    151:        -rm -rf $(DEPDIR)
                    152: 
                    153: .c.o:
                    154: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    155: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    156: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    157:        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
                    158: 
                    159: .c.obj:
                    160: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    161: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    162: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    163:        $(COMPILE) -c `cygpath -w $<`
                    164: CCDEPMODE = @CCDEPMODE@
                    165: uninstall-info-am:
                    166: 
                    167: tags: TAGS
                    168: 
                    169: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    170:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    171:        unique=`for i in $$list; do \
                    172:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    173:          done | \
                    174:          $(AWK) '    { files[$$0] = 1; } \
                    175:               END { for (i in files) print i; }'`; \
                    176:        mkid -fID $$unique $(LISP)
                    177: 
                    178: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    179:                $(TAGS_FILES) $(LISP)
                    180:        tags=; \
                    181:        here=`pwd`; \
                    182:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    183:        unique=`for i in $$list; do \
                    184:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    185:          done | \
                    186:          $(AWK) '    { files[$$0] = 1; } \
                    187:               END { for (i in files) print i; }'`; \
                    188:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    189:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
                    190: 
                    191: GTAGS:
                    192:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
                    193:          && cd $(top_srcdir) \
                    194:          && gtags -i $(GTAGS_ARGS) $$here
                    195: 
                    196: distclean-tags:
                    197:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
                    198: 
                    199: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    200: 
                    201: top_distdir = ..
                    202: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    203: 
                    204: distdir: $(DISTFILES)
                    205:        @for file in $(DISTFILES); do \
                    206:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
                    207:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    208:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    209:            $(mkinstalldirs) "$(distdir)/$$dir"; \
                    210:          fi; \
                    211:          if test -d $$d/$$file; then \
                    212:            cp -pR $$d/$$file $(distdir) \
                    213:            || exit 1; \
                    214:          else \
                    215:            test -f $(distdir)/$$file \
                    216:            || cp -p $$d/$$file $(distdir)/$$file \
                    217:            || exit 1; \
                    218:          fi; \
                    219:        done
                    220: check-am: all-am
                    221: check: check-am
                    222: all-am: Makefile $(LIBRARIES)
                    223: 
                    224: installdirs:
                    225: 
                    226: install: install-am
                    227: install-exec: install-exec-am
                    228: install-data: install-data-am
                    229: uninstall: uninstall-am
                    230: 
                    231: install-am: all-am
                    232:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    233: 
                    234: installcheck: installcheck-am
                    235: install-strip:
                    236:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    237:          `test -z '$(STRIP)' || \
                    238:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    239: mostlyclean-generic:
                    240: 
                    241: clean-generic:
                    242: 
                    243: distclean-generic:
                    244:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
                    245: 
                    246: maintainer-clean-generic:
                    247:        @echo "This command is intended for maintainers to use"
                    248:        @echo "it deletes files that may require special tools to rebuild."
                    249: clean: clean-am
                    250: 
                    251: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    252: 
                    253: distclean: distclean-am
                    254: 
                    255: distclean-am: clean-am distclean-compile distclean-depend \
                    256:        distclean-generic distclean-tags
                    257: 
                    258: dvi: dvi-am
                    259: 
                    260: dvi-am:
                    261: 
                    262: info: info-am
                    263: 
                    264: info-am:
                    265: 
                    266: install-data-am:
                    267: 
                    268: install-exec-am:
                    269: 
                    270: install-info: install-info-am
                    271: 
                    272: install-man:
                    273: 
                    274: installcheck-am:
                    275: 
                    276: maintainer-clean: maintainer-clean-am
                    277: 
                    278: maintainer-clean-am: distclean-am maintainer-clean-generic
                    279: 
                    280: mostlyclean: mostlyclean-am
                    281: 
                    282: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    283: 
                    284: uninstall-am: uninstall-info-am
                    285: 
                    286: .PHONY: GTAGS all all-am check check-am clean clean-generic \
                    287:        clean-noinstLIBRARIES distclean distclean-compile \
                    288:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    289:        dvi-am info info-am install install-am install-data \
                    290:        install-data-am install-exec install-exec-am install-info \
                    291:        install-info-am install-man install-strip installcheck \
                    292:        installcheck-am installdirs maintainer-clean \
                    293:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    294:        mostlyclean-generic tags uninstall uninstall-am \
                    295:        uninstall-info-am
                    296: 
                    297: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    298: # Otherwise a system limit (for SysV at least) may be exceeded.
                    299: .NOEXPORT:

unix.superglobalmegacorp.com

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