mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-05 11:51:18 +01:00
8 lines
276 B
Makefile
8 lines
276 B
Makefile
INCLUDES = -I@srcdir@/../
|
|
noinst_LIBRARIES = libDebugTools.a
|
|
|
|
libDebugTools_a_SOURCES = \
|
|
cpuopsDebug.c Debug.h.bak DisR3000asm.c DisVU0Micro.c DisVUops.h \
|
|
cpuopsDebug.h DisASM.h DisR5900asm.c DisVU1Micro.c \
|
|
Debug.h DisR3000A.c DisR5900.c DisVUmicro.h
|