Files
wmaker/WindowMaker/Makefile.am
T

84 lines
1.3 KiB
Makefile
Raw Normal View History

SUBDIRS = Backgrounds . Defaults IconSets Icons Pixmaps Styles Themes
1998-09-29 22:36:29 +00:00
prefsdatadir = $(pkgdatadir)
wpexecbindir = @wprefs_bindir@
# menus which need generated to have correct path to WPrefs or data directory
GENERATED_MENUS =\
2017-08-17 21:02:27 -04:00
appearance.menu\
appearance.menu.fy\
appearance.menu.nl\
1999-01-06 15:22:33 +00:00
menu\
2000-09-14 22:10:30 +00:00
menu.bg\
menu.fi\
menu.fy\
menu.hu\
menu.ko\
menu.nl\
menu.ro\
menu.sk\
menu.zh_TW\
plmenu\
plmenu.bg\
plmenu.es\
plmenu.fi\
plmenu.fy\
plmenu.ja\
plmenu.ko\
plmenu.nl\
plmenu.pl\
plmenu.ro\
plmenu.sk\
plmenu.zh_CN\
plmenu.zh_TW\
wmmacros
# menus which do not mention WPrefs or data directory
NONGENERATED_MENUS =\
1999-01-07 16:22:35 +00:00
menu.ca\
1999-01-06 15:22:33 +00:00
menu.cz\
menu.da\
menu.de\
1999-01-06 15:22:33 +00:00
menu.el\
menu.es\
menu.fr\
menu.gl\
menu.he\
menu.hr\
menu.it\
menu.ja\
menu.no\
menu.pl\
1999-01-06 15:22:33 +00:00
menu.pt\
menu.ru\
menu.se\
menu.sl\
1999-01-11 12:28:12 +00:00
menu.tr\
menu.zh_CN\
1999-05-01 00:23:37 +00:00
plmenu.da\
plmenu.de\
1999-01-11 12:28:12 +00:00
plmenu.fr\
plmenu.hr\
plmenu.it
dist_prefsdata_DATA =\
autostart.sh\
background.menu\
background.menu.fy\
background.menu.nl\
exitscript.sh\
2010-04-09 10:40:51 -04:00
README\
README.themes\
$(NONGENERATED_MENUS)
nodist_prefsdata_DATA = $(GENERATED_MENUS)
1999-01-06 15:22:33 +00:00
EXTRA_DIST = $(addsuffix .in, $(GENERATED_MENUS))
1998-09-29 22:36:29 +00:00
CLEANFILES = $(GENERATED_MENUS)
2008-11-05 02:09:10 +01:00
$(GENERATED_MENUS):
$(AM_V_GEN)sed -e "s:#wprefs#:$(wpexecbindir)/WPrefs:" \
-e "s:#wmdatadir#:$(pkgdatadir):" $(srcdir)/$@.in > $@