File: Makefile.am

package info (click to toggle)
xfswitch-plugin 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,468 kB
  • ctags: 94
  • sloc: sh: 9,748; ansic: 121; makefile: 45
file content (23 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@SET_MAKE@

SUBDIRS = panel-plugin po

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

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

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

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