Mercurial > vba-linux
diff 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 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/filters/Makefile Sun Mar 04 20:32:31 2012 -0600 1.3 @@ -0,0 +1,488 @@ 1.4 +# Makefile.in generated by automake 1.10.1 from Makefile.am. 1.5 +# src/filters/Makefile. Generated from Makefile.in by configure. 1.6 + 1.7 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 1.8 +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1.9 +# This Makefile.in is free software; the Free Software Foundation 1.10 +# gives unlimited permission to copy and/or distribute it, 1.11 +# with or without modifications, as long as this notice is preserved. 1.12 + 1.13 +# This program is distributed in the hope that it will be useful, 1.14 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 1.15 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 1.16 +# PARTICULAR PURPOSE. 1.17 + 1.18 + 1.19 + 1.20 + 1.21 +pkgdatadir = $(datadir)/VisualBoyAdvance 1.22 +pkglibdir = $(libdir)/VisualBoyAdvance 1.23 +pkgincludedir = $(includedir)/VisualBoyAdvance 1.24 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 1.25 +install_sh_DATA = $(install_sh) -c -m 644 1.26 +install_sh_PROGRAM = $(install_sh) -c 1.27 +install_sh_SCRIPT = $(install_sh) -c 1.28 +INSTALL_HEADER = $(INSTALL_DATA) 1.29 +transform = $(program_transform_name) 1.30 +NORMAL_INSTALL = : 1.31 +PRE_INSTALL = : 1.32 +POST_INSTALL = : 1.33 +NORMAL_UNINSTALL = : 1.34 +PRE_UNINSTALL = : 1.35 +POST_UNINSTALL = : 1.36 +build_triplet = x86_64-unknown-linux-gnu 1.37 +host_triplet = x86_64-unknown-linux-gnu 1.38 +target_triplet = x86_64-unknown-linux-gnu 1.39 +subdir = src/filters 1.40 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 1.41 +OBJDIR = $(top_srcdir)/src/obj 1.42 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1.43 +am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 1.44 + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 1.45 + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 1.46 + $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 1.47 + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 1.48 + $(top_srcdir)/configure.in 1.49 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 1.50 + $(ACLOCAL_M4) 1.51 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 1.52 +CONFIG_CLEAN_FILES = 1.53 +LIBRARIES = $(noinst_LIBRARIES) 1.54 +AR = ar 1.55 +ARFLAGS = cru 1.56 +lib386_a_AR = $(AR) $(ARFLAGS) 1.57 +lib386_a_LIBADD = 1.58 +am_lib386_a_OBJECTS = 2xSaImmx.$(OBJEXT) 1.59 +lib386_a_OBJECTS = $(patsubst %,$(OBJDIR)/%,$(am_lib386_a_OBJECTS)) 1.60 +libfilter_a_AR = $(AR) $(ARFLAGS) 1.61 +libfilter_a_LIBADD = 1.62 +am_libfilter_a_OBJECTS = 2xSaI.$(OBJEXT) admame.$(OBJEXT) \ 1.63 + bilinear.$(OBJEXT) hq2x.$(OBJEXT) interframe.$(OBJEXT) \ 1.64 + motionblur.$(OBJEXT) pixel.$(OBJEXT) scanline.$(OBJEXT) \ 1.65 + simple2x.$(OBJEXT) 1.66 +libfilter_a_OBJECTS = $(patsubst %,$(OBJDIR)/%,$(am_libfilter_a_OBJECTS)) 1.67 +DEFAULT_INCLUDES = -I. 1.68 +depcomp = $(SHELL) $(top_srcdir)/depcomp 1.69 +am__depfiles_maybe = depfiles 1.70 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 1.71 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 1.72 +CXXLD = $(CXX) 1.73 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 1.74 + -o $@ 1.75 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 1.76 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1.77 +CCLD = $(CC) 1.78 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 1.79 +SOURCES = $(lib386_a_SOURCES) $(libfilter_a_SOURCES) 1.80 +DIST_SOURCES = $(lib386_a_SOURCES) $(libfilter_a_SOURCES) 1.81 +ETAGS = etags 1.82 +CTAGS = ctags 1.83 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1.84 +ACLOCAL = ${SHELL} /home/r/proj/vba/trunk/missing --run aclocal-1.10 1.85 +AMTAR = ${SHELL} /home/r/proj/vba/trunk/missing --run tar 1.86 +AUTOCONF = ${SHELL} /home/r/proj/vba/trunk/missing --run autoconf 1.87 +AUTOHEADER = ${SHELL} /home/r/proj/vba/trunk/missing --run autoheader 1.88 +AUTOMAKE = ${SHELL} /home/r/proj/vba/trunk/missing --run automake-1.10 1.89 +AWK = gawk 1.90 +CC = gcc 1.91 +CCDEPMODE = depmode=gcc3 1.92 +CFLAGS = -g -O2 1.93 +CPP = gcc -E 1.94 +CPPFLAGS = 1.95 +CXX = g++ 1.96 +CXXDEPMODE = depmode=gcc3 1.97 +CXXFLAGS = -g -O2 -DC_CORE -DPROFILING -DDEV_VERSION 1.98 +CYGPATH_W = echo 1.99 +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 1.100 +DEPDIR = .deps 1.101 +ECHO_C = 1.102 +ECHO_N = -n 1.103 +ECHO_T = 1.104 +EGREP = /bin/grep -E 1.105 +EXEEXT = 1.106 +GETTEXT_PACKAGE = 1.107 +GMSGFMT = 1.108 +GREP = /bin/grep 1.109 +GTKMM_CFLAGS = 1.110 +GTKMM_CPPFLAGS = 1.111 +GTKMM_LIBS = 1.112 +INSTALL = /usr/bin/install -c 1.113 +INSTALL_DATA = ${INSTALL} -m 644 1.114 +INSTALL_PROGRAM = ${INSTALL} 1.115 +INSTALL_SCRIPT = ${INSTALL} 1.116 +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 1.117 +INTLLIBS = 1.118 +LDFLAGS = 1.119 +LEX = flex 1.120 +LEXLIB = -lfl 1.121 +LEX_OUTPUT_ROOT = lex.yy 1.122 +LIBICONV = 1.123 +LIBINTL = 1.124 +LIBOBJS = 1.125 +LIBS = -lpthread -lpng -lz 1.126 +LTLIBICONV = 1.127 +LTLIBINTL = 1.128 +LTLIBOBJS = 1.129 +MAKEINFO = ${SHELL} /home/r/proj/vba/trunk/missing --run makeinfo 1.130 +MKDIR_P = /bin/mkdir -p 1.131 +MKINSTALLDIRS = 1.132 +MSGFMT = 1.133 +MSGMERGE = 1.134 +NASM = /usr/bin/nasm 1.135 +OBJEXT = o 1.136 +PACKAGE = VisualBoyAdvance 1.137 +PACKAGE_BUGREPORT = 1.138 +PACKAGE_NAME = 1.139 +PACKAGE_STRING = 1.140 +PACKAGE_TARNAME = 1.141 +PACKAGE_VERSION = 1.142 +PATH_SEPARATOR = : 1.143 +PKG_CONFIG = 1.144 +POSUB = 1.145 +RANLIB = ranlib 1.146 +SDL_CFLAGS = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 1.147 +SDL_CONFIG = /usr/bin/sdl-config 1.148 +SDL_LIBS = -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread 1.149 +SET_MAKE = 1.150 +SHELL = /bin/sh 1.151 +STRIP = 1.152 +USE_NLS = 1.153 +VBA_EXTRA = 1.154 +VBA_LIBS = ../gba/libgba.a ../gb/libgb.a ../common/libgbcom.a ../filters/libfilter.a ../lua/libgblua.a ../prof/libprof.a 1.155 +VBA_SRC_EXTRA = lua prof sdl 1.156 +VERSION = 1.7.2 1.157 +XGETTEXT = 1.158 +XMKMF = 1.159 +YACC = bison -y 1.160 +YFLAGS = 1.161 +abs_builddir = /home/r/proj/vba/trunk/src/filters 1.162 +abs_srcdir = /home/r/proj/vba/trunk/src/filters 1.163 +abs_top_builddir = /home/r/proj/vba/trunk 1.164 +abs_top_srcdir = /home/r/proj/vba/trunk 1.165 +ac_ct_CC = gcc 1.166 +ac_ct_CXX = g++ 1.167 +am__include = include 1.168 +am__leading_dot = . 1.169 +am__quote = 1.170 +am__tar = ${AMTAR} chof - "$$tardir" 1.171 +am__untar = ${AMTAR} xf - 1.172 +bindir = ${exec_prefix}/bin 1.173 +build = x86_64-unknown-linux-gnu 1.174 +build_alias = 1.175 +build_cpu = x86_64 1.176 +build_os = linux-gnu 1.177 +build_vendor = unknown 1.178 +builddir = . 1.179 +datadir = ${datarootdir} 1.180 +datarootdir = ${prefix}/share 1.181 +docdir = ${datarootdir}/doc/${PACKAGE} 1.182 +dvidir = ${docdir} 1.183 +exec_prefix = ${prefix} 1.184 +host = x86_64-unknown-linux-gnu 1.185 +host_alias = 1.186 +host_cpu = x86_64 1.187 +host_os = linux-gnu 1.188 +host_vendor = unknown 1.189 +htmldir = ${docdir} 1.190 +includedir = ${prefix}/include 1.191 +infodir = ${datarootdir}/info 1.192 +install_sh = $(SHELL) /home/r/proj/vba/trunk/install-sh 1.193 +libdir = ${exec_prefix}/lib 1.194 +libexecdir = ${exec_prefix}/libexec 1.195 +localedir = ${datarootdir}/locale 1.196 +localstatedir = ${prefix}/var 1.197 +mandir = ${datarootdir}/man 1.198 +mkdir_p = /bin/mkdir -p 1.199 +oldincludedir = /usr/include 1.200 +pdfdir = ${docdir} 1.201 +prefix = /usr/local 1.202 +program_transform_name = s,x,x, 1.203 +psdir = ${docdir} 1.204 +sbindir = ${exec_prefix}/sbin 1.205 +sharedstatedir = ${prefix}/com 1.206 +srcdir = . 1.207 +sysconfdir = ${prefix}/etc 1.208 +target = x86_64-unknown-linux-gnu 1.209 +target_alias = 1.210 +target_cpu = x86_64 1.211 +target_os = linux-gnu 1.212 +target_vendor = unknown 1.213 +top_builddir = ../.. 1.214 +top_srcdir = ../.. 1.215 +SUFFIXES = .asm 1.216 +noinst_LIBRARIES = lib386.a libfilter.a 1.217 +lib386_a_SOURCES = 2xSaImmx.asm 1.218 +libfilter_a_SOURCES = \ 1.219 + 2xSaI.cpp \ 1.220 + admame.cpp \ 1.221 + bilinear.cpp \ 1.222 + hq2x.cpp \ 1.223 + hq2x.h \ 1.224 + interframe.cpp \ 1.225 + interp.h \ 1.226 + lq2x.h \ 1.227 + motionblur.cpp \ 1.228 + pixel.cpp \ 1.229 + scanline.cpp \ 1.230 + simple2x.cpp 1.231 + 1.232 +all: all-am 1.233 + 1.234 +.SUFFIXES: 1.235 +.SUFFIXES: .asm .cpp .o .obj 1.236 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 1.237 + @for dep in $?; do \ 1.238 + case '$(am__configure_deps)' in \ 1.239 + *$$dep*) \ 1.240 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 1.241 + && exit 0; \ 1.242 + exit 1;; \ 1.243 + esac; \ 1.244 + done; \ 1.245 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/filters/Makefile'; \ 1.246 + cd $(top_srcdir) && \ 1.247 + $(AUTOMAKE) --gnu src/filters/Makefile 1.248 +.PRECIOUS: Makefile 1.249 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 1.250 + @case '$?' in \ 1.251 + *config.status*) \ 1.252 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 1.253 + *) \ 1.254 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 1.255 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 1.256 + esac; 1.257 + 1.258 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 1.259 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1.260 + 1.261 +$(top_srcdir)/configure: $(am__configure_deps) 1.262 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1.263 +$(ACLOCAL_M4): $(am__aclocal_m4_deps) 1.264 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1.265 + 1.266 +clean-noinstLIBRARIES: 1.267 + -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 1.268 +lib386.a: $(lib386_a_OBJECTS) $(lib386_a_DEPENDENCIES) 1.269 + -rm -f lib386.a 1.270 + $(lib386_a_AR) lib386.a $(lib386_a_OBJECTS) $(lib386_a_LIBADD) 1.271 + $(RANLIB) lib386.a 1.272 +libfilter.a: $(libfilter_a_OBJECTS) $(libfilter_a_DEPENDENCIES) 1.273 + -rm -f libfilter.a 1.274 + $(libfilter_a_AR) libfilter.a $(libfilter_a_OBJECTS) $(libfilter_a_LIBADD) 1.275 + $(RANLIB) libfilter.a 1.276 + 1.277 +mostlyclean-compile: 1.278 + -rm -f *.$(OBJEXT) 1.279 + 1.280 +distclean-compile: 1.281 + -rm -f *.tab.c 1.282 + 1.283 +include ./$(DEPDIR)/2xSaI.Po 1.284 +include ./$(DEPDIR)/admame.Po 1.285 +include ./$(DEPDIR)/bilinear.Po 1.286 +include ./$(DEPDIR)/hq2x.Po 1.287 +include ./$(DEPDIR)/interframe.Po 1.288 +include ./$(DEPDIR)/motionblur.Po 1.289 +include ./$(DEPDIR)/pixel.Po 1.290 +include ./$(DEPDIR)/scanline.Po 1.291 +include ./$(DEPDIR)/simple2x.Po 1.292 + 1.293 +$(OBJDIR)/%.o: %.cpp 1.294 + $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 1.295 + mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1.296 +# source='$<' object='$@' libtool=no \ 1.297 +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ 1.298 +# $(CXXCOMPILE) -c -o $@ $< 1.299 + 1.300 +.cpp.obj: 1.301 + $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 1.302 + mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1.303 +# source='$<' object='$@' libtool=no \ 1.304 +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ 1.305 +# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 1.306 + 1.307 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 1.308 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.309 + unique=`for i in $$list; do \ 1.310 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.311 + done | \ 1.312 + $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 1.313 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 1.314 + mkid -fID $$unique 1.315 +tags: TAGS 1.316 + 1.317 +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 1.318 + $(TAGS_FILES) $(LISP) 1.319 + tags=; \ 1.320 + here=`pwd`; \ 1.321 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.322 + unique=`for i in $$list; do \ 1.323 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.324 + done | \ 1.325 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 1.326 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 1.327 + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 1.328 + test -n "$$unique" || unique=$$empty_fix; \ 1.329 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1.330 + $$tags $$unique; \ 1.331 + fi 1.332 +ctags: CTAGS 1.333 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 1.334 + $(TAGS_FILES) $(LISP) 1.335 + tags=; \ 1.336 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.337 + unique=`for i in $$list; do \ 1.338 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.339 + done | \ 1.340 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 1.341 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 1.342 + test -z "$(CTAGS_ARGS)$$tags$$unique" \ 1.343 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1.344 + $$tags $$unique 1.345 + 1.346 +GTAGS: 1.347 + here=`$(am__cd) $(top_builddir) && pwd` \ 1.348 + && cd $(top_srcdir) \ 1.349 + && gtags -i $(GTAGS_ARGS) $$here 1.350 + 1.351 +distclean-tags: 1.352 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1.353 + 1.354 +distdir: $(DISTFILES) 1.355 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1.356 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1.357 + list='$(DISTFILES)'; \ 1.358 + dist_files=`for file in $$list; do echo $$file; done | \ 1.359 + sed -e "s|^$$srcdirstrip/||;t" \ 1.360 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1.361 + case $$dist_files in \ 1.362 + */*) $(MKDIR_P) `echo "$$dist_files" | \ 1.363 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1.364 + sort -u` ;; \ 1.365 + esac; \ 1.366 + for file in $$dist_files; do \ 1.367 + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1.368 + if test -d $$d/$$file; then \ 1.369 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1.370 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1.371 + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 1.372 + fi; \ 1.373 + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 1.374 + else \ 1.375 + test -f $(distdir)/$$file \ 1.376 + || cp -p $$d/$$file $(distdir)/$$file \ 1.377 + || exit 1; \ 1.378 + fi; \ 1.379 + done 1.380 +check-am: all-am 1.381 +check: check-am 1.382 +all-am: Makefile $(lib386_a_OBJECTS) $(libfilter_a_OBJECTS) 1.383 +installdirs: 1.384 +install: install-am 1.385 +install-exec: install-exec-am 1.386 +install-data: install-data-am 1.387 +uninstall: uninstall-am 1.388 + 1.389 +install-am: all-am 1.390 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1.391 + 1.392 +installcheck: installcheck-am 1.393 +install-strip: 1.394 + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1.395 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1.396 + `test -z '$(STRIP)' || \ 1.397 + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 1.398 +mostlyclean-generic: 1.399 + 1.400 +clean-generic: 1.401 + 1.402 +distclean-generic: 1.403 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1.404 + 1.405 +maintainer-clean-generic: 1.406 + @echo "This command is intended for maintainers to use" 1.407 + @echo "it deletes files that may require special tools to rebuild." 1.408 +clean: clean-am 1.409 + 1.410 +clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am 1.411 + 1.412 +distclean: distclean-am 1.413 + -rm -rf ./$(DEPDIR) 1.414 + -rm -f Makefile 1.415 +distclean-am: clean-am distclean-compile distclean-generic \ 1.416 + distclean-tags 1.417 + 1.418 +dvi: dvi-am 1.419 + 1.420 +dvi-am: 1.421 + 1.422 +html: html-am 1.423 + 1.424 +info: info-am 1.425 + 1.426 +info-am: 1.427 + 1.428 +install-data-am: 1.429 + 1.430 +install-dvi: install-dvi-am 1.431 + 1.432 +install-exec-am: 1.433 + 1.434 +install-html: install-html-am 1.435 + 1.436 +install-info: install-info-am 1.437 + 1.438 +install-man: 1.439 + 1.440 +install-pdf: install-pdf-am 1.441 + 1.442 +install-ps: install-ps-am 1.443 + 1.444 +installcheck-am: 1.445 + 1.446 +maintainer-clean: maintainer-clean-am 1.447 + -rm -rf ./$(DEPDIR) 1.448 + -rm -f Makefile 1.449 +maintainer-clean-am: distclean-am maintainer-clean-generic 1.450 + 1.451 +mostlyclean: mostlyclean-am 1.452 + 1.453 +mostlyclean-am: mostlyclean-compile mostlyclean-generic 1.454 + 1.455 +pdf: pdf-am 1.456 + 1.457 +pdf-am: 1.458 + 1.459 +ps: ps-am 1.460 + 1.461 +ps-am: 1.462 + 1.463 +uninstall-am: 1.464 + 1.465 +.MAKE: install-am install-strip 1.466 + 1.467 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 1.468 + clean-noinstLIBRARIES ctags distclean distclean-compile \ 1.469 + distclean-generic distclean-tags distdir dvi dvi-am html \ 1.470 + html-am info info-am install install-am install-data \ 1.471 + install-data-am install-dvi install-dvi-am install-exec \ 1.472 + install-exec-am install-html install-html-am install-info \ 1.473 + install-info-am install-man install-pdf install-pdf-am \ 1.474 + install-ps install-ps-am install-strip installcheck \ 1.475 + installcheck-am installdirs maintainer-clean \ 1.476 + maintainer-clean-generic mostlyclean mostlyclean-compile \ 1.477 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 1.478 + uninstall-am 1.479 + 1.480 +LBITS := $(shell getconf LONG_BIT) 1.481 +ifeq ($(LBITS),64) 1.482 + ELFFLAG = elf64 1.483 +else 1.484 + ELFFLAG = elf 1.485 +endif 1.486 + 1.487 +$(OBJDIR)/%.o: %.asm 1.488 + $(NASM) -f $(ELFFLAG) -o $@ $< 1.489 +# Tell versions [3.59,3.63) of GNU make to not export all variables. 1.490 +# Otherwise a system limit (for SysV at least) may be exceeded. 1.491 +.NOEXPORT: