Files
wmaker/wrlib/tests/Makefile.am
T

24 lines
486 B
Makefile
Raw Normal View History

## automake input file for wrlib
2010-09-15 14:04:00 -04:00
AUTOMAKE_OPTIONS =
noinst_PROGRAMS = testdraw testgrad testrot view
2020-04-09 00:00:14 -04:00
EXTRA_DIST = test.png tile.xpm ballot_box.xpm
AM_CPPFLAGS = -I$(srcdir)/.. $(DFLAGS) @HEADER_SEARCH_PATH@
2014-04-16 22:29:49 +02:00
LIBLIST = $(top_builddir)/wrlib/libwraster.la @XLIBS@
testdraw_SOURCES = testdraw.c
testdraw_LDADD = $(LIBLIST)
testgrad_SOURCES = testgrad.c
testgrad_LDADD = $(LIBLIST)
testrot_SOURCES = testrot.c
testrot_LDADD = $(LIBLIST)
view_SOURCES= view.c
view_LDADD = $(LIBLIST)