7 lines
330 B
Makefile
7 lines
330 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
noinst_LIBRARIES = libints.a
|
|
libints_a_SOURCES = mouse.cpp xms.cpp xms.h ems.cpp \
|
|
int10.cpp int10.h int10_char.cpp int10_memory.cpp int10_misc.cpp int10_modes.cpp \
|
|
int10_vesa.cpp int10_pal.cpp int10_put_pixel.cpp \
|
|
bios.cpp bios_disk.cpp bios_keyboard.cpp
|