Add .h files to Makeinfo, so that we can generate files based on these too.

(In a future commit)



git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3651 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2011-07-17 09:04:26 +00:00
parent 62dee51b72
commit 1e7fc3c777
103 changed files with 150 additions and 24 deletions
+5 -2
View File
@@ -1,4 +1,6 @@
uqm_SUBDIRS="libs res uqm" uqm_SUBDIRS="libs res uqm"
uqm_CFILES="options.c port.c uqm.c"
uqm_HFILES="config.h endian_uqm.h options.h port.h types.h uqmversion.h"
if [ "$uqm_HAVE_GETOPT_LONG" = 0 ]; then if [ "$uqm_HAVE_GETOPT_LONG" = 0 ]; then
uqm_SUBDIRS="$uqm_SUBDIRS getopt" uqm_SUBDIRS="$uqm_SUBDIRS getopt"
@@ -8,11 +10,12 @@ case "$HOST_SYSTEM" in
Darwin) Darwin)
uqm_SUBDIRS="$uqm_SUBDIRS darwin" uqm_SUBDIRS="$uqm_SUBDIRS darwin"
;; ;;
MSVC)
uqm_HFILES="$uqm_HFILES config_vc6.h"
;;
esac esac
if [ "$uqm_HAVE_REGEX" = 0 ]; then if [ "$uqm_HAVE_REGEX" = 0 ]; then
uqm_SUBDIRS="$uqm_SUBDIRS regex" uqm_SUBDIRS="$uqm_SUBDIRS regex"
fi fi
uqm_CFILES="options.c port.c uqm.c"
+1 -1
View File
@@ -1,2 +1,2 @@
uqm_MFILES="SDLMain.m" uqm_MFILES="SDLMain.m"
uqm_HFILES="SDLMain.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="getopt.c getopt1.c" uqm_CFILES="getopt.c getopt1.c"
uqm_HFILES="getopt.h"
+5
View File
@@ -12,3 +12,8 @@ fi
# uqm_SUBDIRS="$UQM_SUBDIRS debug" # uqm_SUBDIRS="$UQM_SUBDIRS debug"
#fi #fi
uqm_HFILES="alarm.h callback.h cdplib.h compiler.h declib.h file.h gfxlib.h
heap.h inplib.h list.h log.h mathlib.h md5.h memlib.h misc.h net.h
platform.h reslib.h sndlib.h strlib.h tasklib.h threadlib.h
timelib.h uio.h uioutils.h unicode.h vidlib.h"
+1 -1
View File
@@ -1,2 +1,2 @@
uqm_CFILES="alarm.c callback.c" uqm_CFILES="alarm.c callback.c"
uqm_HFILES="alarm.h callback.h"
+2
View File
@@ -1 +1,3 @@
uqm_CFILES="cdp.c cdpapi.c" uqm_CFILES="cdp.c cdpapi.c"
uqm_HFILES="cdp_alli.h cdpapi.h cdp.h cdp_iio.h cdp_imem.h cdpint.h
cdp_isnd.h cdp_ivid.h cdpmod.h windl.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="lzdecode.c lzencode.c update.c" uqm_CFILES="lzdecode.c lzencode.c update.c"
uqm_HFILES="lzh.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="dirs.c files.c" uqm_CFILES="dirs.c files.c"
uqm_HFILES="filintrn.h"
+3
View File
@@ -7,3 +7,6 @@ uqm_CFILES="boxint.c clipline.c cmap.c context.c drawable.c filegfx.c
font.c frame.c gfx_common.c intersec.c loaddisp.c font.c frame.c gfx_common.c intersec.c loaddisp.c
pixmap.c resgfx.c tfb_draw.c tfb_prim.c widgets.c" pixmap.c resgfx.c tfb_draw.c tfb_prim.c widgets.c"
uqm_HFILES="bbox.h cmap.h context.h dcqueue.h drawable.h drawcmd.h font.h
gfx_common.h gfxintrn.h prim.h tfb_draw.h tfb_prim.h widgets.h"
+8 -5
View File
@@ -1,5 +1,8 @@
uqm_CFILES="opengl.c palette.c primitives.c pure.c sdl_common.c uqm_CFILES="opengl.c palette.c primitives.c pure.c sdl_common.c scalers.c
scalers.c 2xscalers.c 2xscalers.c 2xscalers_mmx.c 2xscalers_sse.c 2xscalers_3dnow.c
2xscalers_mmx.c 2xscalers_sse.c 2xscalers_3dnow.c nearest2x.c bilinear2x.c biadv2x.c triscan2x.c hq2x.c canvas.c
nearest2x.c bilinear2x.c biadv2x.c triscan2x.c hq2x.c sdluio.c rotozoom.c"
canvas.c sdluio.c rotozoom.c" uqm_HFILES="2xscalers.h 2xscalers_mmx.h opengl.h palette.h primitives.h
pure.h rotozoom.h scaleint.h scalemmx.h scalers.h sdl_common.h
sdluio.h"
+1 -1
View File
@@ -1,2 +1,2 @@
uqm_CFILES="heap.c" uqm_CFILES="heap.c"
uqm_HFILES="heap.h"
+1
View File
@@ -3,3 +3,4 @@ if [ "$uqm_GFXMODULE" = "sdl" ]; then
fi fi
uqm_CFILES="input_common.c" uqm_CFILES="input_common.c"
uqm_HFILES="inpintrn.h input_common.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="input.c keynames.c vcontrol.c" uqm_CFILES="input.c keynames.c vcontrol.c"
uqm_HFILES="input.h keynames.h vcontrol.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="list.c" uqm_CFILES="list.c"
uqm_HFILES="list.h"
+2
View File
@@ -1,4 +1,5 @@
uqm_CFILES="uqmlog.c" uqm_CFILES="uqmlog.c"
uqm_HFILES="loginternal.h msgbox.h uqmlog.h"
case "$HOST_SYSTEM" in case "$HOST_SYSTEM" in
Darwin) Darwin)
@@ -11,3 +12,4 @@ case "$HOST_SYSTEM" in
uqm_CFILES="$uqm_CFILES msgbox_stub.c" uqm_CFILES="$uqm_CFILES msgbox_stub.c"
;; ;;
esac esac
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="random.c random2.c sqrt.c" uqm_CFILES="random.c random2.c sqrt.c"
uqm_HFILES="mthintrn.h random.h"
+1 -1
View File
@@ -1,2 +1,2 @@
uqm_CFILES="md5.c" uqm_CFILES="md5.c"
uqm_HFILES="md5.h"
+1
View File
@@ -2,3 +2,4 @@ uqm_CFILES="drv_nos.c load_it.c load_mod.c load_s3m.c load_stm.c load_xm.c
mdreg.c mdriver.c mloader.c mdreg.c mdriver.c mloader.c
mlreg.c mlutil.c mmalloc.c mmerror.c mmio.c mplayer.c munitrk.c mlreg.c mlutil.c mmalloc.c mmerror.c mmio.c mplayer.c munitrk.c
mwav.c npertab.c sloader.c virtch.c virtch2.c virtch_common.c" mwav.c npertab.c sloader.c virtch.c virtch2.c virtch_common.c"
uqm_HFILES="mikmod_build.h mikmod.h mikmod_internals.h"
+3
View File
@@ -1,9 +1,12 @@
uqm_SUBDIRS="connect netmanager socket" uqm_SUBDIRS="connect netmanager socket"
uqm_CFILES="netport.c" uqm_CFILES="netport.c"
uqm_HFILES="bytesex.h netport.h network.h"
if [ -n "$uqm_USE_WINSOCK" ]; then if [ -n "$uqm_USE_WINSOCK" ]; then
uqm_CFILES="$uqm_CFILES network_win.c" uqm_CFILES="$uqm_CFILES network_win.c"
if [ -n "$MACRO___MINGW32__" ]; then if [ -n "$MACRO___MINGW32__" ]; then
uqm_CFILES="$uqm_CFILES wspiapiwrap.c" uqm_CFILES="$uqm_CFILES wspiapiwrap.c"
uqm_HFILES="$uqm_HFILES wspiapiwrap.h"
fi fi
else else
uqm_CFILES="$uqm_CFILES network_bsd.c" uqm_CFILES="$uqm_CFILES network_bsd.c"
+1 -1
View File
@@ -1,2 +1,2 @@
uqm_CFILES="connect.c listen.c resolve.c" uqm_CFILES="connect.c listen.c resolve.c"
uqm_HFILES="connect.h listen.h resolve.h"
+4 -1
View File
@@ -1,8 +1,11 @@
uqm_CFILES="ndesc.c" uqm_CFILES="ndesc.c"
uqm_HFILES="ndesc.h netmanager.h"
if [ -n "$uqm_USE_WINSOCK" ]; then if [ -n "$uqm_USE_WINSOCK" ]; then
uqm_CFILES="$uqm_CFILES netmanager_win.c" uqm_CFILES="$uqm_CFILES netmanager_win.c"
uqm_CFILES="$uqm_HFILES netmanager_win.h"
else else
uqm_CFILES="$uqm_CFILES netmanager_bsd.c" uqm_CFILES="$uqm_CFILES netmanager_bsd.c"
uqm_CFILES="$uqm_HFILES netmanager_bsd.h"
fi fi
+4
View File
@@ -1,7 +1,11 @@
uqm_CFILES="socket.c" uqm_CFILES="socket.c"
uqm_HFILES="socket.h"
if [ -n "$uqm_USE_WINSOCK" ]; then if [ -n "$uqm_USE_WINSOCK" ]; then
uqm_CFILES="$uqm_CFILES socket_win.c" uqm_CFILES="$uqm_CFILES socket_win.c"
uqm_HFILES="$uqm_HFILES socket_win.h"
else else
uqm_CFILES="$uqm_CFILES socket_bsd.c" uqm_CFILES="$uqm_CFILES socket_bsd.c"
uqm_HFILES="$uqm_CFILES socket_bsd.h"
fi fi
+1
View File
@@ -1,2 +1,3 @@
uqm_CFILES="direct.c filecntl.c getres.c loadres.c stringbank.c uqm_CFILES="direct.c filecntl.c getres.c loadres.c stringbank.c
propfile.c resinit.c" propfile.c resinit.c"
uqm_HFILES="index.h propfile.h resintrn.h stringbank.h"
+1 -1
View File
@@ -6,4 +6,4 @@ else
fi fi
uqm_CFILES="audiocore.c fileinst.c resinst.c sound.c sfx.c music.c stream.c trackplayer.c" uqm_CFILES="audiocore.c fileinst.c resinst.c sound.c sfx.c music.c stream.c trackplayer.c"
uqm_HFILES="audiocore.h sndintrn.h sound.h stream.h trackint.h trackplayer.h"
+2
View File
@@ -1,6 +1,8 @@
uqm_CFILES="decoder.c aiffaud.c wav.c dukaud.c modaud.c" uqm_CFILES="decoder.c aiffaud.c wav.c dukaud.c modaud.c"
uqm_HFILES="aiffaud.h decoder.h dukaud.h modaud.h wav.h"
if [ "$uqm_OGGVORBIS" '!=' "none" ]; then if [ "$uqm_OGGVORBIS" '!=' "none" ]; then
uqm_CFILES="$uqm_CFILES oggaud.c" uqm_CFILES="$uqm_CFILES oggaud.c"
uqm_HFILES="$uqm_HFILES oggaud.h"
fi fi
+1
View File
@@ -1,2 +1,3 @@
uqm_SUBDIRS="sdl nosound" uqm_SUBDIRS="sdl nosound"
uqm_CFILES="mixer.c" uqm_CFILES="mixer.c"
uqm_HFILES="mixer.h mixerint.h"
@@ -1 +1,2 @@
uqm_CFILES="audiodrv_nosound.c" uqm_CFILES="audiodrv_nosound.c"
uqm_HFILES="audiodrv_nosound.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="audiodrv_sdl.c" uqm_CFILES="audiodrv_sdl.c"
uqm_HFILES="audiodrv_sdl.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="audiodrv_openal.c" uqm_CFILES="audiodrv_openal.c"
uqm_HFILES="audiodrv_openal.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="getstr.c sfileins.c sresins.c strings.c unicode.c" uqm_CFILES="getstr.c sfileins.c sresins.c strings.c unicode.c"
uqm_HFILES="strintrn.h"
+2
View File
@@ -6,4 +6,6 @@ case "$uqm_THREADLIB" in
uqm_SUBDIRS="pthread" uqm_SUBDIRS="pthread"
;; ;;
esac esac
uqm_CFILES="thrcommon.c" uqm_CFILES="thrcommon.c"
uqm_HFILES="thrcommon.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="posixthreads.c" uqm_CFILES="posixthreads.c"
uqm_HFILES="posixthreads.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="sdlthreads.c" uqm_CFILES="sdlthreads.c"
uqm_HFILES="sdlthreads.h"
+1
View File
@@ -1,2 +1,3 @@
uqm_SUBDIRS="sdl" uqm_SUBDIRS="sdl"
uqm_CFILES="timecommon.c" uqm_CFILES="timecommon.c"
uqm_HFILES="timecommon.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="sdltime.c" uqm_CFILES="sdltime.c"
uqm_HFILES="sdltime.h"
+8 -4
View File
@@ -1,8 +1,10 @@
uqm_SUBDIRS="stdio" uqm_SUBDIRS="stdio"
uqm_CFILES="charhashtable.c defaultfs.c fileblock.c fstypes.c uqm_CFILES="charhashtable.c defaultfs.c fileblock.c fstypes.c gphys.c io.c
gphys.c io.c ioaux.c match.c mount.c ioaux.c match.c mount.c mounttree.c paths.c physical.c uiostream.c
mounttree.c paths.c physical.c uiostream.c uioutils.c uioutils.c utils.c"
utils.c" uqm_HFILES="charhashtable.h defaultfs.h fileblock.h fstypes.h getint.h
gphys.h ioaux.h io.h iointrn.h match.h mem.h mount.h mounttree.h
paths.h physical.h types.h uioport.h uiostream.h uioutils.h utils.h"
if [ -n "$uqm_USE_ZIP_IO" ]; then if [ -n "$uqm_USE_ZIP_IO" ]; then
uqm_SUBDIRS="$uqm_SUBDIRS zip" uqm_SUBDIRS="$uqm_SUBDIRS zip"
@@ -10,9 +12,11 @@ fi
#if [ -n "$DEBUG" -o -n "$uqm_UIO_DEBUG" ]; then #if [ -n "$DEBUG" -o -n "$uqm_UIO_DEBUG" ]; then
uqm_CFILES="$uqm_CFILES debug.c" uqm_CFILES="$uqm_CFILES debug.c"
uqm_HFILES="$uqm_HFILES debug.h"
#fi #fi
if [ -n "$MEMDEBUG" ]; then if [ -n "$MEMDEBUG" ]; then
uqm_CFILES="$uqm_CFILES hashtable.c memdebug.c" uqm_CFILES="$uqm_CFILES hashtable.c memdebug.c"
uqm_HFILES="$uqm_HFILES hashtable.h memdebug.h"
fi fi
+1 -2
View File
@@ -1,3 +1,2 @@
uqm_CFILES="stdio.c" uqm_CFILES="stdio.c"
uqm_HFILES="stdio.h"
+1 -2
View File
@@ -1,3 +1,2 @@
uqm_CFILES="zip.c" uqm_CFILES="zip.c"
uqm_HFILES="zip.h"
+1
View File
@@ -1,2 +1,3 @@
uqm_CFILES="vfileins.c vresins.c video.c videodec.c vidplayer.c dukvid.c \ uqm_CFILES="vfileins.c vresins.c video.c videodec.c vidplayer.c dukvid.c \
legacyplayer.c" legacyplayer.c"
uqm_HFILES="dukvid.h videodec.h video.h vidintrn.h vidplayer.h"
+1 -1
View File
@@ -1,2 +1,2 @@
uqm_CFILES="regex.c" uqm_CFILES="regex.c"
uqm_HFILES="regex.h regex_internal.h"
+10
View File
@@ -9,4 +9,14 @@ uqm_CFILES="battle.c battlecontrols.c border.c build.c cleanup.c clock.c
ship.c shipstat.c shipyard.c sis.c sounds.c starbase.c starcon.c ship.c shipstat.c shipyard.c sis.c sounds.c starbase.c starcon.c
starmap.c state.c status.c tactrans.c trans.c uqmdebug.c util.c starmap.c state.c status.c tactrans.c trans.c uqmdebug.c util.c
velocity.c weapon.c" velocity.c weapon.c"
uqm_HFILES="battlecontrols.h battle.h build.h clock.h cnctdlg.h coderes.h
collide.h colors.h commanim.h commglue.h comm.h cons_res.h controls.h
corecode.h credits.h demo.h displist.h dummy.h element.h encount.h
flash.h fmv.h gameev.h gameopt.h gamestr.h gendef.h globdata.h
grpinfo.h hyper.h ifontres.h igfxres.h ikey_con.h imusicre.h init.h
intel.h ipdisp.h isndres.h istrtab.h load.h master.h menustat.h
nameref.h oscill.h pickship.h process.h races.h resinst.h respkg.h
restart.h save.h settings.h setup.h setupmenu.h shipcont.h ship.h
sis.h sounds.h starbase.h starcon.h state.h status.h tactrans.h
units.h uqmdebug.h util.h velocity.h weapon.h"
+1
View File
@@ -1,3 +1,4 @@
uqm_SUBDIRS="arilou blackur chmmr comandr druuge ilwrath melnorm mycon uqm_SUBDIRS="arilou blackur chmmr comandr druuge ilwrath melnorm mycon
orz pkunk rebel shofixt slyhome slyland spahome spathi starbas supox orz pkunk rebel shofixt slyhome slyland spahome spathi starbas supox
syreen talkpet thradd umgah urquan utwig vux yehat zoqfot" syreen talkpet thradd umgah urquan utwig vux yehat zoqfot"
uqm_HFILES="commall.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="arilouc.c" uqm_CFILES="arilouc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="blackurc.c" uqm_CFILES="blackurc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="chmmrc.c" uqm_CFILES="chmmrc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="comandr.c" uqm_CFILES="comandr.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="druugec.c" uqm_CFILES="druugec.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="ilwrathc.c" uqm_CFILES="ilwrathc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="melnorm.c" uqm_CFILES="melnorm.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="myconc.c" uqm_CFILES="myconc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="orzc.c" uqm_CFILES="orzc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="pkunkc.c" uqm_CFILES="pkunkc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="rebel.c" uqm_CFILES="rebel.c"
uqm_HFILES="strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="shofixt.c" uqm_CFILES="shofixt.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="slyhome.c" uqm_CFILES="slyhome.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="slyland.c" uqm_CFILES="slyland.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="spahome.c" uqm_CFILES="spahome.c"
uqm_HFILES="strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="spathic.c" uqm_CFILES="spathic.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="starbas.c" uqm_CFILES="starbas.c"
uqm_HFILES="strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="supoxc.c" uqm_CFILES="supoxc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="syreenc.c" uqm_CFILES="syreenc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="talkpet.c" uqm_CFILES="talkpet.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="thraddc.c" uqm_CFILES="thraddc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="umgahc.c" uqm_CFILES="umgahc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="urquanc.c" uqm_CFILES="urquanc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="utwigc.c" uqm_CFILES="utwigc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="vuxc.c" uqm_CFILES="vuxc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="yehatc.c" uqm_CFILES="yehatc.c"
uqm_HFILES="resinst.h strings.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="zoqfotc.c" uqm_CFILES="zoqfotc.c"
uqm_HFILES="resinst.h strings.h"
+3
View File
@@ -2,3 +2,6 @@ uqm_SUBDIRS="generate"
uqm_CFILES="calc.c cargo.c devices.c gentopo.c lander.c orbits.c uqm_CFILES="calc.c cargo.c devices.c gentopo.c lander.c orbits.c
oval.c pl_stuff.c planets.c plangen.c pstarmap.c report.c oval.c pl_stuff.c planets.c plangen.c pstarmap.c report.c
roster.c scan.c solarsys.c surface.c" roster.c scan.c solarsys.c surface.c"
uqm_HFILES="elemdata.h generate.h lander.h lifeform.h plandata.h planets.h
scan.h sundata.h"
+1
View File
@@ -3,3 +3,4 @@ uqm_CFILES="gendefault.c genand.c genburv.c genchmmr.c gencol.c gendru.c
gensam.c genshof.c gensly.c gensol.c genspa.c gensup.c gensyr.c gensam.c genshof.c gensly.c gensol.c genspa.c gensup.c gensyr.c
genthrad.c gentrap.c genutw.c genvault.c genvux.c genwreck.c genthrad.c gentrap.c genutw.c genvault.c genvux.c genwreck.c
genyeh.c genzfpscout.c genzoq.c" genyeh.c genzfpscout.c genzoq.c"
uqm_HFILES="genall.h gendefault.h"
+1
View File
@@ -2,3 +2,4 @@ uqm_SUBDIRS="androsyn arilou blackurq chenjesu chmmr druuge human ilwrath
lastbat melnorme mmrnmhrm mycon orz pkunk probe shofixti sis_ship lastbat melnorme mmrnmhrm mycon orz pkunk probe shofixti sis_ship
slylandr spathi supox syreen thradd umgah urquan utwig vux yehat slylandr spathi supox syreen thradd umgah urquan utwig vux yehat
zoqfot" zoqfot"
uqm_HFILES="ship.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="androsyn.c" uqm_CFILES="androsyn.c"
uqm_HFILES="androsyn.h icode.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="arilou.c" uqm_CFILES="arilou.c"
uqm_HFILES="arilou.h icode.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="blackurq.c" uqm_CFILES="blackurq.c"
uqm_HFILES="blackurq.h icode.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="chenjesu.c" uqm_CFILES="chenjesu.c"
uqm_HFILES="chenjesu.h icode.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="chmmr.c" uqm_CFILES="chmmr.c"
uqm_HFILES="chmmr.h icode.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="druuge.c" uqm_CFILES="druuge.c"
uqm_HFILES="druuge.h icode.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="human.c" uqm_CFILES="human.c"
uqm_HFILES="human.h icode.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="ilwrath.c" uqm_CFILES="ilwrath.c"
uqm_HFILES="icode.h ilwrath.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="lastbat.c" uqm_CFILES="lastbat.c"
uqm_HFILES="icode.h lastbat.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="melnorme.c" uqm_CFILES="melnorme.c"
uqm_HFILES="icode.h melnorme.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="mmrnmhrm.c" uqm_CFILES="mmrnmhrm.c"
uqm_HFILES="icode.h mmrnmhrm.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="mycon.c" uqm_CFILES="mycon.c"
uqm_HFILES="icode.h mycon.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="orz.c" uqm_CFILES="orz.c"
uqm_HFILES="icode.h orz.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="pkunk.c" uqm_CFILES="pkunk.c"
uqm_HFILES="icode.h pkunk.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="probe.c" uqm_CFILES="probe.c"
uqm_HFILES="icode.h probe.h resinst.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="shofixti.c" uqm_CFILES="shofixti.c"
uqm_HFILES="icode.h resinst.h shofixti.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="sis_ship.c" uqm_CFILES="sis_ship.c"
uqm_HFILES="icode.h resinst.h sis_ship.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="slylandr.c" uqm_CFILES="slylandr.c"
uqm_HFILES="icode.h resinst.h slylandr.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="spathi.c" uqm_CFILES="spathi.c"
uqm_HFILES="icode.h resinst.h spathi.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="supox.c" uqm_CFILES="supox.c"
uqm_HFILES="icode.h resinst.h supox.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="syreen.c" uqm_CFILES="syreen.c"
uqm_HFILES="icode.h resinst.h syreen.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="thradd.c" uqm_CFILES="thradd.c"
uqm_HFILES="icode.h resinst.h thradd.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="umgah.c" uqm_CFILES="umgah.c"
uqm_HFILES="icode.h resinst.h umgah.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="urquan.c" uqm_CFILES="urquan.c"
uqm_HFILES="icode.h resinst.h urquan.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="utwig.c" uqm_CFILES="utwig.c"
uqm_HFILES="icode.h resinst.h utwig.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="vux.c" uqm_CFILES="vux.c"
uqm_HFILES="icode.h resinst.h vux.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="yehat.c" uqm_CFILES="yehat.c"
uqm_HFILES="icode.h resinst.h yehat.h"
+1
View File
@@ -1 +1,2 @@
uqm_CFILES="zoqfot.c" uqm_CFILES="zoqfot.c"
uqm_HFILES="icode.h resinst.h zoqfot.h"

Some files were not shown because too many files have changed in this diff Show More