summaryrefslogtreecommitdiff
path: root/m4/Makefile.am
blob: 4d01443c0ce23656c4dbea08e91a4b08543e7436 (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
##
## Process this file with automake to produce Makefile.in
##
 

EXTRA_DIST = README libtool.m4


##
##
##


mostlyclean-generic:
	-rm -f *~ \#* .*~ .\#*


maintainer-clean-generic:
	-@echo "This command is intended for maintainers to use;"
	-@echo "it deletes files that may require special tools to rebuild."
	-rm -f Makefile.in

##
## End of Makefile.am
##
###############################################################################