Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Side by Side Diff: third_party/yasm/source/config/ios/Makefile

Issue 19777003: yasm: add support for targeting iOS (at least simulator) by copying mac->ios (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/yasm/README.chromium ('k') | third_party/yasm/source/config/ios/config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # Makefile. Generated from Makefile.in by configure. 2 # Makefile. Generated from Makefile.in by configure.
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
9 9
10 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
(...skipping 3802 matching lines...) Expand 10 before | Expand all | Expand 10 after
3813 3813
3814 all-local: python-build 3814 all-local: python-build
3815 install-exec-hook: python-install 3815 install-exec-hook: python-install
3816 uninstall-hook: python-uninstall 3816 uninstall-hook: python-uninstall
3817 3817
3818 genstring.$(OBJEXT): genstring.c 3818 genstring.$(OBJEXT): genstring.c
3819 $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f genstr ing.c || echo '$(srcdir)/'`genstring.c 3819 $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f genstr ing.c || echo '$(srcdir)/'`genstring.c
3820 # Tell versions [3.59,3.63) of GNU make to not export all variables. 3820 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3821 # Otherwise a system limit (for SysV at least) may be exceeded. 3821 # Otherwise a system limit (for SysV at least) may be exceeded.
3822 .NOEXPORT: 3822 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/yasm/README.chromium ('k') | third_party/yasm/source/config/ios/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698