mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-14 06:45:07 +01:00
8 lines
226 B
Makefile
8 lines
226 B
Makefile
INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)
|
|
|
|
noinst_LIBRARIES = libmachdep.a
|
|
|
|
libmachdep_a_SOURCES = support.c
|
|
|
|
noinst_HEADERS = machdep.h m68k.h m68kops.h maccess.h rpt.h
|