New, custom build system.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@220 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-11-20 03:47:25 +00:00
parent ca9a9a3a08
commit 337c063cc4
125 changed files with 1672 additions and 775 deletions
-15
View File
@@ -1,15 +0,0 @@
SUBDIRS = sc2code
#CFLAGS =
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
bin_PROGRAMS = sc2
sc2_SOURCES = port.c starcon2.c options.c
sc2_LDADD = sc2code/libsc2.la @SDL_LIBS@ @GL_LIBS@
noinst_HEADERS = port.h options.h
+5
View File
@@ -0,0 +1,5 @@
uqm_SUBDIRS=sc2code
uqm_CFILES="options.c port.c starcon2.c"
test_CFILES=test.c
+12
View File
@@ -0,0 +1,12 @@
/* Directory where the UQM game data is located */
#define CONTENTDIR "@CONTENTDIR@"
/* Defined if words are stored with the most significant byte first */
@WORDS_BIGENDIAN@
/* Defined if your system has strupr of its own */
@HAVE_STRUPR@
/* Defined if your system has stricmp of its own */
@HAVE_STRICMP@
-44
View File
@@ -1,44 +0,0 @@
SUBDIRS = ships libs planets comm
# We build the core SC2 code as a static library.
#CFLAGS =
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs \
@SDL_CFLAGS@
noinst_LTLIBRARIES = libsc2.la
libsc2_la_SOURCES = \
battle.c border.c build.c cleanup.c clock.c collide.c comm.c \
commglue.c confirm.c credits.c cyborg.c demo.c displist.c \
dummy.c encount.c fmv.c galaxy.c gameinp.c gameopt.c gendef.c \
getchar.c globdata.c gravity.c gravwell.c grpinfo.c hyper.c \
init.c intel.c intro.c ipdisp.c load.c loadship.c master.c \
melee.c misc.c oscill.c outfit.c pickmele.c pickship.c \
plandata.c process.c restart.c save.c settings.c setup.c \
ship.c shipstat.c shipyard.c sis.c starbase.c starcon.c \
starmap.c state.c status.c tactrans.c trans.c utils.c \
velocity.c weapon.c
libsc2_la_LIBADD = \
ships/libships.la planets/libplanets.la \
comm/libcomm.la \
libs/liblibs.la
noinst_HEADERS = \
build.h clock.h coderes.h collide.h commglue.h demo.h \
displist.h element.h encount.h globdata.h hyper.h ifontres.h \
igfxres.h ikey_con.h imusicre.h intel.h ires_ind.h isndres.h \
istrtab.h melee.h nameref.h races.h resinst.h respkg.h \
restypes.h sis.h sounds.h starbase.h starcon.h state.h \
units.h velocity.h weapon.h
#noinst_PROGRAMS = sndtest
#sndtest_SOURCES = test.c
#sndtest_LDADD = libsc2.a
+12
View File
@@ -0,0 +1,12 @@
uqm_SUBDIRS="comm libs planets ships"
uqm_CFILES="battle.c border.c build.c cleanup.c clock.c collide.c comm.c
commglue.c confirm.c credits.c cyborg.c demo.c displist.c
dummy.c encount.c fmv.c galaxy.c gameinp.c gameopt.c
gendef.c getchar.c globdata.c gravity.c gravwell.c grpinfo.c
hyper.c init.c intel.c intro.c ipdisp.c load.c loadship.c
master.c melee.c misc.c oscill.c outfit.c pickmele.c
pickship.c plandata.c process.c restart.c save.c settings.c
setup.c ship.c shipstat.c shipyard.c sis.c starbase.c
starcon.c starmap.c state.c status.c tactrans.c trans.c
utils.c velocity.c weapon.c"
-30
View File
@@ -1,30 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
RACES = \
arilou blackur chmmr comandr druuge ilwrath melnorm mycon orz pkunk \
rebel shofixt slyhome slyland spahome spathi starbas supox syreen \
talkpet thradd umgah urquan utwig vux yehat zoqfot
EXTRA_DIRS = $(RACES)
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libcomm.la
libcomm_la_LIBADD = $(patsubst %.c, %.lo, $(wildcard */*.c))
libcomm_la_SOURCES = dummy.c
%.lo: %.c
$(COMPILE) -c $< -o $@
clean: clean-am
rm -f */*.{o,lo}
distclean: distclean-am
rm -f */*.{o,lo}
+3
View File
@@ -0,0 +1,3 @@
uqm_SUBDIRS="arilou blackur chmmr comandr druuge ilwrath melnorm mycon
orz pkunk rebel shofixt slyhome slyland spahome spathi starbas supox
syreen talkpet thradd umgah urquan utwig vux yehat zoqfot"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="arilouc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="blackurc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="chmmrc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="comandr.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="druugec.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="ilwrathc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="melnorm.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="myconc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="orzc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="pkunkc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="rebel.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="shofixt.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="slyhome.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="slyland.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="spahome.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="spathic.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="starbas.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="supoxc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="syreenc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="talkpet.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="thraddc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="umgahc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="urquanc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="utwigc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="vuxc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="yehatc.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="zoqfotc.c"
-21
View File
@@ -1,21 +0,0 @@
SUBDIRS = decomp graphics input math memory resource sound strings \
task threads time video
noinst_HEADERS = \
compiler.h declib.h gfxlib.h inplib.h mathlib.h \
memlib.h reslib.h sndlib.h strlib.h tasklib.h threadlib.h \
timelib.h vidlib.h misc.h
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = liblibs.la
liblibs_la_SOURCES = dummy.c
liblibs_la_LIBADD = decomp/libdecomp.la graphics/libgraphics.la \
input/libinput.la math/libmath.la memory/libmemory.la \
resource/libresource.la sound/libsound.la \
strings/libstrings.la task/libtask.la threads/libthreads.la \
time/libtime.la video/libvideo.la
+2
View File
@@ -0,0 +1,2 @@
uqm_SUBDIRS="decomp graphics input math memory resource sound strings task
threads time video"
-13
View File
@@ -1,13 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libdecomp.la
libdecomp_la_SOURCES = lzdecode.c lzencode.c update.c
noinst_HEADERS = lzh.h
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="lzdecode.c lzencode.c update.c"
-23
View File
@@ -1,23 +0,0 @@
SUBDIRS = sdl
#CFLAGS =
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libgraphics.la
libgraphics_la_SOURCES = clipline.c context.c drawable.c filegfx.c font.c \
frame.c intersec.c line.c loaddisp.c makepoly.c map.c \
pixmap.c poly.c rect.c resgfx.c stamp.c boxint.c gfx_common.c \
cmap.c
libgraphics_la_LIBADD = sdl/libsdl.la
#libgraphics_la_LDFLAGS =
noinst_HEADERS = context.h display.h drawable.h font.h gfxintrn.h \
gfx_common.h cmap.h
+4
View File
@@ -0,0 +1,4 @@
uqm_SUBDIRS="sdl"
uqm_CFILES="boxint.c clipline.c cmap.c context.c drawable.c filegfx.c
font.c frame.c gfx_common.c intersec.c line.c loaddisp.c makepoly.c
map.c pixmap.c poly.c rect.c resgfx.c stamp.c"
@@ -1,15 +0,0 @@
#CFLAGS =
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libsdl.la
libsdl_la_SOURCES = 3do_blt.c 3do_funcs.c 3do_getbody.c dcqueue.c opengl.c \
primitives.c pure.c rotozoom.c sdl_common.c 2xsai.c
noinst_HEADERS = opengl.h primitives.h pure.h rotozoom.h sdl_common.h \
dcqueue.h 2xsai.h
@@ -0,0 +1,2 @@
uqm_CFILES="2xsai.c 3do_blt.c 3do_funcs.c 3do_getbody.c dcqueue.c opengl.c
primitives.c pure.c rotozoom.c sdl_common.c"
-17
View File
@@ -1,17 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
SUBDIRS = sdl
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libinput.la
libinput_la_SOURCES = input_common.c
libinput_la_LIBADD = sdl/libsdlinput.la
noinst_HEADERS = input_common.h inpintrn.h
+2
View File
@@ -0,0 +1,2 @@
uqm_SUBDIRS="sdl"
uqm_CFILES="input_common.c"
@@ -1,14 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libsdlinput.la
libsdlinput_la_SOURCES = input.c
noinst_HEADERS = input.h
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="input.c"
-14
View File
@@ -1,14 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libmath.la
libmath_la_SOURCES = fastrand.c random.c sqrt.c
noinst_HEADERS = mthintrn.h random.h
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="fastrand.c random.c sqrt.c"
-13
View File
@@ -1,13 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libmemory.la
libmemory_la_SOURCES = w_memlib.c
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="w_memlib.c"
-15
View File
@@ -1,15 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs \
@SDL_CFLAGS@
noinst_LTLIBRARIES = libresource.la
libresource_la_SOURCES = getres.c loadres.c resdata.c resinit.c direct.c filecntl.c
noinst_HEADERS = index.h resintrn.h
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="direct.c filecntl.c getres.c loadres.c resdata.c resinit.c"
-17
View File
@@ -1,17 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
SUBDIRS = sdl
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libsound.la
libsound_la_SOURCES = fileinst.c resinst.c sound_common.c
libsound_la_LIBADD = sdl/libsdlsound.la
noinst_HEADERS = play.h redbook.h sndintrn.h trackplayer.h sound_common.h
+8
View File
@@ -0,0 +1,8 @@
if [ "$uqm_SOUNDMODULE" = openal ]; then
uqm_SUBDIRS="openal"
else
uqm_SUBDIRS="sdl"
fi
uqm_CFILES="fileinst.c resinst.c sound_common.c"
@@ -1,15 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libopenalsound.la
libopenalsound_la_SOURCES = music.c sfx.c sound.c stream.c trackplayer.c
noinst_HEADERS = sound.h stream.h
@@ -0,0 +1,2 @@
uqm_SUBDIRS="decoders"
uqm_CFILES="music.c sfx.c sound.c stream.c trackplayer.c"
@@ -0,0 +1,2 @@
uqm_SUBDIRS="mikmod"
uqm_CFILES="decoder.c wav.c"
@@ -0,0 +1,3 @@
uqm_CFILES="drv_nos.c drv_openal.c load_mod.c mdreg.c mdriver.c mloader.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"
@@ -1,13 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libsdlsound.la
libsdlsound_la_SOURCES = modfuncs.c play.c sound.c trackplayer.c
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="modfuncs.c play.c sound.c trackplayer.c"
-15
View File
@@ -1,15 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs \
@SDL_CFLAGS@
noinst_LTLIBRARIES = libstrings.la
libstrings_la_SOURCES = getstr.c sfileins.c sresins.c strings.c
noinst_HEADERS = strintrn.h
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="getstr.c sfileins.c sresins.c strings.c"
-9
View File
@@ -1,9 +0,0 @@
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libtask.la
libtask_la_SOURCES = tasklib.c
#noinst_HEADERS =
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="tasklib.c"
-12
View File
@@ -1,12 +0,0 @@
SUBDIRS = sdl
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libthreads.la
libthreads_la_SOURCES = thrcommon.c
libthreads_la_LIBADD = sdl/libsdlthreads.la
noinst_HEADERS = thrcommon.h
+2
View File
@@ -0,0 +1,2 @@
uqm_SUBDIRS="sdl"
uqm_CFILES="thrcommon.c"
@@ -1,9 +0,0 @@
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libsdlthreads.la
libsdlthreads_la_SOURCES = sdlthreads.c
noinst_HEADERS = sdlthreads.h
@@ -0,0 +1 @@
uqm_CFILES="sdlthreads.c"
-12
View File
@@ -1,12 +0,0 @@
SUBDIRS = sdl
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libtime.la
libtime_la_SOURCES = timecommon.c
libtime_la_LIBADD = sdl/libsdltime.la
noinst_HEADERS = timecommon.h
+2
View File
@@ -0,0 +1,2 @@
uqm_SUBDIRS="sdl"
uqm_CFILES="timecommon.c"
@@ -1,9 +0,0 @@
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libsdltime.la
libsdltime_la_SOURCES = sdltime.c
noinst_HEADERS = sdltime.h
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="sdltime.c"
-13
View File
@@ -1,13 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libvideo.la
libvideo_la_SOURCES = vfileins.c
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="vfileins.c"
-25
View File
@@ -1,25 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
INCLUDES = @SDL_CFLAGS@ \
-I/usr/include/SDL \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libplanets.la
libplanets_la_SOURCES = \
cargo.c devices.c genburv.c genchmmr.c gencol.c gendru.c genilw.c \
genmel.c genmyc.c genorz.c genpet.c genpku.c genrain.c gensam.c \
genshof.c gensly.c gensol.c genspa.c gensup.c gensyr.c genthrad.c \
gentopo.c genutw.c genvault.c genvux.c genwreck.c genzoq.c \
genyeh.c lander.c lander.h lifeform.h oval.c planets.c plangen.c \
planmap.c planscan.c pl_stuff.c pstarmap.c report.c roster.c \
scan.c scan.h solarsys.c calc.c orbits.c surface.c
noinst_HEADERS = \
planets.h elemdata.h plandata.h sundata.h
+7
View File
@@ -0,0 +1,7 @@
uqm_CFILES="calc.c cargo.c devices.c genburv.c genchmmr.c gencol.c
gendru.c genilw.c genmel.c genmyc.c genorz.c genpet.c genpku.c
genrain.c gensam.c genshof.c gensly.c gensol.c genspa.c gensup.c
gensyr.c genthrad.c gentopo.c genutw.c genvault.c genvux.c
genwreck.c genyeh.c genzoq.c lander.c orbits.c oval.c pl_stuff.c
planets.c plangen.c planmap.c planscan.c pstarmap.c report.c
roster.c scan.c solarsys.c surface.c"
-31
View File
@@ -1,31 +0,0 @@
# Automake template file.
# Written by Mudry <mudry@user.sf.net>, protected by GNU GPL.
# CVS $ Id: $
RACES = androsyn arilou blackurq chenjesu chmmr druuge human ilwrath \
lastbat melnorme mmrnmhrm mycon orz pkunk probe shofixti \
sis_ship slylandr spathi supox syreen thradd umgah urquan utwig \
vux yehat zoqfot
EXTRA_DIRS = $(RACES)
INCLUDES = @SDL_CFLAGS@ \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/sc2code \
-I$(top_srcdir)/src/sc2code/libs
noinst_LTLIBRARIES = libships.la
libships_la_LIBADD = $(patsubst %.c, %.lo, $(wildcard */*.c))
libships_la_SOURCES = dummy.c
%.lo: %.c
$(COMPILE) -c $< -o $@
clean: clean-am
rm -f */*.{o,lo}
distclean: distclean-am
rm -f */*.{o,lo}
+4
View File
@@ -0,0 +1,4 @@
uqm_SUBDIRS="androsyn arilou blackurq chenjesu chmmr druuge human ilwrath
lastbat melnorme mmrnmhrm mycon orz pkunk probe shofixti sis_ship
slylandr spathi supox syreen thradd umgah urquan utwig vux yehat
zoqfot"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="androsyn.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="arilou.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="blackurq.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="chenjesu.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="chmmr.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="druuge.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="human.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="ilwrath.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="lastbat.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="melnorme.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="mmrnmhrm.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="mycon.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="orz.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="pkunk.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="probe.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="shofixti.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="sis_ship.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="slylandr.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="spathi.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="supox.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="syreen.c"
+1
View File
@@ -0,0 +1 @@
uqm_CFILES="thradd.c"

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