Annotation of generator/raze/Makefile.in, revision 1.1.1.3

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.
                     91: 
                     92: noinst_LIBRARIES = libraze.a
                     93: libraze_a_SOURCES = raze
                     94: libraze_a_LIBADD = raze.o
                     95: 
1.1.1.2   root       96: DISTCLEANFILES = raze.asm raze2.asm
                     97: subdir = raze
1.1       root       98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.1.1.2   root       99: CONFIG_HEADER = $(top_builddir)/config.h
                    100: CONFIG_CLEAN_FILES = raze.asm
                    101: LIBRARIES = $(noinst_LIBRARIES)
                    102: 
                    103: libraze_a_AR = $(AR) cru
                    104: libraze_a_DEPENDENCIES = raze.o
                    105: am_libraze_a_OBJECTS =
                    106: libraze_a_OBJECTS = $(am_libraze_a_OBJECTS)
1.1       root      107: 
1.1.1.2   root      108: DEFS = @DEFS@
                    109: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
1.1       root      110: CPPFLAGS = @CPPFLAGS@
                    111: LDFLAGS = @LDFLAGS@
                    112: LIBS = @LIBS@
1.1.1.2   root      113: CFLAGS = @CFLAGS@
                    114: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    115:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    116: CCLD = $(CC)
                    117: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    118: DIST_SOURCES = $(libraze_a_SOURCES)
                    119: DIST_COMMON = Makefile.am Makefile.in raze.asm.in
1.1       root      120: SOURCES = $(libraze_a_SOURCES)
                    121: 
1.1.1.2   root      122: all: all-am
1.1       root      123: 
1.1.1.2   root      124: .SUFFIXES:
1.1.1.3 ! root      125: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
1.1.1.2   root      126:        cd $(top_srcdir) && \
                    127:          $(AUTOMAKE) --gnu  raze/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: raze.asm: $(top_builddir)/config.status raze.asm.in
                    133:        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
1.1       root      134: 
1.1.1.2   root      135: AR = ar
1.1       root      136: 
                    137: clean-noinstLIBRARIES:
                    138:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.1.1.2   root      139: libraze.a: $(libraze_a_OBJECTS) $(libraze_a_DEPENDENCIES) 
                    140:        -rm -f libraze.a
                    141:        $(libraze_a_AR) libraze.a $(libraze_a_OBJECTS) $(libraze_a_LIBADD)
                    142:        $(RANLIB) libraze.a
1.1       root      143: 
                    144: mostlyclean-compile:
1.1.1.2   root      145:        -rm -f *.$(OBJEXT) core *.core
1.1       root      146: 
                    147: distclean-compile:
                    148:        -rm -f *.tab.c
1.1.1.2   root      149: uninstall-info-am:
1.1       root      150: tags: TAGS
                    151: TAGS:
                    152: 
                    153: 
1.1.1.2   root      154: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       root      155: 
1.1.1.2   root      156: top_distdir = ..
                    157: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
1.1       root      158: 
                    159: distdir: $(DISTFILES)
                    160:        @for file in $(DISTFILES); do \
1.1.1.2   root      161:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
                    162:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    163:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    164:            $(mkinstalldirs) "$(distdir)/$$dir"; \
                    165:          fi; \
1.1       root      166:          if test -d $$d/$$file; then \
1.1.1.2   root      167:            cp -pR $$d/$$file $(distdir) \
                    168:            || exit 1; \
1.1       root      169:          else \
                    170:            test -f $(distdir)/$$file \
1.1.1.2   root      171:            || cp -p $$d/$$file $(distdir)/$$file \
                    172:            || exit 1; \
1.1       root      173:          fi; \
                    174:        done
                    175: check-am: all-am
                    176: check: check-am
1.1.1.2   root      177: all-am: Makefile $(LIBRARIES)
1.1       root      178: 
1.1.1.2   root      179: installdirs:
1.1       root      180: 
                    181: install: install-am
1.1.1.2   root      182: install-exec: install-exec-am
                    183: install-data: install-data-am
1.1       root      184: uninstall: uninstall-am
                    185: 
1.1.1.2   root      186: install-am: all-am
                    187:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.1       root      188: 
1.1.1.2   root      189: installcheck: installcheck-am
                    190: install-strip:
                    191:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    192:          `test -z '$(STRIP)' || \
                    193:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       root      194: mostlyclean-generic:
                    195: 
                    196: clean-generic:
                    197: 
                    198: distclean-generic:
1.1.1.2   root      199:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1.1       root      200:        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
                    201: 
                    202: maintainer-clean-generic:
1.1.1.2   root      203:        @echo "This command is intended for maintainers to use"
                    204:        @echo "it deletes files that may require special tools to rebuild."
                    205: clean: clean-am
1.1       root      206: 
1.1.1.2   root      207: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
1.1       root      208: 
1.1.1.2   root      209: distclean: distclean-am
1.1       root      210: 
1.1.1.2   root      211: distclean-am: clean-am distclean-compile distclean-generic
1.1       root      212: 
1.1.1.2   root      213: dvi: dvi-am
1.1       root      214: 
1.1.1.2   root      215: dvi-am:
1.1       root      216: 
1.1.1.2   root      217: info: info-am
                    218: 
                    219: info-am:
                    220: 
                    221: install-data-am:
                    222: 
                    223: install-exec-am:
                    224: 
                    225: install-info: install-info-am
                    226: 
                    227: install-man:
                    228: 
                    229: installcheck-am:
1.1       root      230: 
                    231: maintainer-clean: maintainer-clean-am
                    232: 
1.1.1.2   root      233: maintainer-clean-am: distclean-am maintainer-clean-generic
                    234: 
                    235: mostlyclean: mostlyclean-am
                    236: 
                    237: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    238: 
                    239: uninstall-am: uninstall-info-am
                    240: 
                    241: .PHONY: all all-am check check-am clean clean-generic \
                    242:        clean-noinstLIBRARIES distclean distclean-compile \
                    243:        distclean-generic distdir dvi dvi-am info info-am install \
                    244:        install-am install-data install-data-am install-exec \
                    245:        install-exec-am install-info install-info-am install-man \
                    246:        install-strip installcheck installcheck-am installdirs \
                    247:        maintainer-clean maintainer-clean-generic mostlyclean \
                    248:        mostlyclean-compile mostlyclean-generic uninstall uninstall-am \
                    249:        uninstall-info-am
1.1       root      250: 
                    251: 
                    252: raze:  raze.o
                    253: raze.o:        raze.asm raze.reg
                    254:        nasm -e raze.asm -o raze2.asm
1.1.1.2   root      255:        nasm -f @ASMOUTPUT@ raze2.asm -o raze.o -praze.reg
1.1       root      256: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    257: # Otherwise a system limit (for SysV at least) may be exceeded.
                    258: .NOEXPORT:

unix.superglobalmegacorp.com

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