]> icculus.org git repositories - btb/d2x.git/blob - arch/Makefile.am
This commit was manufactured by cvs2svn to create tag 'd2x-0_0_9'.
[btb/d2x.git] / arch / Makefile.am
1 SUBDIRS = dos linux ogl sdl win32
2
3 noinst_LIBRARIES = libarch.a
4 INCLUDES = -I $(top_srcdir)/includes -I $(top_srcdir)/main
5
6 libarch_a_SOURCES = \
7 dos_init.c dos_vesa.c dos_findfile.c dos_dpmi.c dos_ipx.c \
8 linux_init.c linux_findfile.c linux_net.c linux_ipx_bsd.c \
9 linux_ipx_lin.c linux_ipx_udp.c \
10 sdl_init.c sdl_timer.c
11
12 SUFFIXES = .asm
13 %.o: %.asm
14         $(NASM) $(NASMFLAGS) $< -o $@
15
16 if ENV_DJGPP
17 libarch_a_LIBADD += dos_timer.o dos_modex.o
18 endif
19
20 EXTRA_DIST = \
21 dos_tweak.inc dos_vgaregs.inc \
22 dos_modex.asm dos_timer.asm