Files
wmaker/util/Makefile.am
T

68 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
1998-11-23 11:32:19 +00:00
bin_SCRIPTS = wmaker.inst wm-oldmenu2new wsetfont
1998-09-29 22:36:29 +00:00
1998-11-27 12:26:46 +00:00
EXTRA_DIST = wmaker.inst.in bughint wm-oldmenu2new wsetfont
1998-09-29 22:36:29 +00:00
1998-11-03 12:53:26 +00:00
INCLUDES = @DFLAGS@ -I$(top_srcdir)/wrlib -I$(top_srcdir)/libPropList\
@XCFLAGS@ @GFXFLAGS@
1998-09-29 22:36:29 +00:00
1998-10-21 14:43:47 +00:00
# X_EXTRA_LIBS is for libproplist in systems that need -lsocket
1999-01-06 15:22:33 +00:00
liblist= $(top_builddir)/libPropList/libPropList.la @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@
wxpaste_LDADD = @XLFLAGS@ @XLIBS@
1998-10-21 14:43:47 +00:00
getstyle_LDADD = $(liblist)
1998-09-29 22:36:29 +00:00
1998-10-21 14:43:47 +00:00
setstyle_LDADD = $(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)/wrlib/libwraster.la \
$(top_builddir)/WINGs/libWINGs.a \
1999-01-11 12:28:12 +00:00
$(top_builddir)/libPropList/libPropList.la \
1998-11-03 12:53:26 +00:00
@GFXLFLAGS@ @XLFLAGS@ @GFXLIBS@ @XLIBS@ -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
wmsetbg_SOURCES = wmsetbg.c
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/#version#/$(VERSION)/" \
-e "s:#bindir#:$(bindir):" \
1999-01-06 15:22:33 +00:00
-e "s:#LITE#:@LITE@:" \
1998-09-29 22:36:29 +00:00
$(srcdir)/wmaker.inst.in >wmaker.inst
chmod 755 wmaker.inst