Update awol theme to use features in FVWM 2.5.25+
[fvwm-themes.git] / menu-system / Makefile.am
blob84d02882bb11cb1097882958c7f3cd02c4e457b0
1 ## Process this file with automake to create Makefile.in
3 configdir = @ROOT_PREFIX@@MENU_SYSTEM_PREFIX@
4 bindir = @ROOT_PREFIX@@MENU_SYSTEM_PREFIX@
5 FT_DATADIR = @FT_DATADIR@
7 bin_SCRIPTS = @MENU_SYSTEM_BINSCRIPTS@
8 config_DATA = @MENU_SYSTEM_CONFIGDATA@
10 EXTRA_SCRIPTS = fvwm_themes
11 EXTRA_DIST =  fvwm_themes.h fvwm_themes_data.h \
12         fvwm_themes.in fvwm_themes.h.in fvwm_themes_data.h.in
14 fvwm_themes: fvwm_themes.in Makefile
15         rm -f $@
16         sed -e 's,xFT_DATADIRx,$(FT_DATADIR),' $(top_srcdir)/menu-system/fvwm_themes.in > $@-t
17         mv $@-t $@
19 fvwm_themes.h: fvwm_themes.h.in Makefile
20         rm -f $@
21         sed -e 's,xFT_DATADIRx,$(FT_DATADIR),' $(top_srcdir)/menu-system/fvwm_themes.h.in > $@-t
22         mv $@-t $@
24 fvwm_themes_data.h: fvwm_themes_data.h.in Makefile
25         rm -f $@
26         sed -e 's,xFT_DATADIRx,$(FT_DATADIR),' $(top_srcdir)/menu-system/fvwm_themes_data.h.in > $@-t
27         mv $@-t $@
29 CLEANFILES = $(bin_SCRIPTS) $(config_DATA)