mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-09 18:15:54 +01:00
added wmagnify
This commit is contained in:
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = no-dependencies
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
|
||||
bin_PROGRAMS = wxcopy wxpaste wdwrite getstyle setstyle seticons geticonset wmsetbg
|
||||
bin_PROGRAMS = wxcopy wxpaste wdwrite getstyle setstyle seticons geticonset wmsetbg wmsetup wmagnify
|
||||
|
||||
bin_SCRIPTS = wmaker.inst wm-oldmenu2new wsetfont wkdemenu.pl
|
||||
|
||||
@@ -11,7 +11,8 @@ EXTRA_DIST = wmaker.inst.in bughint wm-oldmenu2new wsetfont directjpeg.c \
|
||||
wkdemenu.pl
|
||||
|
||||
INCLUDES = $(DFLAGS) -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib \
|
||||
@HEADER_SEARCH_PATH@
|
||||
@HEADER_SEARCH_PATH@ \
|
||||
-DETCDIR=\"sysconfdir\" -DDATADIR=\"pkgdatadir\"
|
||||
|
||||
# X_EXTRA_LIBS is for libproplist in systems that need -lsocket
|
||||
liblist= @LIBRARY_SEARCH_PATH@ @LIBPL@ @X_EXTRA_LIBS@
|
||||
@@ -30,28 +31,26 @@ seticons_LDADD= $(liblist)
|
||||
|
||||
geticonset_LDADD= $(liblist)
|
||||
|
||||
wmsetbg_LDADD = \
|
||||
wmagnify_LDADD = \
|
||||
$(top_builddir)/WINGs/libWINGs.a \
|
||||
$(top_builddir)/wrlib/libwraster.la \
|
||||
@LIBRARY_SEARCH_PATH@ \
|
||||
@LIBPL@ \
|
||||
@GFXLIBS@ @XLIBS@ @DLLIBS@ -lm
|
||||
|
||||
getstyle_SOURCES = getstyle.c
|
||||
wmsetup_LDADD = \
|
||||
$(top_builddir)/WINGs/libWINGs.a \
|
||||
$(top_builddir)/wrlib/libwraster.la \
|
||||
@LIBRARY_SEARCH_PATH@ \
|
||||
@LIBPL@ \
|
||||
@GFXLIBS@ @XLIBS@ @DLLIBS@ -lm
|
||||
|
||||
setstyle_SOURCES = setstyle.c
|
||||
|
||||
seticons_SOURCES = seticons.c
|
||||
|
||||
geticonset_SOURCES = geticonset.c
|
||||
|
||||
wxcopy_SOURCES = wxcopy.c
|
||||
|
||||
wxpaste_SOURCES = wxpaste.c
|
||||
|
||||
wdwrite_SOURCES = wdwrite.c
|
||||
|
||||
wmsetbg_SOURCES = wmsetbg.c
|
||||
wmsetbg_LDADD = \
|
||||
$(top_builddir)/WINGs/libWINGs.a \
|
||||
$(top_builddir)/wrlib/libwraster.la \
|
||||
@LIBRARY_SEARCH_PATH@ \
|
||||
@LIBPL@ \
|
||||
@GFXLIBS@ @XLIBS@ @DLLIBS@ -lm
|
||||
|
||||
CLEANFILES = wmaker.inst
|
||||
|
||||
|
||||
Reference in New Issue
Block a user