mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 15:12:32 +01:00
21 lines
581 B
Makefile
21 lines
581 B
Makefile
## automake input file for WINGs - Tests
|
|
|
|
AUTOMAKE_OPTIONS =
|
|
|
|
noinst_PROGRAMS = wtest wmquery wmfile testmywidget
|
|
|
|
LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \
|
|
$(top_builddir)/WINGs/libWUtil.la \
|
|
@XFTLIBS@ @INTLIBS@ @XLIBS@
|
|
|
|
|
|
testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h
|
|
|
|
wtest_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
|
|
|
|
|
|
EXTRA_DIST = logo.xpm upbtn.xpm wm.html wm.png
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
|
|
-DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@
|