mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-17 18:30:58 +00:00
12 lines
355 B
Text
12 lines
355 B
Text
|
AUTOMAKE_OPTIONS= foreign
|
||
|
|
||
|
INCLUDES= -I$(srcdir) -I$(top_srcdir)/include
|
||
|
|
||
|
check_PROGRAMS=testclip
|
||
|
|
||
|
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)
|