quakeforge/libs/gamecode/Makefile.am
Bill Currie e5543eb0a6 next step of the progs merge done. just need to sort out interdependencies,
fix PR_SetString, and a few other things.
2001-02-28 00:56:03 +00:00

8 lines
188 B
Makefile

noinst_LIBRARIES = libqfgamecode.a
libqfgamecode_a_SOURCES = pr_edict.c pr_exec.c pr_offs.c
all-local: ../libqfgamecode.a
../libqfgamecode.a: libqfgamecode.a
cp $(noinst_LIBRARIES) ..