mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
22 lines
545 B
Makefile
22 lines
545 B
Makefile
## automake input file for WINGs - Tests
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
noinst_PROGRAMS = wtest wmquery wmfile testmywidget
|
|
|
|
LDADD= $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la \
|
|
@XFTLIBS@ @INTLIBS@
|
|
|
|
|
|
testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h
|
|
|
|
wtest_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
|
|
|
|
|
|
EXTRA_DIST = logo.xpm upbtn.xpm wm.html wm.png
|
|
|
|
INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
|
|
-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
|
|
|
|
|