mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-22 04:01:11 +00:00
8cb963858f
"accidently" port over newtree's svga stuff (I copied the wrong file then cleaned up the resulting mess:) Makefile.am include/Makefile.am doc/Makefile.am source/Makefile.am: fix things up so doc no longer causes make to barf and makd dist works source/dirent.c source/fnmatch.c source/in_svgalib.c source/vid_3dfxsvga.c source/vid_mgl.c source/vid_wgl.c: needed for make dist. No, nuq-3dfx does not get created (I don't have the libs or card)
9 lines
333 B
Makefile
9 lines
333 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = include source doc
|
|
|
|
EXTRA_DIST = RPM/build_rpm.in RPM/nuq.spec.in \
|
|
tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \
|
|
tools/gas2masm/gas2masm.dsp tools/gas2masm/gas2masm.dsw \
|
|
tools/gas2masm/gas2masm.mak tools/gas2masm/gas2masm.mdp
|