Change to the linux kernel coding style
[wmaker-crm.git] / wrlib / tests / Makefile.am
blob07b6a6974da050a99010e69b796ecbe52a2ff45d
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 LIBTOOL = $(QUIET)$(top_srcdir)/libtool --silent
15 testdraw_SOURCES = testdraw.c
16 testdraw_LDADD = $(LIBLIST)
18 testgrad_SOURCES = testgrad.c
19 testgrad_LDADD = $(LIBLIST)
21 testrot_SOURCES = testrot.c
22 testrot_LDADD = $(LIBLIST)
24 view_SOURCES= view.c
25 view_LDADD = $(LIBLIST)
27 .c.o:
28         $(QUIET)$(COMPILE) -c $<
30 .c.obj:
31         $(QUIET)$(COMPILE) -c `$(CYGPATH_W) '$<'`
33 .c.lo:
34         $(QUIET)$(LTCOMPILE) -c -o $@ $<