mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 16:31:32 +00:00
12 lines
393 B
Makefile
12 lines
393 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
INCLUDES= -I$(srcdir) -I$(top_srcdir)/include
|
|
|
|
check_PROGRAMS=testclip
|
|
EXTRA_DIST= trace-id.c trace-qf-bad.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)
|