1 ## automake input file for wrlib
3 AUTOMAKE_OPTIONS = no-dependencies
5 noinst_PROGRAMS = testdraw testgrad testrot view
7 EXTRA_DIST = test.png tile.xpm ballot_box.xpm
9 INCLUDES = -I$(srcdir)/.. $(DFLAGS) @HEADER_SEARCH_PATH@
11 LIBLIST = $(top_builddir)/wrlib/libwraster.la
13 testdraw_SOURCES = testdraw.c
14 testdraw_LDADD = $(LIBLIST)
16 testgrad_SOURCES = testgrad.c
17 testgrad_LDADD = $(LIBLIST)
19 testrot_SOURCES = testrot.c
20 testrot_LDADD = $(LIBLIST)
23 view_LDADD = $(LIBLIST)