0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-05 08:50:52 +00:00
quakeforge/libs/models/test/Makefile.am

13 lines
378 B
Text
Raw Normal View History

AUTOMAKE_OPTIONS= foreign
INCLUDES= -I$(srcdir) -I$(top_srcdir)/include
check_PROGRAMS=testclip
EXTRA_DIST= trace-id.c
testclip_SOURCES=testclip.c
testclip_LDADD= $(top_builddir)/libs/models/libQFmodels.la $(top_builddir)/libs/util/libQFutil.la
testclip_DEPENDENCIES= $(top_builddir)/libs/models/libQFmodels.la $(top_builddir)/libs/util/libQFutil.la
TESTS=$(check_PROGRAMS)