File: Makefile.am

package info (click to toggle)
orage 4.3.99.1-2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 9,400 kB
  • ctags: 2,720
  • sloc: ansic: 25,885; sh: 8,485; xml: 1,101; perl: 873; makefile: 517
file content (53 lines) | stat: -rw-r--r-- 1,003 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
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
# $Id: Makefile.am 21074 2006-04-19 07:13:31Z juha $

if INCLUDED_LIBICAL
LIBICAL_SUBDIR=								\
	libical
endif

SUBDIRS = 								\
	$(LIBICAL_SUBDIR)						\
	doc								\
	icons								\
	po								\
	sounds								\
	src								\
	panel-plugin							\
	plugin

desktopdir = $(datadir)/applications
desktop_in_files = xfcalendar.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

EXTRA_DIST =								\
	mkinstalldirs  							\
	intltool-extract.in						\
	intltool-merge.in						\
	intltool-update.in						\
	xfcalendar.spec							\
	$(desktop_in_files)

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

AUTOMAKE_OPTIONS =							\
	1.8								\
	dist-bzip2

distclean-local:
	rm -rf *.cache *~ *.spec

rpm: dist
	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
	@rm -f $(PACKAGE)-$(VERSION).tar.gz

html: Makefile
	make -C doc html

ACLOCAL_AMFLAGS = -I m4

# vi:set ts=8 sw=8 noet ai nocindent: