File: Makefile.am

package info (click to toggle)
burgerspace 1.5-3.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,380 kB
  • ctags: 319
  • sloc: sh: 8,688; cpp: 2,664; makefile: 197
file content (25 lines) | stat: -rw-r--r-- 364 bytes parent folder | download
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
# $Id$

SUBDIRS = src doc

EXTRA_DIST = \
	bootstrap \
	@[email protected] \
	@[email protected] \
	@[email protected]

auxdir = @ac_aux_dir@
AUX_DIST = $(auxdir)/install-sh $(auxdir)/missing \
			$(auxdir)/mkinstalldirs

rpm: dist
	rpm -ta $(distdir).tar.gz

MAINTAINERCLEANFILES = \
	Makefile.in \
	aclocal.m4 \
	configure \
	sic/config-h.in \
	sic/stamp-h.in \
	$(AUX_DIST)