quakeforge/libs/gamecode/Makefile.am
2001-03-02 19:18:04 +00:00

8 lines
178 B
Makefile

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