WINGs shared library generation
[wmaker-crm.git] / WINGs / Tests / Makefile.am
blobc838c220d54dc267a23e5034cb618a8b5a717508
1 ## automake input file for WINGs - Tests
3 AUTOMAKE_OPTIONS = no-dependencies
5 noinst_PROGRAMS = wtest wmquery wmfile testmywidget 
7 LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \
8         $(top_builddir)/WINGs/libWUtil.la \
9         @XFTLIBS@ @INTLIBS@
12 testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h 
14 wtest_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
17 EXTRA_DIST = logo.xpm upbtn.xpm wm.html wm.png
19 INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
20         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@ \
21         -DDEBUG
22         
23 LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
25 .c.o:
26         $(QUIET)$(COMPILE) -c $<
28 .c.obj:
29         $(QUIET)$(COMPILE) -c `$(CYGPATH_W) '$<'`
31 .c.lo:
32         $(QUIET)$(LTCOMPILE) -c -o $@ $<