mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
12 lines
416 B
Makefile
12 lines
416 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
INCLUDES= -I$(srcdir) -I$(top_srcdir)/include
|
|
|
|
check_PROGRAMS=testclip
|
|
EXTRA_DIST= trace-id.c trace-qf-bad.c hulls.h main.c
|
|
|
|
testclip_SOURCES=testclip.c hulls.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)
|