File: Makefile.am

package info (click to toggle)
sgcontrol 0.3cvs-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,412 kB
  • ctags: 761
  • sloc: ansic: 9,633; sh: 3,195; makefile: 189
file content (21 lines) | stat: -rw-r--r-- 404 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
## Process this file with automake to produce Makefile.in

SUBDIRS = macros pixmaps data src

EXTRA_DIST = \
	$(desktops_DATA)	\
	LICENSE			\
	autogen.sh 		\
	sgcontrol.spec		\
	sgcontrol.spec.in

desktopsdir = $(datadir)/applications

desktops_DATA = sgcontrol.desktop

ACLOCAL_AMFLAGS = -I macros

rpm:	Makefile
	make dist
	$(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
	rm $(PACKAGE)-$(VERSION).tar.gz