File: Makefile.am.svn-base

package info (click to toggle)
xfce4-timer-plugin 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,096 kB
  • ctags: 149
  • sloc: sh: 9,087; ansic: 910; makefile: 48
file content (29 lines) | stat: -rw-r--r-- 549 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
## Process this file with automake to produce Makefile.in
## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## 	Please disable it in the Anjuta project configuration

SUBDIRS = \
	src \
	po

AUTOMAKE_OPTIONS = \
	1.8 \
	dist-bzip2
	
distclean-local:
	rm -rf *.cache *~

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

EXTRA_DIST = \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in

DISTCLEANFILES = \
	intltool-extract \
	intltool-merge \
	intltool-update