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

1.1.1.2 ! root        1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
1.1       root        2: 
1.1.1.2 ! root        3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
        !             4: # Free Software Foundation, Inc.
1.1       root        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: 
1.1.1.2 ! root       14: @SET_MAKE@
1.1       root       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@
1.1.1.2 ! root       47: INSTALL_PROGRAM = @INSTALL_PROGRAM@
1.1       root       48: INSTALL_DATA = @INSTALL_DATA@
                     49: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1.1.2 ! root       50: INSTALL_HEADER = $(INSTALL_DATA)
1.1       root       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@
1.1.1.2 ! root       64: AMTAR = @AMTAR@
        !            65: ASMOUTPUT = @ASMOUTPUT@
        !            66: AWK = @AWK@
1.1       root       67: CC = @CC@
1.1.1.2 ! root       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@
1.1       root       78: PACKAGE = @PACKAGE@
                     79: PROGRAM = @PROGRAM@
                     80: RANLIB = @RANLIB@
1.1.1.2 ! root       81: SDL_CFLAGS = @SDL_CFLAGS@
        !            82: SDL_CONFIG = @SDL_CONFIG@
        !            83: SDL_LIBS = @SDL_LIBS@
        !            84: UNDERSCORE = @UNDERSCORE@
1.1       root       85: VERSION = @VERSION@
1.1.1.2 ! root       86: am__include = @am__include@
        !            87: am__quote = @am__quote@
        !            88: install_sh = @install_sh@
1.1       root       89: 
                     90: INCLUDES = -I../hdr -I.
                     91: 
                     92: noinst_LIBRARIES = libsn76496.a
                     93: libsn76496_a_SOURCES = sn76496.c
1.1.1.2 ! root       94: subdir = sn76496
1.1       root       95: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.1.1.2 ! root       96: CONFIG_HEADER = $(top_builddir)/config.h
        !            97: CONFIG_CLEAN_FILES =
        !            98: LIBRARIES = $(noinst_LIBRARIES)
        !            99: 
        !           100: libsn76496_a_AR = $(AR) cru
        !           101: libsn76496_a_LIBADD =
        !           102: am_libsn76496_a_OBJECTS = sn76496.$(OBJEXT)
        !           103: libsn76496_a_OBJECTS = $(am_libsn76496_a_OBJECTS)
1.1       root      104: 
1.1.1.2 ! root      105: DEFS = @DEFS@
        !           106: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
1.1       root      107: CPPFLAGS = @CPPFLAGS@
                    108: LDFLAGS = @LDFLAGS@
                    109: LIBS = @LIBS@
1.1.1.2 ! root      110: depcomp = $(SHELL) $(top_srcdir)/depcomp
        !           111: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/sn76496.Po
        !           112: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           113:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.1       root      114: CCLD = $(CC)
1.1.1.2 ! root      115: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           116: CFLAGS = @CFLAGS@
        !           117: DIST_SOURCES = $(libsn76496_a_SOURCES)
        !           118: DIST_COMMON = Makefile.am Makefile.in
1.1       root      119: SOURCES = $(libsn76496_a_SOURCES)
                    120: 
1.1.1.2 ! root      121: all: all-am
1.1       root      122: 
1.1.1.2 ! root      123: .SUFFIXES:
        !           124: .SUFFIXES: .c .o .obj
        !           125: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           126:        cd $(top_srcdir) && \
        !           127:          $(AUTOMAKE) --gnu  sn76496/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
1.1       root      132: 
1.1.1.2 ! root      133: AR = ar
1.1       root      134: 
                    135: clean-noinstLIBRARIES:
                    136:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.1.1.2 ! root      137: libsn76496.a: $(libsn76496_a_OBJECTS) $(libsn76496_a_DEPENDENCIES) 
        !           138:        -rm -f libsn76496.a
        !           139:        $(libsn76496_a_AR) libsn76496.a $(libsn76496_a_OBJECTS) $(libsn76496_a_LIBADD)
        !           140:        $(RANLIB) libsn76496.a
1.1       root      141: 
                    142: mostlyclean-compile:
1.1.1.2 ! root      143:        -rm -f *.$(OBJEXT) core *.core
1.1       root      144: 
                    145: distclean-compile:
                    146:        -rm -f *.tab.c
                    147: 
1.1.1.2 ! root      148: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sn76496.Po@am__quote@
1.1       root      149: 
1.1.1.2 ! root      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:
1.1       root      166: 
                    167: tags: TAGS
                    168: 
1.1.1.2 ! root      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; } \
1.1       root      175:               END { for (i in files) print i; }'`; \
1.1.1.2 ! root      176:        mkid -fID $$unique $(LISP)
1.1       root      177: 
1.1.1.2 ! root      178: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           179:                $(TAGS_FILES) $(LISP)
1.1       root      180:        tags=; \
                    181:        here=`pwd`; \
1.1.1.2 ! root      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; } \
1.1       root      187:               END { for (i in files) print i; }'`; \
                    188:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
1.1.1.2 ! root      189:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
1.1       root      190: 
1.1.1.2 ! root      191: GTAGS:
        !           192:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
        !           193:          && cd $(top_srcdir) \
        !           194:          && gtags -i $(GTAGS_ARGS) $$here
1.1       root      195: 
                    196: distclean-tags:
1.1.1.2 ! root      197:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
1.1       root      198: 
1.1.1.2 ! root      199: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       root      200: 
1.1.1.2 ! root      201: top_distdir = ..
        !           202: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
1.1       root      203: 
                    204: distdir: $(DISTFILES)
                    205:        @for file in $(DISTFILES); do \
1.1.1.2 ! root      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; \
1.1       root      211:          if test -d $$d/$$file; then \
1.1.1.2 ! root      212:            cp -pR $$d/$$file $(distdir) \
        !           213:            || exit 1; \
1.1       root      214:          else \
                    215:            test -f $(distdir)/$$file \
1.1.1.2 ! root      216:            || cp -p $$d/$$file $(distdir)/$$file \
        !           217:            || exit 1; \
1.1       root      218:          fi; \
                    219:        done
                    220: check-am: all-am
                    221: check: check-am
1.1.1.2 ! root      222: all-am: Makefile $(LIBRARIES)
1.1       root      223: 
1.1.1.2 ! root      224: installdirs:
1.1       root      225: 
                    226: install: install-am
1.1.1.2 ! root      227: install-exec: install-exec-am
        !           228: install-data: install-data-am
1.1       root      229: uninstall: uninstall-am
                    230: 
1.1.1.2 ! root      231: install-am: all-am
        !           232:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.1       root      233: 
1.1.1.2 ! root      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
1.1       root      239: mostlyclean-generic:
                    240: 
                    241: clean-generic:
                    242: 
                    243: distclean-generic:
1.1.1.2 ! root      244:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1.1       root      245: 
                    246: maintainer-clean-generic:
1.1.1.2 ! root      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
1.1       root      250: 
1.1.1.2 ! root      251: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
1.1       root      252: 
1.1.1.2 ! root      253: distclean: distclean-am
1.1       root      254: 
1.1.1.2 ! root      255: distclean-am: clean-am distclean-compile distclean-depend \
        !           256:        distclean-generic distclean-tags
1.1       root      257: 
1.1.1.2 ! root      258: dvi: dvi-am
1.1       root      259: 
1.1.1.2 ! root      260: dvi-am:
1.1       root      261: 
1.1.1.2 ! root      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:
1.1       root      275: 
                    276: maintainer-clean: maintainer-clean-am
                    277: 
1.1.1.2 ! root      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
1.1       root      285: 
1.1.1.2 ! root      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
1.1       root      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.