mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-20 11:37:12 +02:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@544 96395faa-99c1-11dd-bbfe-3dabce05a288
11 lines
319 B
Makefile
11 lines
319 B
Makefile
noinst_LIBRARIES = libZeroGSLinux.a
|
|
|
|
if X86_64
|
|
libZeroGSLinux_a_CPPFLAGS = -fPIC
|
|
libZeroGSLinux_a_CXXFLAGS = -fPIC
|
|
libZeroGSLinux_a_CFLAGS = -fPIC
|
|
endif
|
|
|
|
INCLUDES = $(shell pkg-config --cflags gtk+-2.0) -I@srcdir@/../ -I@srcdir@/../common
|
|
libZeroGSLinux_a_SOURCES = callbacks.c Conf.cpp interface.c Linux.cpp support.c
|