mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
make distcheck fixes
This commit is contained in:
parent
981622f969
commit
3b0dbd29ca
6 changed files with 59 additions and 9 deletions
|
@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS= foreign
|
|||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS=RPM debian desktop doc include libs hw nq qtv qw tools ruamoko \
|
||||
pkg-config
|
||||
pkg-config vc2005 vc2008
|
||||
|
||||
## configure.ac needs to be listed here for older autoconfs
|
||||
EXTRA_DIST= ChangeLog configure.ac \
|
||||
|
|
|
@ -90,3 +90,6 @@
|
|||
|
||||
debian/Makefile
|
||||
desktop/Makefile
|
||||
|
||||
vc2005/Makefile
|
||||
vc2008/Makefile
|
||||
|
|
|
@ -15,8 +15,7 @@ EXTRA_DIST = asm_i386.h alsa_funcs_list.h adivtab.h anorm_dots.h anorms.h \
|
|||
\
|
||||
qw/bothdefs.h qw/msg_backbuf.h qw/msg_ucmd.h qw/pmove.h qw/protocol.h \
|
||||
\
|
||||
win32/fnmatch.h \
|
||||
win32/dirent.h win32/fnmatch.h win32/stdint.h \
|
||||
\
|
||||
win32/resources/icon1.ico win32/resources/quakeforge.rc \
|
||||
win32/resources/resource.h
|
||||
|
||||
win32/resources/icon1Vista.ico win32/resources/icon1XP.ico \
|
||||
win32/resources/quakeforge.rc win32/resources/resource.h
|
||||
|
|
|
@ -47,9 +47,9 @@ menu.dat$(GZ): $(menu_obj) $(QFCC_DEP) ../lib/libcsqc.a ../lib/libr.a ../gui/lib
|
|||
$(GZIP)
|
||||
|
||||
EXTRA_DIST= $(menu_src) \
|
||||
Frame.h HUD.h \
|
||||
client_menu.h controls_o.h \
|
||||
menu.h options.h \
|
||||
options_util.h servlist.h \
|
||||
CrosshairCvar.h CrosshairView.h CvarColor.h CvarColorView.h CvarObject.h \
|
||||
CvarRange.h CvarRangeView.h CvarToggle.h CvarToggleView.h Frame.h HUD.h \
|
||||
MenuGroup.h MouseToggle.h ProxyView.h RunToggle.h client_menu.h \
|
||||
controls_o.h menu.h options.h options_util.h plistmenu.h servlist.h \
|
||||
menu.plist
|
||||
CLEANFILES= *.dat *.sym *.gz *.qfo
|
||||
|
|
24
vc2005/Makefile.am
Normal file
24
vc2005/Makefile.am
Normal file
|
@ -0,0 +1,24 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
AUTOMAKE_OPTIONS= foreign
|
||||
EXTRA_DIST =
|
||||
Makefile.am QuakeForge-VS8-Express.sln QuakeForge-VS8.sln \
|
||||
bsp2img/bsp2img.vcproj builtins/builtins.vcproj clean.ps1 \
|
||||
common/common.vcproj console/console.vcproj \
|
||||
console_client/console_client.vcproj console_server/console_server.vcproj \
|
||||
engine/engine.vcproj gib/gib.vcproj hw-master/hw-master.vcproj \
|
||||
image/image.vcproj include/config.h models-sw/models-sw.vcproj \
|
||||
models/models.vcproj modelsgl/modelsgl.vcproj net-main/net-main.vcproj \
|
||||
net/net.vcproj nq-common/nq-common.vcproj nq-sdl/nq-sdl.vcproj \
|
||||
nq-sdl32/nq-sdl32.vcproj nq-server/nq-server.vcproj nq-sgl/nq-sgl.vcproj \
|
||||
nq-wgl/nq-wgl.vcproj nq/nq.vcproj pak/pak.vcproj qfbsp/qfbsp.vcproj \
|
||||
qfcc/FlexBison.rules qfcc/qfcc.vcproj qfclient/qfclient.vcproj \
|
||||
qflight/qflight.vcproj qfmodelgen/qfmodelgen.vcproj \
|
||||
qfprogs/qfprogs.vcproj qfserver/qfserver.vcproj qfvis/qfvis.vcproj \
|
||||
qfwavinfo/qfwavinfo.vcproj qtv/qtv.vcproj \
|
||||
qw-client-sdl/qw-client-sdl.vcproj qw-client-sdl32/qw-client-sdl32.vcproj \
|
||||
qw-client-sgl/qw-client-sgl.vcproj qw-client-wgl/qw-client-wgl.vcproj \
|
||||
qw-master/qw-master.vcproj qw/qw.vcproj readme.txt ruamoko/ruamoko.vcproj \
|
||||
sound/sound.vcproj util/util.vcproj video-sdl/video-sdl.vcproj \
|
||||
video-sgl/video-sgl.vcproj video-sw/video-sw.vcproj \
|
||||
video-sw32/video-sw32.vcproj video-wgl/video-wgl.vcproj \
|
||||
video/video.vcproj videogl/videogl.vcproj wad/wad.vcproj
|
24
vc2008/Makefile.am
Normal file
24
vc2008/Makefile.am
Normal file
|
@ -0,0 +1,24 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
AUTOMAKE_OPTIONS= foreign
|
||||
EXTRA_DIST =
|
||||
Makefile.am QuakeForge.sln bsp2img/bsp2img.vcproj \
|
||||
builtins/builtins.vcproj clean.ps1 common/common.vcproj \
|
||||
console/console.vcproj console_client/console_client.vcproj \
|
||||
console_server/console_server.vcproj engine/engine.vcproj gib/gib.vcproj \
|
||||
hw-master/hw-master.vcproj image/image.vcproj include/config.h \
|
||||
models-sw/models-sw.vcproj models/models.vcproj modelsgl/modelsgl.vcproj \
|
||||
net-main/net-main.vcproj net/net.vcproj nq-common/nq-common.vcproj \
|
||||
nq-sdl/nq-sdl.vcproj nq-sdl32/nq-sdl32.vcproj nq-server/nq-server.vcproj \
|
||||
nq-sgl/nq-sgl.vcproj nq-wgl/nq-wgl.vcproj nq/nq.vcproj pak/pak.vcproj \
|
||||
qfbsp/qfbsp.vcproj qfcc/FlexBison.rules qfcc/qfcc.vcproj \
|
||||
qfclient/qfclient.vcproj qflight/qflight.vcproj \
|
||||
qfmodelgen/qfmodelgen.vcproj qfprogs/qfprogs.vcproj \
|
||||
qfserver/qfserver.vcproj qfvis/qfvis.vcproj qfwavinfo/qfwavinfo.vcproj \
|
||||
qtv/qtv.vcproj qw-client-sdl/qw-client-sdl.vcproj \
|
||||
qw-client-sdl32/qw-client-sdl32.vcproj qw-client-sgl/qw-client-sgl.vcproj \
|
||||
qw-client-wgl/qw-client-wgl.vcproj qw-master/qw-master.vcproj \
|
||||
qw/qw.vcproj readme.txt ruamoko/ruamoko.vcproj sound/sound.vcproj \
|
||||
util/util.vcproj video-sdl/video-sdl.vcproj video-sgl/video-sgl.vcproj \
|
||||
video-sw/video-sw.vcproj video-sw32/video-sw32.vcproj \
|
||||
video-wgl/video-wgl.vcproj video/video.vcproj videogl/videogl.vcproj \
|
||||
wad/wad.vcproj
|
Loading…
Add table
Add a link
Reference in a new issue