mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/branches/pcsx2_0.9.2@159 96395faa-99c1-11dd-bbfe-3dabce05a288
8 lines
No EOL
148 B
Makefile
8 lines
No EOL
148 B
Makefile
INCLUDES = -I../ -I../x86
|
|
noinst_LIBRARIES = libIPU.a
|
|
|
|
libIPU_a_SOURCES = IPU.c IPU.h yuv2rgb.c yuv2rgb.h
|
|
|
|
SUBDIRS = mpeg2lib
|
|
|
|
LDADD = libmpeg2IPU.a
|