Commit Graph

490 Commits

Author SHA1 Message Date
Andre Heider
be0885e9d1 Revert r48979. Instead, make the HQ scalers depend on the normal ones. Configure reflects that now.
svn-id: r48996
2010-05-10 17:25:12 +00:00
Max Horn
ea964491a0 Revise how prefix, datadir etc. are handled.
With these changes, we are a bit closer to how autoconf works, the
de-facto standard for configure scripts. The changes make it easier
for packagers to modify where ScummVM install things (e.g. the
Maemo port might benefit from this). It is now also trivial to
override certain paths when invoking make, e.g. you can now do
  make install prefix=/opt
and also datadir, mandir etc. will reflect the change.

svn-id: r48989
2010-05-09 20:42:18 +00:00
Andre Heider
09a54d765f Fallback to the nasm compatible yasm.
svn-id: r48980
2010-05-09 13:31:34 +00:00
Andre Heider
a3e428f6db Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to configure.
svn-id: r48977
2010-05-09 11:00:17 +00:00
Andre Heider
67d9cc17b0 Lets not override the return value in cc_check()
svn-id: r48969
2010-05-08 20:52:17 +00:00
Andre Heider
bcbbe36976 Cleanup, remove tmp files to avoid /tmp file flood (like on buildbot).
svn-id: r48968
2010-05-08 20:22:50 +00:00
Yotam Barnoy
20c0710db9 Modified configure to support PSP profiling
svn-id: r48803
2010-04-26 12:11:19 +00:00
Joost Peters
6a368a2c01 set cxx_verc_fail=no when MIPSpro 7.4.4 is detected + proper MIPSpro capitalization
svn-id: r48770
2010-04-22 15:30:26 +00:00
Ori Avtalion
09c0e55306 Fix for #2985480 - AMIGAOS4: Compiler errors on ./configure
svn-id: r48688
2010-04-17 15:03:16 +00:00
Max Horn
17c0c846aa Remove type_4_byte='long' FIXMEs from configure
Since no porter complained about these during the last release,
this should be safe. In any case it would be trivial to put them
back, but that is only acceptable if an explanatory comment is
included.

svn-id: r48676
2010-04-16 20:48:45 +00:00
Max Horn
85f0fceef3 Fix stupid mistake
svn-id: r48672
2010-04-16 13:03:26 +00:00
Max Horn
050d034d79 Enable more ARM asm on arm-linux targets
svn-id: r48671
2010-04-16 12:58:42 +00:00
Max Horn
09a01c71dd Trying to fix DC port compilation
svn-id: r48669
2010-04-16 12:49:48 +00:00
Max Horn
418bcdad7d Change configure entries for NDS and DC ports to use _port_mk
svn-id: r48664
2010-04-16 10:59:23 +00:00
Yotam Barnoy
9a2eac7eee PSP: refactoring/redesign of the backend
svn-id: r48632
2010-04-12 06:49:05 +00:00
Max Horn
2e6b40798d Change 'head -1' to (hopefully more portable) 'head -n1'
svn-id: r48619
2010-04-11 16:27:11 +00:00
Max Horn
982cf40067 Yet another attempt to fix cc_check_define: make it only link, but not compile, the test code
svn-id: r48603
2010-04-09 15:47:49 +00:00
Willem Jan Palenstijn
0768eda964 Change outdated configure status message
svn-id: r48602
2010-04-09 14:30:10 +00:00
Max Horn
f360dcac90 Change cc_check to always pass LDFLAGS (it already always passed CXXFLAGS), and adapt calling code accordingly
svn-id: r48601
2010-04-09 14:23:30 +00:00
Max Horn
a1fde3a03f Trying to fix cc_check_define breakage for cross platform builds which *require* a non-trivial LDFLAGS & CXXFLAGS; applying same fix to the memalign test code
svn-id: r48600
2010-04-09 14:13:37 +00:00
Ori Avtalion
92817e84ca Use head -1 instead of grep -m (non-POSIX flag)
svn-id: r48599
2010-04-09 14:12:20 +00:00
Ori Avtalion
3558ccccc4 Have cc_check_define return 0 on success
svn-id: r48597
2010-04-09 13:10:33 +00:00
Ori Avtalion
641f061645 Fix configure script on cross-platform environments
svn-id: r48596
2010-04-09 12:46:13 +00:00
Ori Avtalion
be31842b1c Future-proof gcc >= 4.3 test (Will break on version 5.0)
svn-id: r48595
2010-04-09 12:30:45 +00:00
Ori Avtalion
f2f0e1aa67 Simplify GCC version tests, add support for the clang compiler
svn-id: r48594
2010-04-09 12:23:43 +00:00
Max Horn
1eda07f524 configure: document --enable-release and --enable-profiling
svn-id: r48399
2010-03-24 23:19:42 +00:00
Paweł Kołodziejski
51110f4be9 not need this for samsungtv
svn-id: r48395
2010-03-24 21:25:18 +00:00
Paweł Kołodziejski
d377ef5626 update samsungtv toolchain prefix
svn-id: r48380
2010-03-24 16:40:35 +00:00
Paweł Kołodziejski
958fa8d5cb cleanup samsungtv sdl-config
svn-id: r48251
2010-03-13 19:30:12 +00:00
Paweł Kołodziejski
124d1cacac rename samygo to cl
svn-id: r48250
2010-03-13 18:19:43 +00:00
Max Horn
ae3cf39763 Patch #2967256: Bashisms in configure break build on Solaris
svn-id: r48219
2010-03-10 10:57:03 +00:00
Johannes Schickel
6dacac2187 Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matches all the external library use too).
svn-id: r48208
2010-03-08 23:56:59 +00:00
Jordi Vilalta Prat
3c9377af08 Remove a reference to the old MorphOS backend in configure.
svn-id: r48157
2010-02-28 20:42:07 +00:00
Jordi Vilalta Prat
22e5a557b7 Added the svn:keywords property to some files missing it.
svn-id: r48148
2010-02-27 17:02:58 +00:00
John Willis
ed11cd3980 configure: Remove angstrom-* from the ARM compiler check as angstrom can be built for ARM and many other architectures. arm*-linux-gnueabi will pick up Angstrom toolchains anyway.
svn-id: r48116
2010-02-23 21:01:05 +00:00
Jordi Vilalta Prat
0d464397a6 Remove what looks like reminders of debug output in the configure script
svn-id: r47811
2010-02-02 11:48:28 +00:00
Jordi Vilalta Prat
7f4a1d7d90 Sort several lists alphabetically in the configure script
svn-id: r47810
2010-02-02 11:46:35 +00:00
Johannes Schickel
aed02365ec Strip trailing spaces/tabs.
svn-id: r47541
2010-01-25 01:39:44 +00:00
Eugene Sandulenko
286d18b423 Fix bug #2924680: "Large file support" with patch from same bugreport. Thanks to wjp.
svn-id: r47293
2010-01-13 20:56:21 +00:00
Max Horn
df81b68967 Change BS 1 & 2 to I & II (see discussion on -devel)
svn-id: r46951
2010-01-03 21:20:05 +00:00
Eugene Sandulenko
fb8ecae7f1 Add Mohawk engine code. Part 2/3: common code changes.
svn-id: r46728
2009-12-29 23:20:23 +00:00
Oystein Eftevaag
4950d0de78 Look for Makefile.common instead of Makefile, when determining whether or not we need to generate a Makefile for building outside the source tree. This to make sure any changes will actually take effect
svn-id: r46598
2009-12-26 17:46:22 +00:00
Oystein Eftevaag
d2ac036269 Fixed sentence -> buildbot rebuild
svn-id: r46595
2009-12-26 16:59:14 +00:00
Oystein Eftevaag
9d70103d9c The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X
svn-id: r46581
2009-12-26 13:35:57 +00:00
Eugene Sandulenko
bac7961b3f Patch #2896875: "dist update for linuxmoto-platform"
svn-id: r46491
2009-12-22 23:37:31 +00:00
Vladimir Menshakov
1bd23f11d5 added known bugs file, enabled teenagent in configure.
svn-id: r46383
2009-12-15 09:03:04 +00:00
Yotam Barnoy
6dad0ab29e PSP: experiment to help resolve flicker bug
svn-id: r46239
2009-12-02 20:25:01 +00:00
Joost Peters
0894fa39b2 Proper GameCube capitalization.
Is there another way to force buildbot rebuilds?  We're starting to run out of these trivial changes =)

svn-id: r46208
2009-11-30 00:13:04 +00:00
Robert Špalek
1c43f446c0 Enable Dragon History
I consider it stable now

svn-id: r46172
2009-11-28 01:03:26 +00:00
Joost Peters
a04f2e4aff apply patch #2903175: "PSP: compile cleanup/fix for gprof and Windows"
svn-id: r46134
2009-11-25 00:22:38 +00:00