diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-07-14 07:36:37 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-07-14 07:36:37 +0200 |
commit | 20e2097e286bc41a36671cb78c2ad7039f505a66 (patch) | |
tree | b3541b138e948c5ead57cc78007cad1fad23755e /Makefile | |
parent | 0e479472c1cb418303ea61ade88870298730d847 (diff) |
Cleaning up cruft.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 53 |
1 files changed, 0 insertions, 53 deletions
@@ -37,59 +37,6 @@ ifeq ($(SYSTEM),Darwin) ARCH_FLAGS = -arch i386 LD = clang++ -arch i386 STRIP = strip -x - ifeq ($(TRUESYSTEM),Linux) - CROSSCOMPILE = true - ARCH_FLAGS = - CC = i686-apple-darwin9-gcc - CXX = i686-apple-darwin9-g++ - LD = i686-apple-darwin9-g++ -arch i386 -mmacosx-version-min=10.5 - STRIP = i686-apple-darwin9-strip -x - AS = i686-apple-darwin9-as -arch i386 - AR = i686-apple-darwin9-ar rcs - endif -endif - -ifeq ($(SYSTEM),MINGW32) - BINEXT = exe - COMPILE_PTHREADS = true - CONFIG_H = Balau/mingw32-config.h - INCLUDES += Balau/win32/iconv Balau/win32/pthreads-win32 Balau/win32/regex Balau/win32/dbghelp - LIBS += ws2_32 ntdll - ifeq ($(TRUESYSTEM),Linux) - ifeq ($(DISTRIB),CentOS) - CROSSCOMPILE = true - CC = i686-pc-mingw32-gcc - CXX = i686-pc-mingw32-g++ - LD = i686-pc-mingw32-g++ - AS = i686-pc-mingw32-gcc -c - STRIP = i686-pc-mingw32-strip --strip-unneeded - WINDRES = i686-pc-mingw32-windres - AR = i686-pc-mingw32-ar rcs - LUAJIT_CROSS = i686-pc-mingw32- - else - CROSSCOMPILE = true - CC = i586-mingw32msvc-gcc - CXX = i586-mingw32msvc-g++ - LD = i586-mingw32msvc-g++ - AS = i586-mingw32msvc-gcc -c - STRIP = i586-mingw32msvc-strip --strip-unneeded - WINDRES = i586-mingw32msvc-windres - AR = i586-mingw32msvc-ar rcs - LUAJIT_CROSS = i586-mingw32msvc- - endif - LUAJIT_TARGET = Windows - endif - - ifeq ($(TRUESYSTEM),Darwin) - CROSSCOMPILE = true - CC = i386-mingw32-gcc - CXX = i386-mingw32-g++ - LD = i386-mingw32-g++ - AS = i386-mingw32-gcc -c - STRIP = i386-mingw32-strip --strip-unneeded - WINDRES = i386-mingw32-windres - AR = i386-mingw32-ar rcs - endif endif ifeq ($(SYSTEM),Linux) |