about summary refs log tree commit diff
path: root/Makefile.am
blob: 2b57333488e37065641fedcf6ad58cbebd8a97cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $

# $Log: Makefile.am,v $
# Revision 1.1  2001/12/11 21:53:04  alex
# Initial revision
#

AUTOMAKE_OPTIONS = gnu

SUBDIRS = src

maintainer-clean-local:
	rm -f Makefile.in Makefile aclocal.m4 configure
	rm -f mkinstalldirs missing depcomp install-sh
	rm -f config.log

# -eof-