quakeforge/libs/gamecode/Makefile.am

9 lines
191 B
Makefile
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 pr_strings.c
2001-02-27 23:02:17 +00:00
all-local: ../libqfgamecode.a
../libqfgamecode.a: libqfgamecode.a
cp $(noinst_LIBRARIES) ..