File: Makefile.am

package info (click to toggle)
blueman 2.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,428 kB
  • sloc: python: 11,744; sh: 5,063; makefile: 899; ansic: 343; xml: 207; sed: 16
file content (23 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
APPS =				\
	blueman-adapters	\
	blueman-applet		\
	blueman-manager		\
	blueman-services	\
	blueman-sendto		\
	blueman-tray

appsdir = $(bindir)
apps_SCRIPTS = $(APPS)

polkitdir = $(libexecdir)
polkit_SCRIPTS = 	\
	blueman-mechanism

helpersdir = $(libexecdir)
helpers_SCRIPTS = blueman-rfcomm-watcher

ALL_APPS = $(APPS) $(polkit_SCRIPTS) $(helpers_SCRIPTS)

EXTRA_DIST = $(ALL_APPS) $(addsuffix .in, $(ALL_APPS))

CLEANFILES = $(ALL_APPS)