quakeforge/libs/gamecode/Makefile.am

9 lines
178 B
Text
Raw Normal View History

2001-02-27 23:02:17 +00:00
noinst_LIBRARIES = libqfgamecode.a
libqfgamecode_a_SOURCES = pr_edict.c pr_exec.c
2001-02-27 23:02:17 +00:00
all-local: ../libqfgamecode.a
../libqfgamecode.a: libqfgamecode.a
cp $(noinst_LIBRARIES) ..