dxx-rebirth/arch/sdl/Makefile.am

24 lines
474 B
Makefile
Raw Normal View History

2001-10-19 09:45:02 +00:00
EXTRA_SUBDIRS = include
noinst_LIBRARIES = libarch_sdl.a
2002-02-23 22:02:12 +00:00
INCLUDES = -I$(top_srcdir)/arch/include -I$(top_srcdir)/include -I$(top_srcdir)/main
2001-10-19 09:45:02 +00:00
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
2001-10-31 07:40:51 +00:00
endif
libarch_sdl_a_SOURCES = ${JOYSTICK_SRCS} ${VIDEO_SRCS} ${INPUT_SRCS} \
2002-07-18 08:22:18 +00:00
digi.c init.c rbaudio.c timer.c
EXTRA_libarch_sdl_a_SOURCES = \
event.c gr.c joy.c joydefs.c key.c mouse.c