File: Makefile.am

package info (click to toggle)
xfburn 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,916 kB
  • ctags: 1,783
  • sloc: ansic: 14,119; sh: 10,062; makefile: 270; xml: 152
file content (41 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download | duplicates (4)
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
SUBDIRS = 								\
	desktop-integration                                             \
	icons								\
	po								\
	docs								\
	xfburn

AUTOMAKE_OPTIONS = dist-bzip2

uidir = $(datadir)/xfburn
ui_DATA =  	                                                        \
        xfburn.ui							\
	xfburn-toolbars.ui
		
EXTRA_DIST = 								\
	$(apps_in_files)						\
	intltool-extract.in						\
	intltool-merge.in						\
	intltool-update.in						\
	$(ui_DATA)

appsdir = $(datadir)/applications
apps_in_files = xfburn.desktop.in
apps_DATA = $(apps_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

dist-bz2: dist
	zcat $(PACKAGE)-$(VERSION).tar.gz | \
           bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2

distcheck-bz2: distcheck
	zcat $(PACKAGE)-$(VERSION).tar.gz | \
            bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2

DISTCLEANFILES =							\
	intltool-extract						\
	intltool-merge							\
	intltool-update							\
	$(apps_DATA)

# vi:set ts=8 sw=8 noet ai nocindent softtabstop=0 list listchars=tab\:>-: