File: Makefile.am

package info (click to toggle)
burgerspace 1.6.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,020 kB
  • ctags: 304
  • sloc: sh: 3,263; cpp: 2,730; makefile: 211
file content (27 lines) | stat: -rw-r--r-- 438 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
# $Id: Makefile.am,v 1.1 2001/12/28 17:43:51 sarrazip Exp $

SUBDIRS = src doc macros

EXTRA_DIST = \
	bootstrap \
	@PACKAGE@.spec \
	HACKING

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

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

check: all
	cd src && $(MAKE) check

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