File: Makefile.am

package info (click to toggle)
wmaker 0.96.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,332 kB
  • sloc: ansic: 99,482; sh: 7,068; perl: 3,423; makefile: 1,647; lisp: 219; python: 34
file content (86 lines) | stat: -rw-r--r-- 1,408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
SUBDIRS = Backgrounds . Defaults IconSets Icons Pixmaps Styles Themes

prefsdatadir = $(pkgdatadir)

wpexecbindir = @wprefs_bindir@

# menus which need generated to have correct path to WPrefs or data directory
GENERATED_MENUS =\
	appearance.menu\
	appearance.menu.fy\
	appearance.menu.nl\
	menu\
	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 =\
	menu.ca\
	menu.cz\
	menu.da\
	menu.de\
	menu.el\
	menu.es\
	menu.fr\
	menu.gl\
	menu.he\
	menu.hr\
	menu.it\
	menu.ja\
	menu.no\
	menu.pl\
	menu.pt\
	menu.ru\
	menu.se\
	menu.sl\
	menu.tr\
	menu.zh_CN\
	plmenu.da\
	plmenu.de\
	plmenu.fr\
	plmenu.hr\
	plmenu.it

dist_prefsdata_DATA =\
	autostart.sh\
	background.menu\
	background.menu.fy\
	background.menu.nl\
	exitscript.sh\
	README\
	README.themes\
	$(NONGENERATED_MENUS)

nodist_prefsdata_DATA = $(GENERATED_MENUS)

xsessionsdir = @datadir@/xsessions
xsessions_DATA = wmaker.desktop

EXTRA_DIST = $(addsuffix .in, $(GENERATED_MENUS)) wmaker.desktop

CLEANFILES = $(GENERATED_MENUS)

$(GENERATED_MENUS):
	$(AM_V_GEN)sed -e "s:#wprefs#:$(wpexecbindir)/WPrefs:" \
		-e "s:#wmdatadir#:$(pkgdatadir):" $(srcdir)/$@.in > $@