dxx-rebirth/arch/sdl/Makefile.am
2002-03-23 10:29:38 +00:00

24 lines
472 B
Makefile

EXTRA_SUBDIRS = include
noinst_LIBRARIES = libarch_sdl.a
INCLUDES = -I$(top_srcdir)/arch/include -I$(top_srcdir)/include -I$(top_srcdir)/main
JOYSTICK_SRCS = joy.c joydefs.c
if !USE_SVGALIB
if !USE_GGI
INPUT_SRCS = event.c key.c mouse.c
endif
endif
if !USE_OPENGL
VIDEO_SRCS = gr.c
endif
libarch_sdl_a_SOURCES = ${JOYSTICK_SRCS} ${VIDEO_SRCS} ${INPUT_SRCS} \
cdrom.c digi.c init.c timer.c
EXTRA_libarch_sdl_a_SOURCES = \
event.c gr.c joy.c joydefs.c key.c mouse.c