Mercurial > vba-clojure
view src/filters/Makefile @ 296:659a9c84c785
restored deposit-one-item, working on getting rival's name into item computer.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 30 Mar 2012 18:41:39 -0500 |
parents | b970226568d2 |
children |
line wrap: on
line source
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.2 # src/filters/Makefile. Generated from Makefile.in by configure.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 Foundation7 # gives unlimited permission to copy and/or distribute it,8 # with or without modifications, as long as this notice is preserved.10 # This program is distributed in the hope that it will be useful,11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A13 # PARTICULAR PURPOSE.18 pkgdatadir = $(datadir)/VisualBoyAdvance19 pkglibdir = $(libdir)/VisualBoyAdvance20 pkgincludedir = $(includedir)/VisualBoyAdvance21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd22 install_sh_DATA = $(install_sh) -c -m 64423 install_sh_PROGRAM = $(install_sh) -c24 install_sh_SCRIPT = $(install_sh) -c25 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-gnu34 host_triplet = x86_64-unknown-linux-gnu35 target_triplet = x86_64-unknown-linux-gnu36 subdir = src/filters37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in38 OBJDIR = $(top_srcdir)/src/obj39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m440 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.in46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \47 $(ACLOCAL_M4)48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs49 CONFIG_CLEAN_FILES =50 LIBRARIES = $(noinst_LIBRARIES)51 AR = ar52 ARFLAGS = cru53 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)/depcomp66 am__depfiles_maybe = depfiles67 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 = etags79 CTAGS = ctags80 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)81 ACLOCAL = ${SHELL} /home/r/proj/vba/trunk/missing --run aclocal-1.1082 AMTAR = ${SHELL} /home/r/proj/vba/trunk/missing --run tar83 AUTOCONF = ${SHELL} /home/r/proj/vba/trunk/missing --run autoconf84 AUTOHEADER = ${SHELL} /home/r/proj/vba/trunk/missing --run autoheader85 AUTOMAKE = ${SHELL} /home/r/proj/vba/trunk/missing --run automake-1.1086 AWK = gawk87 CC = gcc88 CCDEPMODE = depmode=gcc389 CFLAGS = -g -O290 CPP = gcc -E91 CPPFLAGS =92 CXX = g++93 CXXDEPMODE = depmode=gcc394 CXXFLAGS = -g -O2 -DC_CORE -DPROFILING -DDEV_VERSION95 CYGPATH_W = echo96 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=197 DEPDIR = .deps98 ECHO_C =99 ECHO_N = -n100 ECHO_T =101 EGREP = /bin/grep -E102 EXEEXT =103 GETTEXT_PACKAGE =104 GMSGFMT =105 GREP = /bin/grep106 GTKMM_CFLAGS =107 GTKMM_CPPFLAGS =108 GTKMM_LIBS =109 INSTALL = /usr/bin/install -c110 INSTALL_DATA = ${INSTALL} -m 644111 INSTALL_PROGRAM = ${INSTALL}112 INSTALL_SCRIPT = ${INSTALL}113 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s114 INTLLIBS =115 LDFLAGS =116 LEX = flex117 LEXLIB = -lfl118 LEX_OUTPUT_ROOT = lex.yy119 LIBICONV =120 LIBINTL =121 LIBOBJS =122 LIBS = -lpthread -lpng -lz123 LTLIBICONV =124 LTLIBINTL =125 LTLIBOBJS =126 MAKEINFO = ${SHELL} /home/r/proj/vba/trunk/missing --run makeinfo127 MKDIR_P = /bin/mkdir -p128 MKINSTALLDIRS =129 MSGFMT =130 MSGMERGE =131 NASM = /usr/bin/nasm132 OBJEXT = o133 PACKAGE = VisualBoyAdvance134 PACKAGE_BUGREPORT =135 PACKAGE_NAME =136 PACKAGE_STRING =137 PACKAGE_TARNAME =138 PACKAGE_VERSION =139 PATH_SEPARATOR = :140 PKG_CONFIG =141 POSUB =142 RANLIB = ranlib143 SDL_CFLAGS = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT144 SDL_CONFIG = /usr/bin/sdl-config145 SDL_LIBS = -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread146 SET_MAKE =147 SHELL = /bin/sh148 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.a152 VBA_SRC_EXTRA = lua prof sdl153 VERSION = 1.7.2154 XGETTEXT =155 XMKMF =156 YACC = bison -y157 YFLAGS =158 abs_builddir = /home/r/proj/vba/trunk/src/filters159 abs_srcdir = /home/r/proj/vba/trunk/src/filters160 abs_top_builddir = /home/r/proj/vba/trunk161 abs_top_srcdir = /home/r/proj/vba/trunk162 ac_ct_CC = gcc163 ac_ct_CXX = g++164 am__include = include165 am__leading_dot = .166 am__quote =167 am__tar = ${AMTAR} chof - "$$tardir"168 am__untar = ${AMTAR} xf -169 bindir = ${exec_prefix}/bin170 build = x86_64-unknown-linux-gnu171 build_alias =172 build_cpu = x86_64173 build_os = linux-gnu174 build_vendor = unknown175 builddir = .176 datadir = ${datarootdir}177 datarootdir = ${prefix}/share178 docdir = ${datarootdir}/doc/${PACKAGE}179 dvidir = ${docdir}180 exec_prefix = ${prefix}181 host = x86_64-unknown-linux-gnu182 host_alias =183 host_cpu = x86_64184 host_os = linux-gnu185 host_vendor = unknown186 htmldir = ${docdir}187 includedir = ${prefix}/include188 infodir = ${datarootdir}/info189 install_sh = $(SHELL) /home/r/proj/vba/trunk/install-sh190 libdir = ${exec_prefix}/lib191 libexecdir = ${exec_prefix}/libexec192 localedir = ${datarootdir}/locale193 localstatedir = ${prefix}/var194 mandir = ${datarootdir}/man195 mkdir_p = /bin/mkdir -p196 oldincludedir = /usr/include197 pdfdir = ${docdir}198 prefix = /usr/local199 program_transform_name = s,x,x,200 psdir = ${docdir}201 sbindir = ${exec_prefix}/sbin202 sharedstatedir = ${prefix}/com203 srcdir = .204 sysconfdir = ${prefix}/etc205 target = x86_64-unknown-linux-gnu206 target_alias =207 target_cpu = x86_64208 target_os = linux-gnu209 target_vendor = unknown210 top_builddir = ../..211 top_srcdir = ../..212 SUFFIXES = .asm213 noinst_LIBRARIES = lib386.a libfilter.a214 lib386_a_SOURCES = 2xSaImmx.asm215 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.cpp229 all: all-am231 .SUFFIXES:232 .SUFFIXES: .asm .cpp .o .obj233 $(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/Makefile245 .PRECIOUS: Makefile246 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status247 @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;255 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh258 $(top_srcdir)/configure: $(am__configure_deps)259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh260 $(ACLOCAL_M4): $(am__aclocal_m4_deps)261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh263 clean-noinstLIBRARIES:264 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)265 lib386.a: $(lib386_a_OBJECTS) $(lib386_a_DEPENDENCIES)266 -rm -f lib386.a267 $(lib386_a_AR) lib386.a $(lib386_a_OBJECTS) $(lib386_a_LIBADD)268 $(RANLIB) lib386.a269 libfilter.a: $(libfilter_a_OBJECTS) $(libfilter_a_DEPENDENCIES)270 -rm -f libfilter.a271 $(libfilter_a_AR) libfilter.a $(libfilter_a_OBJECTS) $(libfilter_a_LIBADD)272 $(RANLIB) libfilter.a274 mostlyclean-compile:275 -rm -f *.$(OBJEXT)277 distclean-compile:278 -rm -f *.tab.c280 include ./$(DEPDIR)/2xSaI.Po281 include ./$(DEPDIR)/admame.Po282 include ./$(DEPDIR)/bilinear.Po283 include ./$(DEPDIR)/hq2x.Po284 include ./$(DEPDIR)/interframe.Po285 include ./$(DEPDIR)/motionblur.Po286 include ./$(DEPDIR)/pixel.Po287 include ./$(DEPDIR)/scanline.Po288 include ./$(DEPDIR)/simple2x.Po290 $(OBJDIR)/%.o: %.cpp291 $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<292 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po293 # source='$<' object='$@' libtool=no \294 # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \295 # $(CXXCOMPILE) -c -o $@ $<297 .cpp.obj:298 $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`299 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po300 # source='$<' object='$@' libtool=no \301 # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \302 # $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`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 $$unique312 tags: TAGS314 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 fi329 ctags: CTAGS330 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 $$unique343 GTAGS:344 here=`$(am__cd) $(top_builddir) && pwd` \345 && cd $(top_srcdir) \346 && gtags -i $(GTAGS_ARGS) $$here348 distclean-tags:349 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags351 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 done377 check-am: all-am378 check: check-am379 all-am: Makefile $(lib386_a_OBJECTS) $(libfilter_a_OBJECTS)380 installdirs:381 install: install-am382 install-exec: install-exec-am383 install-data: install-data-am384 uninstall: uninstall-am386 install-am: all-am387 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am389 installcheck: installcheck-am390 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)'"` install395 mostlyclean-generic:397 clean-generic:399 distclean-generic:400 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)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-am407 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am409 distclean: distclean-am410 -rm -rf ./$(DEPDIR)411 -rm -f Makefile412 distclean-am: clean-am distclean-compile distclean-generic \413 distclean-tags415 dvi: dvi-am417 dvi-am:419 html: html-am421 info: info-am423 info-am:425 install-data-am:427 install-dvi: install-dvi-am429 install-exec-am:431 install-html: install-html-am433 install-info: install-info-am435 install-man:437 install-pdf: install-pdf-am439 install-ps: install-ps-am441 installcheck-am:443 maintainer-clean: maintainer-clean-am444 -rm -rf ./$(DEPDIR)445 -rm -f Makefile446 maintainer-clean-am: distclean-am maintainer-clean-generic448 mostlyclean: mostlyclean-am450 mostlyclean-am: mostlyclean-compile mostlyclean-generic452 pdf: pdf-am454 pdf-am:456 ps: ps-am458 ps-am:460 uninstall-am:462 .MAKE: install-am install-strip464 .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-am477 LBITS := $(shell getconf LONG_BIT)478 ifeq ($(LBITS),64)479 ELFFLAG = elf64480 else481 ELFFLAG = elf482 endif484 $(OBJDIR)/%.o: %.asm485 $(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: