Search
lxdream.org :: lxdream/src/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.in
changeset 985:52e64faac752
prev967:ef93b08e2166
next987:3bd03f1ce0a7
author nkeynes
date Tue Feb 24 11:47:41 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Set the source-type flags to -D__EXTENSIONS__ -U__STRICT_ANSI__ - this seems
to work correctly on all the platforms we care about at the moment.
Tweak the gcc-detection slightly (it was getting it wrong on some gcc builds)
file annotate diff log raw
1.1 --- a/src/Makefile.in Thu Jan 15 11:18:10 2009 +0000
1.2 +++ b/src/Makefile.in Tue Feb 24 11:47:41 2009 +0000
1.3 @@ -317,7 +317,6 @@
1.4 OBJC = @OBJC@
1.5 OBJCDEPMODE = @OBJCDEPMODE@
1.6 OBJCFLAGS = @OBJCFLAGS@
1.7 -OBJCPP = @OBJCPP@
1.8 OBJEXT = @OBJEXT@
1.9 PACKAGE = @PACKAGE@
1.10 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1.11 @@ -406,7 +405,7 @@
1.12 @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBPNG_CFLAGS@ @PULSE_CFLAGS@ @ESOUND_CFLAGS@ @ALSA_CFLAGS@
1.13
1.14 EXTRA_DIST = drivers/genkeymap.pl checkver.pl
1.15 -AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE
1.16 +AM_CFLAGS = -D__EXTENSIONS__ -U__STRICT_ANSI__
1.17 TESTS = test/testxlt
1.18 BUILT_SOURCES = sh4/sh4core.c sh4/sh4dasm.c sh4/sh4x86.c sh4/sh4stat.c \
1.19 pvr2/gl_slsrc.c drivers/mac_keymap.h version.c
.