Mercurial > vba-linux
comparison src/filters/Makefile @ 27:b970226568d2
brought in filters package
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 04 Mar 2012 20:32:31 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
26:18eaae41bde3 | 27:b970226568d2 |
---|---|
1 # Makefile.in generated by automake 1.10.1 from Makefile.am. | |
2 # src/filters/Makefile. Generated from Makefile.in by configure. | |
3 | |
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | |
6 # This Makefile.in is free software; the Free Software Foundation | |
7 # gives unlimited permission to copy and/or distribute it, | |
8 # with or without modifications, as long as this notice is preserved. | |
9 | |
10 # This program is distributed in the hope that it will be useful, | |
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
13 # PARTICULAR PURPOSE. | |
14 | |
15 | |
16 | |
17 | |
18 pkgdatadir = $(datadir)/VisualBoyAdvance | |
19 pkglibdir = $(libdir)/VisualBoyAdvance | |
20 pkgincludedir = $(includedir)/VisualBoyAdvance | |
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
22 install_sh_DATA = $(install_sh) -c -m 644 | |
23 install_sh_PROGRAM = $(install_sh) -c | |
24 install_sh_SCRIPT = $(install_sh) -c | |
25 INSTALL_HEADER = $(INSTALL_DATA) | |
26 transform = $(program_transform_name) | |
27 NORMAL_INSTALL = : | |
28 PRE_INSTALL = : | |
29 POST_INSTALL = : | |
30 NORMAL_UNINSTALL = : | |
31 PRE_UNINSTALL = : | |
32 POST_UNINSTALL = : | |
33 build_triplet = x86_64-unknown-linux-gnu | |
34 host_triplet = x86_64-unknown-linux-gnu | |
35 target_triplet = x86_64-unknown-linux-gnu | |
36 subdir = src/filters | |
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | |
38 OBJDIR = $(top_srcdir)/src/obj | |
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
40 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ | |
41 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ | |
42 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ | |
43 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ | |
44 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ | |
45 $(top_srcdir)/configure.in | |
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
47 $(ACLOCAL_M4) | |
48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
49 CONFIG_CLEAN_FILES = | |
50 LIBRARIES = $(noinst_LIBRARIES) | |
51 AR = ar | |
52 ARFLAGS = cru | |
53 lib386_a_AR = $(AR) $(ARFLAGS) | |
54 lib386_a_LIBADD = | |
55 am_lib386_a_OBJECTS = 2xSaImmx.$(OBJEXT) | |
56 lib386_a_OBJECTS = $(patsubst %,$(OBJDIR)/%,$(am_lib386_a_OBJECTS)) | |
57 libfilter_a_AR = $(AR) $(ARFLAGS) | |
58 libfilter_a_LIBADD = | |
59 am_libfilter_a_OBJECTS = 2xSaI.$(OBJEXT) admame.$(OBJEXT) \ | |
60 bilinear.$(OBJEXT) hq2x.$(OBJEXT) interframe.$(OBJEXT) \ | |
61 motionblur.$(OBJEXT) pixel.$(OBJEXT) scanline.$(OBJEXT) \ | |
62 simple2x.$(OBJEXT) | |
63 libfilter_a_OBJECTS = $(patsubst %,$(OBJDIR)/%,$(am_libfilter_a_OBJECTS)) | |
64 DEFAULT_INCLUDES = -I. | |
65 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
66 am__depfiles_maybe = depfiles | |
67 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
68 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
69 CXXLD = $(CXX) | |
70 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ | |
71 -o $@ | |
72 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
73 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
74 CCLD = $(CC) | |
75 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
76 SOURCES = $(lib386_a_SOURCES) $(libfilter_a_SOURCES) | |
77 DIST_SOURCES = $(lib386_a_SOURCES) $(libfilter_a_SOURCES) | |
78 ETAGS = etags | |
79 CTAGS = ctags | |
80 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
81 ACLOCAL = ${SHELL} /home/r/proj/vba/trunk/missing --run aclocal-1.10 | |
82 AMTAR = ${SHELL} /home/r/proj/vba/trunk/missing --run tar | |
83 AUTOCONF = ${SHELL} /home/r/proj/vba/trunk/missing --run autoconf | |
84 AUTOHEADER = ${SHELL} /home/r/proj/vba/trunk/missing --run autoheader | |
85 AUTOMAKE = ${SHELL} /home/r/proj/vba/trunk/missing --run automake-1.10 | |
86 AWK = gawk | |
87 CC = gcc | |
88 CCDEPMODE = depmode=gcc3 | |
89 CFLAGS = -g -O2 | |
90 CPP = gcc -E | |
91 CPPFLAGS = | |
92 CXX = g++ | |
93 CXXDEPMODE = depmode=gcc3 | |
94 CXXFLAGS = -g -O2 -DC_CORE -DPROFILING -DDEV_VERSION | |
95 CYGPATH_W = echo | |
96 DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"VisualBoyAdvance\" -DVERSION=\"1.7.2\" -DYYTEXT_POINTER=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBPTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_NETINET_IN_H=1 | |
97 DEPDIR = .deps | |
98 ECHO_C = | |
99 ECHO_N = -n | |
100 ECHO_T = | |
101 EGREP = /bin/grep -E | |
102 EXEEXT = | |
103 GETTEXT_PACKAGE = | |
104 GMSGFMT = | |
105 GREP = /bin/grep | |
106 GTKMM_CFLAGS = | |
107 GTKMM_CPPFLAGS = | |
108 GTKMM_LIBS = | |
109 INSTALL = /usr/bin/install -c | |
110 INSTALL_DATA = ${INSTALL} -m 644 | |
111 INSTALL_PROGRAM = ${INSTALL} | |
112 INSTALL_SCRIPT = ${INSTALL} | |
113 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s | |
114 INTLLIBS = | |
115 LDFLAGS = | |
116 LEX = flex | |
117 LEXLIB = -lfl | |
118 LEX_OUTPUT_ROOT = lex.yy | |
119 LIBICONV = | |
120 LIBINTL = | |
121 LIBOBJS = | |
122 LIBS = -lpthread -lpng -lz | |
123 LTLIBICONV = | |
124 LTLIBINTL = | |
125 LTLIBOBJS = | |
126 MAKEINFO = ${SHELL} /home/r/proj/vba/trunk/missing --run makeinfo | |
127 MKDIR_P = /bin/mkdir -p | |
128 MKINSTALLDIRS = | |
129 MSGFMT = | |
130 MSGMERGE = | |
131 NASM = /usr/bin/nasm | |
132 OBJEXT = o | |
133 PACKAGE = VisualBoyAdvance | |
134 PACKAGE_BUGREPORT = | |
135 PACKAGE_NAME = | |
136 PACKAGE_STRING = | |
137 PACKAGE_TARNAME = | |
138 PACKAGE_VERSION = | |
139 PATH_SEPARATOR = : | |
140 PKG_CONFIG = | |
141 POSUB = | |
142 RANLIB = ranlib | |
143 SDL_CFLAGS = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT | |
144 SDL_CONFIG = /usr/bin/sdl-config | |
145 SDL_LIBS = -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread | |
146 SET_MAKE = | |
147 SHELL = /bin/sh | |
148 STRIP = | |
149 USE_NLS = | |
150 VBA_EXTRA = | |
151 VBA_LIBS = ../gba/libgba.a ../gb/libgb.a ../common/libgbcom.a ../filters/libfilter.a ../lua/libgblua.a ../prof/libprof.a | |
152 VBA_SRC_EXTRA = lua prof sdl | |
153 VERSION = 1.7.2 | |
154 XGETTEXT = | |
155 XMKMF = | |
156 YACC = bison -y | |
157 YFLAGS = | |
158 abs_builddir = /home/r/proj/vba/trunk/src/filters | |
159 abs_srcdir = /home/r/proj/vba/trunk/src/filters | |
160 abs_top_builddir = /home/r/proj/vba/trunk | |
161 abs_top_srcdir = /home/r/proj/vba/trunk | |
162 ac_ct_CC = gcc | |
163 ac_ct_CXX = g++ | |
164 am__include = include | |
165 am__leading_dot = . | |
166 am__quote = | |
167 am__tar = ${AMTAR} chof - "$$tardir" | |
168 am__untar = ${AMTAR} xf - | |
169 bindir = ${exec_prefix}/bin | |
170 build = x86_64-unknown-linux-gnu | |
171 build_alias = | |
172 build_cpu = x86_64 | |
173 build_os = linux-gnu | |
174 build_vendor = unknown | |
175 builddir = . | |
176 datadir = ${datarootdir} | |
177 datarootdir = ${prefix}/share | |
178 docdir = ${datarootdir}/doc/${PACKAGE} | |
179 dvidir = ${docdir} | |
180 exec_prefix = ${prefix} | |
181 host = x86_64-unknown-linux-gnu | |
182 host_alias = | |
183 host_cpu = x86_64 | |
184 host_os = linux-gnu | |
185 host_vendor = unknown | |
186 htmldir = ${docdir} | |
187 includedir = ${prefix}/include | |
188 infodir = ${datarootdir}/info | |
189 install_sh = $(SHELL) /home/r/proj/vba/trunk/install-sh | |
190 libdir = ${exec_prefix}/lib | |
191 libexecdir = ${exec_prefix}/libexec | |
192 localedir = ${datarootdir}/locale | |
193 localstatedir = ${prefix}/var | |
194 mandir = ${datarootdir}/man | |
195 mkdir_p = /bin/mkdir -p | |
196 oldincludedir = /usr/include | |
197 pdfdir = ${docdir} | |
198 prefix = /usr/local | |
199 program_transform_name = s,x,x, | |
200 psdir = ${docdir} | |
201 sbindir = ${exec_prefix}/sbin | |
202 sharedstatedir = ${prefix}/com | |
203 srcdir = . | |
204 sysconfdir = ${prefix}/etc | |
205 target = x86_64-unknown-linux-gnu | |
206 target_alias = | |
207 target_cpu = x86_64 | |
208 target_os = linux-gnu | |
209 target_vendor = unknown | |
210 top_builddir = ../.. | |
211 top_srcdir = ../.. | |
212 SUFFIXES = .asm | |
213 noinst_LIBRARIES = lib386.a libfilter.a | |
214 lib386_a_SOURCES = 2xSaImmx.asm | |
215 libfilter_a_SOURCES = \ | |
216 2xSaI.cpp \ | |
217 admame.cpp \ | |
218 bilinear.cpp \ | |
219 hq2x.cpp \ | |
220 hq2x.h \ | |
221 interframe.cpp \ | |
222 interp.h \ | |
223 lq2x.h \ | |
224 motionblur.cpp \ | |
225 pixel.cpp \ | |
226 scanline.cpp \ | |
227 simple2x.cpp | |
228 | |
229 all: all-am | |
230 | |
231 .SUFFIXES: | |
232 .SUFFIXES: .asm .cpp .o .obj | |
233 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
234 @for dep in $?; do \ | |
235 case '$(am__configure_deps)' in \ | |
236 *$$dep*) \ | |
237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ | |
238 && exit 0; \ | |
239 exit 1;; \ | |
240 esac; \ | |
241 done; \ | |
242 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/filters/Makefile'; \ | |
243 cd $(top_srcdir) && \ | |
244 $(AUTOMAKE) --gnu src/filters/Makefile | |
245 .PRECIOUS: Makefile | |
246 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
247 @case '$?' in \ | |
248 *config.status*) \ | |
249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
250 *) \ | |
251 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
252 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
253 esac; | |
254 | |
255 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
257 | |
258 $(top_srcdir)/configure: $(am__configure_deps) | |
259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
260 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
262 | |
263 clean-noinstLIBRARIES: | |
264 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | |
265 lib386.a: $(lib386_a_OBJECTS) $(lib386_a_DEPENDENCIES) | |
266 -rm -f lib386.a | |
267 $(lib386_a_AR) lib386.a $(lib386_a_OBJECTS) $(lib386_a_LIBADD) | |
268 $(RANLIB) lib386.a | |
269 libfilter.a: $(libfilter_a_OBJECTS) $(libfilter_a_DEPENDENCIES) | |
270 -rm -f libfilter.a | |
271 $(libfilter_a_AR) libfilter.a $(libfilter_a_OBJECTS) $(libfilter_a_LIBADD) | |
272 $(RANLIB) libfilter.a | |
273 | |
274 mostlyclean-compile: | |
275 -rm -f *.$(OBJEXT) | |
276 | |
277 distclean-compile: | |
278 -rm -f *.tab.c | |
279 | |
280 include ./$(DEPDIR)/2xSaI.Po | |
281 include ./$(DEPDIR)/admame.Po | |
282 include ./$(DEPDIR)/bilinear.Po | |
283 include ./$(DEPDIR)/hq2x.Po | |
284 include ./$(DEPDIR)/interframe.Po | |
285 include ./$(DEPDIR)/motionblur.Po | |
286 include ./$(DEPDIR)/pixel.Po | |
287 include ./$(DEPDIR)/scanline.Po | |
288 include ./$(DEPDIR)/simple2x.Po | |
289 | |
290 $(OBJDIR)/%.o: %.cpp | |
291 $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
292 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
293 # source='$<' object='$@' libtool=no \ | |
294 # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ | |
295 # $(CXXCOMPILE) -c -o $@ $< | |
296 | |
297 .cpp.obj: | |
298 $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
299 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
300 # source='$<' object='$@' libtool=no \ | |
301 # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ | |
302 # $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
303 | |
304 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
305 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
306 unique=`for i in $$list; do \ | |
307 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
308 done | \ | |
309 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ | |
310 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
311 mkid -fID $$unique | |
312 tags: TAGS | |
313 | |
314 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
315 $(TAGS_FILES) $(LISP) | |
316 tags=; \ | |
317 here=`pwd`; \ | |
318 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
319 unique=`for i in $$list; do \ | |
320 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
321 done | \ | |
322 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
323 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
324 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | |
325 test -n "$$unique" || unique=$$empty_fix; \ | |
326 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
327 $$tags $$unique; \ | |
328 fi | |
329 ctags: CTAGS | |
330 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
331 $(TAGS_FILES) $(LISP) | |
332 tags=; \ | |
333 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
334 unique=`for i in $$list; do \ | |
335 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
336 done | \ | |
337 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
338 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
339 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
340 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
341 $$tags $$unique | |
342 | |
343 GTAGS: | |
344 here=`$(am__cd) $(top_builddir) && pwd` \ | |
345 && cd $(top_srcdir) \ | |
346 && gtags -i $(GTAGS_ARGS) $$here | |
347 | |
348 distclean-tags: | |
349 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
350 | |
351 distdir: $(DISTFILES) | |
352 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
353 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
354 list='$(DISTFILES)'; \ | |
355 dist_files=`for file in $$list; do echo $$file; done | \ | |
356 sed -e "s|^$$srcdirstrip/||;t" \ | |
357 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
358 case $$dist_files in \ | |
359 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
360 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
361 sort -u` ;; \ | |
362 esac; \ | |
363 for file in $$dist_files; do \ | |
364 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
365 if test -d $$d/$$file; then \ | |
366 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
367 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
368 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
369 fi; \ | |
370 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
371 else \ | |
372 test -f $(distdir)/$$file \ | |
373 || cp -p $$d/$$file $(distdir)/$$file \ | |
374 || exit 1; \ | |
375 fi; \ | |
376 done | |
377 check-am: all-am | |
378 check: check-am | |
379 all-am: Makefile $(lib386_a_OBJECTS) $(libfilter_a_OBJECTS) | |
380 installdirs: | |
381 install: install-am | |
382 install-exec: install-exec-am | |
383 install-data: install-data-am | |
384 uninstall: uninstall-am | |
385 | |
386 install-am: all-am | |
387 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
388 | |
389 installcheck: installcheck-am | |
390 install-strip: | |
391 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
392 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
393 `test -z '$(STRIP)' || \ | |
394 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
395 mostlyclean-generic: | |
396 | |
397 clean-generic: | |
398 | |
399 distclean-generic: | |
400 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
401 | |
402 maintainer-clean-generic: | |
403 @echo "This command is intended for maintainers to use" | |
404 @echo "it deletes files that may require special tools to rebuild." | |
405 clean: clean-am | |
406 | |
407 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am | |
408 | |
409 distclean: distclean-am | |
410 -rm -rf ./$(DEPDIR) | |
411 -rm -f Makefile | |
412 distclean-am: clean-am distclean-compile distclean-generic \ | |
413 distclean-tags | |
414 | |
415 dvi: dvi-am | |
416 | |
417 dvi-am: | |
418 | |
419 html: html-am | |
420 | |
421 info: info-am | |
422 | |
423 info-am: | |
424 | |
425 install-data-am: | |
426 | |
427 install-dvi: install-dvi-am | |
428 | |
429 install-exec-am: | |
430 | |
431 install-html: install-html-am | |
432 | |
433 install-info: install-info-am | |
434 | |
435 install-man: | |
436 | |
437 install-pdf: install-pdf-am | |
438 | |
439 install-ps: install-ps-am | |
440 | |
441 installcheck-am: | |
442 | |
443 maintainer-clean: maintainer-clean-am | |
444 -rm -rf ./$(DEPDIR) | |
445 -rm -f Makefile | |
446 maintainer-clean-am: distclean-am maintainer-clean-generic | |
447 | |
448 mostlyclean: mostlyclean-am | |
449 | |
450 mostlyclean-am: mostlyclean-compile mostlyclean-generic | |
451 | |
452 pdf: pdf-am | |
453 | |
454 pdf-am: | |
455 | |
456 ps: ps-am | |
457 | |
458 ps-am: | |
459 | |
460 uninstall-am: | |
461 | |
462 .MAKE: install-am install-strip | |
463 | |
464 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
465 clean-noinstLIBRARIES ctags distclean distclean-compile \ | |
466 distclean-generic distclean-tags distdir dvi dvi-am html \ | |
467 html-am info info-am install install-am install-data \ | |
468 install-data-am install-dvi install-dvi-am install-exec \ | |
469 install-exec-am install-html install-html-am install-info \ | |
470 install-info-am install-man install-pdf install-pdf-am \ | |
471 install-ps install-ps-am install-strip installcheck \ | |
472 installcheck-am installdirs maintainer-clean \ | |
473 maintainer-clean-generic mostlyclean mostlyclean-compile \ | |
474 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ | |
475 uninstall-am | |
476 | |
477 LBITS := $(shell getconf LONG_BIT) | |
478 ifeq ($(LBITS),64) | |
479 ELFFLAG = elf64 | |
480 else | |
481 ELFFLAG = elf | |
482 endif | |
483 | |
484 $(OBJDIR)/%.o: %.asm | |
485 $(NASM) -f $(ELFFLAG) -o $@ $< | |
486 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
487 # Otherwise a system limit (for SysV at least) may be exceeded. | |
488 .NOEXPORT: |