Files
wmaker/util/Makefile.am
T

70 lines
1.4 KiB
Makefile
Raw Normal View History

1998-09-29 22:36:29 +00:00
AUTOMAKE_OPTIONS = no-dependencies
pkgdatadir = $(datadir)/@PACKAGE@
bin_PROGRAMS = wxcopy wxpaste wdwrite getstyle setstyle seticons geticonset wmsetbg
1999-03-09 14:58:01 +00:00
bin_SCRIPTS = wmaker.inst wm-oldmenu2new wsetfont wkdemenu.pl
1998-09-29 22:36:29 +00:00
1999-03-09 14:58:01 +00:00
EXTRA_DIST = wmaker.inst.in bughint wm-oldmenu2new wsetfont directjpeg.c \
wkdemenu.pl
1998-09-29 22:36:29 +00:00
INCLUDES = @DFLAGS@ -I$(top_srcdir)/wrlib @HEADER_SEARCH_PATH@
1998-09-29 22:36:29 +00:00
# X_EXTRA_LIBS is for libproplist in systems that need -lsocket
liblist= @LIBRARY_SEARCH_PATH@ @LIBPL@ @X_EXTRA_LIBS@
1998-10-21 14:43:47 +00:00
wdwrite_LDADD = $(liblist)
1998-09-29 22:36:29 +00:00
wxcopy_LDADD = @XLFLAGS@ @XLIBS@
1999-04-03 03:51:17 +00:00
wxpaste_LDADD = @XLFLAGS@ @XLIBS@
1998-09-29 22:36:29 +00:00
1998-10-21 14:43:47 +00:00
getstyle_LDADD = $(liblist)
1998-09-29 22:36:29 +00:00
1999-04-03 03:51:17 +00:00
setstyle_LDADD = @XLFLAGS@ @XLIBS@ $(liblist)
1998-09-29 22:36:29 +00:00
1998-10-21 14:43:47 +00:00
seticons_LDADD= $(liblist)
1998-09-29 22:36:29 +00:00
1998-10-21 14:43:47 +00:00
geticonset_LDADD= $(liblist)
1998-09-29 22:36:29 +00:00
1999-01-11 12:28:12 +00:00
wmsetbg_LDADD = \
1999-01-06 15:22:33 +00:00
$(top_builddir)/WINGs/libWINGs.a \
1999-01-25 19:06:50 +00:00
$(top_builddir)/wrlib/libwraster.la \
@LIBRARY_SEARCH_PATH@ \
1999-01-29 08:11:17 +00:00
@LIBPL@ \
@GFXLIBS@ @XLIBS@ @DLLIBS@ -lm
1998-09-29 22:36:29 +00:00
getstyle_SOURCES = getstyle.c
setstyle_SOURCES = setstyle.c
seticons_SOURCES = seticons.c
geticonset_SOURCES = geticonset.c
wxcopy_SOURCES = wxcopy.c
wxpaste_SOURCES = wxpaste.c
wdwrite_SOURCES = wdwrite.c
1999-01-25 19:06:50 +00:00
wmsetbg_SOURCES = wmsetbg.c
1998-09-29 22:36:29 +00:00
CLEANFILES = wmaker.inst
1998-11-23 11:32:19 +00:00
wmaker.inst: $(srcdir)/wmaker.inst.in ./Makefile
1998-09-29 22:36:29 +00:00
-rm -f wmaker.inst
sed -e "s|#pkgdatadir#|$(pkgdatadir)|" \
-e "s|#sysconfdir#|$(sysconfdir)/WindowMaker|" \
-e "s|#version#|$(VERSION)|" \
-e "s|#bindir#|$(bindir)|" \
-e "s|#LITE#|@LITE@|" \
1998-09-29 22:36:29 +00:00
$(srcdir)/wmaker.inst.in >wmaker.inst
chmod 755 wmaker.inst