mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
10 lines
314 B
Text
10 lines
314 B
Text
|
## Process this file with automake to produce Makefile.in
|
||
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
SUBDIRS = include source doc RPM
|
||
|
|
||
|
EXTRA_DIST = tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \
|
||
|
tools/gas2masm/gas2masm.dsp tools/gas2masm/gas2masm.dsw \
|
||
|
tools/gas2masm/gas2masm.mak tools/gas2masm/gas2masm.mdp \
|
||
|
bootstrap
|