2005-01-06 15:48:42 +00:00
|
|
|
## automake input file for wrlib
|
|
|
|
|
|
2010-09-15 14:04:00 -04:00
|
|
|
AUTOMAKE_OPTIONS =
|
2005-01-06 15:48:42 +00:00
|
|
|
|
|
|
|
|
noinst_PROGRAMS = testdraw testgrad testrot view
|
|
|
|
|
|
2020-04-09 00:00:14 -04:00
|
|
|
EXTRA_DIST = test.png tile.xpm ballot_box.xpm
|
2005-01-06 15:48:42 +00:00
|
|
|
|
2013-01-03 23:07:00 +01:00
|
|
|
AM_CPPFLAGS = -I$(srcdir)/.. $(DFLAGS) @HEADER_SEARCH_PATH@
|
2005-01-06 15:48:42 +00:00
|
|
|
|
2014-04-16 22:29:49 +02:00
|
|
|
LIBLIST = $(top_builddir)/wrlib/libwraster.la @XLIBS@
|
2005-01-06 15:48:42 +00:00
|
|
|
|
|
|
|
|
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)
|