|
|
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.
74:
75: noinst_LIBRARIES = libraze.a
76: libraze_a_SOURCES = raze
77: libraze_a_LIBADD = raze.o
78:
79: DISTCLEANFILES = raze2.asm
80: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81: CONFIG_HEADER = ../config.h
82: CONFIG_CLEAN_FILES =
83: LIBRARIES = $(noinst_LIBRARIES)
84:
85:
86: DEFS = @DEFS@ -I. -I$(srcdir) -I..
87: CPPFLAGS = @CPPFLAGS@
88: LDFLAGS = @LDFLAGS@
89: LIBS = @LIBS@
90: libraze_a_DEPENDENCIES = raze.o
91: libraze_a_OBJECTS =
92: AR = ar
93: DIST_COMMON = Makefile.am Makefile.in
94:
95:
96: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97:
98: TAR = gtar
99: GZIP_ENV = --best
100: SOURCES = $(libraze_a_SOURCES)
101: OBJECTS = $(libraze_a_OBJECTS)
102:
103: all: all-redirect
104: .SUFFIXES:
105: .SUFFIXES: .S .c .o .s
106: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107: cd $(top_srcdir) && $(AUTOMAKE) --gnu raze/Makefile
108:
109: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110: cd $(top_builddir) \
111: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112:
113:
114: mostlyclean-noinstLIBRARIES:
115:
116: clean-noinstLIBRARIES:
117: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
118:
119: distclean-noinstLIBRARIES:
120:
121: maintainer-clean-noinstLIBRARIES:
122:
123: .s.o:
124: $(COMPILE) -c $<
125:
126: .S.o:
127: $(COMPILE) -c $<
128:
129: mostlyclean-compile:
130: -rm -f *.o core *.core
131:
132: clean-compile:
133:
134: distclean-compile:
135: -rm -f *.tab.c
136:
137: maintainer-clean-compile:
138:
139: libraze.a: $(libraze_a_OBJECTS) $(libraze_a_DEPENDENCIES)
140: -rm -f libraze.a
141: $(AR) cru libraze.a $(libraze_a_OBJECTS) $(libraze_a_LIBADD)
142: $(RANLIB) libraze.a
143: tags: TAGS
144: TAGS:
145:
146:
147: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
148:
149: subdir = raze
150:
151: distdir: $(DISTFILES)
152: here=`cd $(top_builddir) && pwd`; \
153: top_distdir=`cd $(top_distdir) && pwd`; \
154: distdir=`cd $(distdir) && pwd`; \
155: cd $(top_srcdir) \
156: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu raze/Makefile
157: @for file in $(DISTFILES); do \
158: d=$(srcdir); \
159: if test -d $$d/$$file; then \
160: cp -pr $$/$$file $(distdir)/$$file; \
161: else \
162: test -f $(distdir)/$$file \
163: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
164: || cp -p $$d/$$file $(distdir)/$$file || :; \
165: fi; \
166: done
167: info-am:
168: info: info-am
169: dvi-am:
170: dvi: dvi-am
171: check-am: all-am
172: check: check-am
173: installcheck-am:
174: installcheck: installcheck-am
175: install-exec-am:
176: install-exec: install-exec-am
177:
178: install-data-am:
179: install-data: install-data-am
180:
181: install-am: all-am
182: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
183: install: install-am
184: uninstall-am:
185: uninstall: uninstall-am
186: all-am: Makefile $(LIBRARIES)
187: all-redirect: all-am
188: install-strip:
189: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
190: installdirs:
191:
192:
193: mostlyclean-generic:
194:
195: clean-generic:
196:
197: distclean-generic:
198: -rm -f Makefile $(CONFIG_CLEAN_FILES)
199: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
200: -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
201:
202: maintainer-clean-generic:
203: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
204: mostlyclean-generic
205:
206: mostlyclean: mostlyclean-am
207:
208: clean-am: clean-noinstLIBRARIES clean-compile clean-generic \
209: mostlyclean-am
210:
211: clean: clean-am
212:
213: distclean-am: distclean-noinstLIBRARIES distclean-compile \
214: distclean-generic clean-am
215:
216: distclean: distclean-am
217:
218: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
219: maintainer-clean-compile maintainer-clean-generic \
220: distclean-am
221: @echo "This command is intended for maintainers to use;"
222: @echo "it deletes files that may require special tools to rebuild."
223:
224: maintainer-clean: maintainer-clean-am
225:
226: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
227: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
228: mostlyclean-compile distclean-compile clean-compile \
229: maintainer-clean-compile tags distdir info-am info dvi-am dvi check \
230: check-am installcheck-am installcheck install-exec-am install-exec \
231: install-data-am install-data install-am install uninstall-am uninstall \
232: all-redirect all-am all installdirs mostlyclean-generic \
233: distclean-generic clean-generic maintainer-clean-generic clean \
234: mostlyclean distclean maintainer-clean
235:
236:
237: raze: raze.o
238: raze.o: raze.asm raze.reg
239: nasm -e raze.asm -o raze2.asm
240: nasm -f elf raze2.asm -o raze.o -praze.reg
241:
242: # Tell versions [3.59,3.63) of GNU make to not export all variables.
243: # Otherwise a system limit (for SysV at least) may be exceeded.
244: .NOEXPORT:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.