File: Makefile.am

package info (click to toggle)
cfengine2 2.2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 9,328 kB
  • ctags: 5,365
  • sloc: ansic: 63,373; sh: 9,932; makefile: 274; lisp: 182; yacc: 100; perl: 72
file content (38 lines) | stat: -rw-r--r-- 823 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
if BUILD_DOC
DOC_DIR = doc
else
DOC_DIR =
endif

SUBDIRS = pub src contrib inputs $(DOC_DIR)

EXTRA_DIST = acconfig.h doc/cfengine.8 COPYING ChangeLog INSTALL NEWS README LICENSE

docdir = $(pkgdatadir)
doc_DATA = README ChangeLog INSTALL NEWS

#
# Some basic clean ups
#
MOSTLYCLEANFILES = *~

#
# Get everything removed down to where rebuilding requires:
# "make; make install"
# 
CLEANFILES =

#
# Get everything removed down to where rebuilding requires:
# "configure; make; make install"
#
DISTCLEANFILES = 

#
# Get everything removed down to where rebuilding requires:
# "aclocal; autoconf; autoheader; automake --add-missing"
# "configure; make; make install"
#
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.sub \
	configure install-sh missing mkinstalldirs depcomp ylwrap \
	ltmain.sh mdate-sh