]> icculus.org git repositories - btb/d2x.git/blob - arch/win32/Makefile.am
Moved win32_* to win32/* (a la d1x), starting to get net working.
[btb/d2x.git] / arch / win32 / Makefile.am
1 EXTRA_SUBDIRS = include
2
3 noinst_LIBRARIES = libarch_win32.a
4
5 INCLUDES = -I$(top_srcdir)/includes -I$(srcdir)/include
6
7 if USE_NETWORK
8 libarch_win32_a_SOURCES = findfile.c winnet.c ipx_win.c
9 else
10 libarch_win32_a_SOURCES = findfile.c
11 endif
12
13 EXTRA_DIST = \
14
15 dist-hook:
16         list='$(EXTRA_SUBDIRS)'; for subdir in $$list; do \
17          ( cd $(srcdir) && tar --exclude=CVS -cf - $$subdir ) \
18           | ( cd $(distdir) && tar xf - ) \
19         done
20 CVS Makefile.am Makefile.am~ Makefile.in d1x.ico d1x.rc d3d.ico d3dframe debug.cpp descent.ico digi.c findfile.c glinit.c gr.c hmpfile.c include init.c ipx_win.c joydefs.c joyhh.c key.c mono.c mouse.c palw32.c pch.cpp scene.cpp serial.c texture.cpp timer.c win32.c winmain.cpp winnet.c