diff options
Diffstat (limited to 'xts5/Xlib15/Makefile.am')
-rw-r--r-- | xts5/Xlib15/Makefile.am | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/xts5/Xlib15/Makefile.am b/xts5/Xlib15/Makefile.am new file mode 100644 index 00000000..c557b1ee --- /dev/null +++ b/xts5/Xlib15/Makefile.am @@ -0,0 +1,65 @@ +include ../../common.mk +AUTOMAKE_OPTIONS = subdir-objects + +AM_CFLAGS = $(XTS_LCFLAGS) $(XTS_CFLAGS) +LDADD = $(TCM) $(XTS_LLIBS) $(XTS_LIBS) + +libexec_PROGRAMS = $(tprogs) +BUILT_SOURCES = $(tprogs:$(EXEEXT)=.c) +CLEANFILES = $(BUILT_SOURCES) + +XDefaultString_XDefaultString_LDADD = $(LDADD) $(top_builddir)/xts5/src/libXR5/libXR5.a + +tprogs = \ + XAllocClassHint/XAllocClassHint \ + XAllocIconSize/XAllocIconSize \ + XAllocStandardColormap/XAllocStandardColormap \ + XAllocSizeHints/XAllocSizeHints \ + XAllocWMHints/XAllocWMHints \ + XDefaultString/XDefaultString \ + XFreeStringList/XFreeStringList \ + XFetchName/XFetchName \ + XGetClassHint/XGetClassHint \ + XGetCommand/XGetCommand \ + XGetIconName/XGetIconName \ + XGetIconSizes/XGetIconSizes \ + XGetRGBColormaps/XGetRGBColormaps \ + XGetTransientForHint/XGetTransientForHint \ + XGetTextProperty/XGetTextProperty \ + XGetWMClientMachine/XGetWMClientMachine \ + XGetWMColormapWindows/XGetWMColormapWindows \ + XGetWMHints/XGetWMHints \ + XGetWMIconName/XGetWMIconName \ + XGetWMName/XGetWMName \ + XGetWMNormalHints/XGetWMNormalHints \ + XGetWMProtocols/XGetWMProtocols \ + XGetWMSizeHints/XGetWMSizeHints \ + XIconifyWindow/XIconifyWindow \ + XReconfigureWMWindow/XReconfigureWMWindow \ + XSetClassHint/XSetClassHint \ + XSetCommand/XSetCommand \ + XSetIconName/XSetIconName \ + XSetIconSizes/XSetIconSizes \ + XSetRGBColormaps/XSetRGBColormaps \ + XStringListToTextProperty/XStringListToTextProperty \ + XStoreName/XStoreName \ + XSetTransientForHint/XSetTransientForHint \ + XSetTextProperty/XSetTextProperty \ + XSetWMClientMachine/XSetWMClientMachine \ + XSetWMColormapWindows/XSetWMColormapWindows \ + XSetWMHints/XSetWMHints \ + XSetWMIconName/XSetWMIconName \ + XSetWMName/XSetWMName \ + XSetWMNormalHints/XSetWMNormalHints \ + XSetWMProperties/XSetWMProperties \ + XSetWMProtocols/XSetWMProtocols \ + XSetWMSizeHints/XSetWMSizeHints \ + XTextPropertyToStringList/XTextPropertyToStringList \ + XWithdrawWindow/XWithdrawWindow + +# Auxiliary programs run from tests +libexec_PROGRAMS += \ + XSetWMProperties/Test1 \ + XSetWMProperties/Test2 +XSetWMProperties_Test1_LDADD = $(TCMCHILD) $(XTS_LLIBS) $(XTS_LIBS) +XSetWMProperties_Test2_LDADD = $(TCMCHILD) $(XTS_LLIBS) $(XTS_LIBS) |