File: Makefile.am

package info (click to toggle)
wbar 2.3.4-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,440 kB
  • sloc: cpp: 3,577; sh: 1,288; makefile: 114
file content (22 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
CLEANFILES = *~ $(wbardesktop:.desktop.in.in=.desktop)

defaultdir = @DEFAULT_CONFIGDIR@
default_DATA = $(wbarcfg:.cfg.in=.cfg)

autostartdir = @DEFAULT_CONFIGDIR@
autostart_DATA = $(wbardesktop:.desktop.in.in=.desktop)

bashcompletiondir = /etc/bash_completion.d
bashcompletion_DATA = wbar

@INTLTOOL_DESKTOP_RULE@

wbardesktop = wbar.desktop.in.in
wbarcfg = wbar.cfg.in

EXTRA_DIST = \
$(wbardesktop) \
$(wbarcfg) \
$(wbardesktop:.desktop.in.in=.desktop.in) \
$(bashcompletion_DATA)