Mercurial > vba-clojure
view src/prof/Makefile @ 91:613353b7e012
got original speedrun to work with modified beginning
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 11 Mar 2012 13:53:27 -0500 |
parents | 48369c6aeaa0 |
children |
line wrap: on
line source
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.2 # src/prof/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/prof37 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 libprof_a_AR = $(AR) $(ARFLAGS)54 libprof_a_LIBADD =55 am_libprof_a_OBJECTS = prof.$(OBJEXT)56 libprof_a_OBJECTS = $(patsubst %,$(OBJDIR)/%,$(am_libprof_a_OBJECTS))57 DEFAULT_INCLUDES = -I.58 depcomp = $(SHELL) $(top_srcdir)/depcomp59 am__depfiles_maybe = depfiles60 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \61 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)62 CXXLD = $(CXX)63 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \64 -o $@65 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \66 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)67 CCLD = $(CC)68 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@69 SOURCES = $(libprof_a_SOURCES)70 DIST_SOURCES = $(libprof_a_SOURCES)71 ETAGS = etags72 CTAGS = ctags73 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)74 ACLOCAL = ${SHELL} /home/r/proj/vba/trunk/missing --run aclocal-1.1075 AMTAR = ${SHELL} /home/r/proj/vba/trunk/missing --run tar76 AUTOCONF = ${SHELL} /home/r/proj/vba/trunk/missing --run autoconf77 AUTOHEADER = ${SHELL} /home/r/proj/vba/trunk/missing --run autoheader78 AUTOMAKE = ${SHELL} /home/r/proj/vba/trunk/missing --run automake-1.1079 AWK = gawk80 CC = gcc81 CCDEPMODE = depmode=gcc382 CFLAGS = -g -O283 CPP = gcc -E84 CPPFLAGS =85 CXX = g++86 CXXDEPMODE = depmode=gcc387 CXXFLAGS = -g -O2 -DC_CORE -DDEV_VERSION88 CYGPATH_W = echo89 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=190 DEPDIR = .deps91 ECHO_C =92 ECHO_N = -n93 ECHO_T =94 EGREP = /bin/grep -E95 EXEEXT =96 GETTEXT_PACKAGE =97 GMSGFMT =98 GREP = /bin/grep99 GTKMM_CFLAGS =100 GTKMM_CPPFLAGS =101 GTKMM_LIBS =102 INSTALL = /usr/bin/install -c103 INSTALL_DATA = ${INSTALL} -m 644104 INSTALL_PROGRAM = ${INSTALL}105 INSTALL_SCRIPT = ${INSTALL}106 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s107 INTLLIBS =108 LDFLAGS =109 LEX = flex110 LEXLIB = -lfl111 LEX_OUTPUT_ROOT = lex.yy112 LIBICONV =113 LIBINTL =114 LIBOBJS =115 LIBS = -lpthread -lpng -lz116 LTLIBICONV =117 LTLIBINTL =118 LTLIBOBJS =119 MAKEINFO = ${SHELL} /home/r/proj/vba/trunk/missing --run makeinfo120 MKDIR_P = /bin/mkdir -p121 MKINSTALLDIRS =122 MSGFMT =123 MSGMERGE =124 NASM = /usr/bin/nasm125 OBJEXT = o126 PACKAGE = VisualBoyAdvance127 PACKAGE_BUGREPORT =128 PACKAGE_NAME =129 PACKAGE_STRING =130 PACKAGE_TARNAME =131 PACKAGE_VERSION =132 PATH_SEPARATOR = :133 PKG_CONFIG =134 POSUB =135 RANLIB = ranlib136 SDL_CFLAGS = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT137 SDL_CONFIG = /usr/bin/sdl-config138 SDL_LIBS = -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread139 SET_MAKE =140 SHELL = /bin/sh141 STRIP =142 USE_NLS =143 VBA_EXTRA =144 VBA_LIBS = ../gba/libgba.a ../gb/libgb.a ../common/libgbcom.a ../filters/libfilter.a ../lua/libgblua.a145 VBA_SRC_EXTRA = lua sdl146 VERSION = 1.7.2147 XGETTEXT =148 XMKMF =149 YACC = bison -y150 YFLAGS =151 abs_builddir = /home/r/proj/vba/trunk/src/prof152 abs_srcdir = /home/r/proj/vba/trunk/src/prof153 abs_top_builddir = /home/r/proj/vba/trunk154 abs_top_srcdir = /home/r/proj/vba/trunk155 ac_ct_CC = gcc156 ac_ct_CXX = g++157 am__include = include158 am__leading_dot = .159 am__quote =160 am__tar = ${AMTAR} chof - "$$tardir"161 am__untar = ${AMTAR} xf -162 bindir = ${exec_prefix}/bin163 build = x86_64-unknown-linux-gnu164 build_alias =165 build_cpu = x86_64166 build_os = linux-gnu167 build_vendor = unknown168 builddir = .169 datadir = ${datarootdir}170 datarootdir = ${prefix}/share171 docdir = ${datarootdir}/doc/${PACKAGE}172 dvidir = ${docdir}173 exec_prefix = ${prefix}174 host = x86_64-unknown-linux-gnu175 host_alias =176 host_cpu = x86_64177 host_os = linux-gnu178 host_vendor = unknown179 htmldir = ${docdir}180 includedir = ${prefix}/include181 infodir = ${datarootdir}/info182 install_sh = $(SHELL) /home/r/proj/vba/trunk/install-sh183 libdir = ${exec_prefix}/lib184 libexecdir = ${exec_prefix}/libexec185 localedir = ${datarootdir}/locale186 localstatedir = ${prefix}/var187 mandir = ${datarootdir}/man188 mkdir_p = /bin/mkdir -p189 oldincludedir = /usr/include190 pdfdir = ${docdir}191 prefix = /usr/local192 program_transform_name = s,x,x,193 psdir = ${docdir}194 sbindir = ${exec_prefix}/sbin195 sharedstatedir = ${prefix}/com196 srcdir = .197 sysconfdir = ${prefix}/etc198 target = x86_64-unknown-linux-gnu199 target_alias =200 target_cpu = x86_64201 target_os = linux-gnu202 target_vendor = unknown203 top_builddir = ../..204 top_srcdir = ../..205 noinst_LIBRARIES = libprof.a206 libprof_a_SOURCES = \207 gmon.h \208 gmon_out.h \209 prof.cpp \210 prof.h212 all: all-am214 .SUFFIXES:215 .SUFFIXES: .cpp .o .obj216 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)217 @for dep in $?; do \218 case '$(am__configure_deps)' in \219 *$$dep*) \220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \221 && exit 0; \222 exit 1;; \223 esac; \224 done; \225 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/prof/Makefile'; \226 cd $(top_srcdir) && \227 $(AUTOMAKE) --gnu src/prof/Makefile228 .PRECIOUS: Makefile229 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status230 @case '$?' in \231 *config.status*) \232 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \233 *) \234 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \235 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \236 esac;238 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)239 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh241 $(top_srcdir)/configure: $(am__configure_deps)242 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh243 $(ACLOCAL_M4): $(am__aclocal_m4_deps)244 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh246 clean-noinstLIBRARIES:247 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)248 libprof.a: $(libprof_a_OBJECTS) $(libprof_a_DEPENDENCIES)249 -rm -f libprof.a250 $(libprof_a_AR) libprof.a $(libprof_a_OBJECTS) $(libprof_a_LIBADD)251 $(RANLIB) libprof.a253 mostlyclean-compile:254 -rm -f *.$(OBJEXT)256 distclean-compile:257 -rm -f *.tab.c259 include ./$(DEPDIR)/prof.Po261 $(OBJDIR)/%.o: %.cpp262 $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<263 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po264 # source='$<' object='$@' libtool=no \265 # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \266 # $(CXXCOMPILE) -c -o $@ $<268 .cpp.obj:269 $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`270 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po271 # source='$<' object='$@' libtool=no \272 # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \273 # $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`275 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)276 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \277 unique=`for i in $$list; do \278 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \279 done | \280 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \281 END { if (nonempty) { for (i in files) print i; }; }'`; \282 mkid -fID $$unique283 tags: TAGS285 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \286 $(TAGS_FILES) $(LISP)287 tags=; \288 here=`pwd`; \289 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \290 unique=`for i in $$list; do \291 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \292 done | \293 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \294 END { if (nonempty) { for (i in files) print i; }; }'`; \295 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \296 test -n "$$unique" || unique=$$empty_fix; \297 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \298 $$tags $$unique; \299 fi300 ctags: CTAGS301 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \302 $(TAGS_FILES) $(LISP)303 tags=; \304 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \305 unique=`for i in $$list; do \306 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \307 done | \308 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \309 END { if (nonempty) { for (i in files) print i; }; }'`; \310 test -z "$(CTAGS_ARGS)$$tags$$unique" \311 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \312 $$tags $$unique314 GTAGS:315 here=`$(am__cd) $(top_builddir) && pwd` \316 && cd $(top_srcdir) \317 && gtags -i $(GTAGS_ARGS) $$here319 distclean-tags:320 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags322 distdir: $(DISTFILES)323 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \324 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \325 list='$(DISTFILES)'; \326 dist_files=`for file in $$list; do echo $$file; done | \327 sed -e "s|^$$srcdirstrip/||;t" \328 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \329 case $$dist_files in \330 */*) $(MKDIR_P) `echo "$$dist_files" | \331 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \332 sort -u` ;; \333 esac; \334 for file in $$dist_files; do \335 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \336 if test -d $$d/$$file; then \337 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \338 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \339 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \340 fi; \341 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \342 else \343 test -f $(distdir)/$$file \344 || cp -p $$d/$$file $(distdir)/$$file \345 || exit 1; \346 fi; \347 done348 check-am: all-am349 check: check-am350 all-am: Makefile $(libprof_a_OBJECTS)351 installdirs:352 install: install-am353 install-exec: install-exec-am354 install-data: install-data-am355 uninstall: uninstall-am357 install-am: all-am358 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am360 installcheck: installcheck-am361 install-strip:362 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \363 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \364 `test -z '$(STRIP)' || \365 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install366 mostlyclean-generic:368 clean-generic:370 distclean-generic:371 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)373 maintainer-clean-generic:374 @echo "This command is intended for maintainers to use"375 @echo "it deletes files that may require special tools to rebuild."376 clean: clean-am378 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am380 distclean: distclean-am381 -rm -rf ./$(DEPDIR)382 -rm -f Makefile383 distclean-am: clean-am distclean-compile distclean-generic \384 distclean-tags386 dvi: dvi-am388 dvi-am:390 html: html-am392 info: info-am394 info-am:396 install-data-am:398 install-dvi: install-dvi-am400 install-exec-am:402 install-html: install-html-am404 install-info: install-info-am406 install-man:408 install-pdf: install-pdf-am410 install-ps: install-ps-am412 installcheck-am:414 maintainer-clean: maintainer-clean-am415 -rm -rf ./$(DEPDIR)416 -rm -f Makefile417 maintainer-clean-am: distclean-am maintainer-clean-generic419 mostlyclean: mostlyclean-am421 mostlyclean-am: mostlyclean-compile mostlyclean-generic423 pdf: pdf-am425 pdf-am:427 ps: ps-am429 ps-am:431 uninstall-am:433 .MAKE: install-am install-strip435 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \436 clean-noinstLIBRARIES ctags distclean distclean-compile \437 distclean-generic distclean-tags distdir dvi dvi-am html \438 html-am info info-am install install-am install-data \439 install-data-am install-dvi install-dvi-am install-exec \440 install-exec-am install-html install-html-am install-info \441 install-info-am install-man install-pdf install-pdf-am \442 install-ps install-ps-am install-strip installcheck \443 installcheck-am installdirs maintainer-clean \444 maintainer-clean-generic mostlyclean mostlyclean-compile \445 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \446 uninstall-am448 # Tell versions [3.59,3.63) of GNU make to not export all variables.449 # Otherwise a system limit (for SysV at least) may be exceeded.450 .NOEXPORT: