mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-21 09:18:18 +00:00
Linux: Get the main program compiling again. I'll work on the plugins later.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@590 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
f4d1e632a0
commit
53bfe7cab1
@ -1,4 +1,4 @@
|
||||
INCLUDES = -I@srcdir@/../ -I@srcdir@/../common/
|
||||
INCLUDES = -I@srcdir@/../ -I@srcdir@/../../common/include -I@srcdir@/../../3rdparty
|
||||
noinst_LIBRARIES = libDebugTools.a
|
||||
|
||||
libDebugTools_a_SOURCES = \
|
||||
|
@ -1,4 +1,4 @@
|
||||
INCLUDES = -I@srcdir@/../ -I@srcdir@/../x86 -I@srcdir@/../common/
|
||||
INCLUDES = -I@srcdir@/../ -I@srcdir@/../x86 -I@srcdir@/../../common/include -I@srcdir@/../../3rdparty
|
||||
noinst_LIBRARIES = libIPU.a
|
||||
|
||||
libIPU_a_SOURCES = IPU.cpp yuv2rgb.cpp coroutine.cpp \
|
||||
|
@ -1,4 +1,4 @@
|
||||
INCLUDES = -I@srcdir@/../ -I@srcdir@/../../ -I@srcdir@/../../common/
|
||||
INCLUDES = -I@srcdir@/../ -I@srcdir@/../../ -I@srcdir@/../../../common/include -I@srcdir@/../../../3rdparty
|
||||
noinst_LIBRARIES = libmpeg2IPU.a
|
||||
|
||||
libmpeg2IPU_a_SOURCES = Idct.cpp Mpeg.cpp Mpeg.h Vlc.h
|
@ -1,5 +1,5 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
INCLUDES = $(shell pkg-config --cflags gtk+-2.0) -I@srcdir@/../ -I@srcdir@/../common/
|
||||
INCLUDES = $(shell pkg-config --cflags gtk+-2.0) -I@srcdir@/../ -I@srcdir@/../../common/include -I@srcdir@/../../3rdparty
|
||||
|
||||
bin_PROGRAMS = pcsx2
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
INCLUDES = -I@srcdir@/x86/ -I@srcdir@/common/
|
||||
INCLUDES = -I@srcdir@/x86/ -I@srcdir@/../common/include -I@srcdir@/../3rdparty
|
||||
noinst_LIBRARIES = libpcsx2.a
|
||||
|
||||
libpcsx2_a_SOURCES = \
|
||||
|
@ -1,4 +1,4 @@
|
||||
INCLUDES = -I@srcdir@/../ -I@srcdir@/../common/
|
||||
INCLUDES = -I@srcdir@/../ -I@srcdir@/../../common/include -I@srcdir@/../../3rdparty
|
||||
noinst_LIBRARIES = libRDebug.a
|
||||
|
||||
libRDebug_a_SOURCES = \
|
||||
|
@ -125,7 +125,7 @@ AC_OUTPUT([
|
||||
tinyxml/Makefile
|
||||
x86/Makefile
|
||||
x86/ix86/Makefile
|
||||
3rdparty/zlib/Makefile
|
||||
../3rdparty/zlib/Makefile
|
||||
])
|
||||
|
||||
dnl bindir = pcsx2exe
|
||||
|
@ -1,4 +1,4 @@
|
||||
INCLUDES = -I@srcdir@/../ -I@srcdir@/../common/ -I@srcdir@/../IPU/
|
||||
INCLUDES = -I@srcdir@/../ -I@srcdir@/../../common/include -I@srcdir@/../IPU/ -I@srcdir@/../../3rdparty
|
||||
noinst_LIBRARIES = libx86recomp.a
|
||||
|
||||
# have to add the sources instead of making a library since the linking is complicated
|
||||
|
@ -1,4 +1,4 @@
|
||||
INCLUDES = -I@srcdir@/.. -I@srcdir@/../../ -I@srcdir@/../../common/
|
||||
INCLUDES = -I@srcdir@/.. -I@srcdir@/../../ -I@srcdir@/../../../common/include -I@srcdir@/../../../3rdparty
|
||||
noinst_LIBRARIES = libix86.a
|
||||
|
||||
libix86_a_SOURCES = ix86_tools.cpp ix86_3dnow.cpp ix86.cpp ix86_cpudetect.cpp ix86_fpu.cpp ix86.h ix86_sse.cpp ix86_mmx.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user