aboutsummaryrefslogtreecommitdiff
path: root/deque/config/Makefile.am
blob: 3e097e9f9f1c239604691b5795ffc6e137934284 (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
## File: config/Makefile.am
## Package:
## Description:
##   + automake file for 'config' package-subdir
##
## Process this file with Automake to create Makefile.in.
##-----------------------------------------------------------------------

##-----------------------------------------------------------------------
## Variables: options
##-----------------------------------------------------------------------

##-----------------------------------------------------------------------
## Variables: cleanup
##-----------------------------------------------------------------------

## --- mostlyclean: built by 'make' & commonly rebuilt
#MOSTLYCLEANFILES = 

## --- clean:  built by 'make'
#CLEANFILES = 

## --- distclean: built by 'configure'
#DISTCLEANFILES = 

## -- maintainerclean: built by maintainer / by hand
MAINTAINERCLEANFILES = \
	*~ .*~ \
	compile Makefile Makefile.in \
	config.guess \
	config.sub \
	depcomp \
	install-sh \
	ltmain.sh \
	missing \
	mkinstalldirs \
	texinfo.tex \
	ylwrap


##-----------------------------------------------------------------------
## Variables: distribution
##-----------------------------------------------------------------------

## --- extra distribution files
EXTRA_DIST = \
	Makefile.in \
	depcomp \
	install-sh \
	mkinstalldirs \
	missing

#	config.guess
#	config.sub
#	ltmain.sh
#	texinfo.tex

## --- recursion subdirectories for 'make dist'
#DIST_SUBDIRS = $(SUBDIRS)

#-----------------------------------------------------------------------
# Rules: cleanup
#-----------------------------------------------------------------------
.PHONY: cvsclean cvsclean-hook

cvsclean: maintainer-clean ;