summary refs log tree commit diff
path: root/Makefile.am
blob: 8a0c38ce7c87d2c7db93071433e007cb3e8f7121 (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
# $Id: Makefile.am,v 1.4 2001/12/31 02:20:20 alex Exp $

# $Log: Makefile.am,v $
# Revision 1.4  2001/12/31 02:20:20  alex
# - Unterverzeichnis "doc" aufgenommen.
#
# Revision 1.3  2001/12/30 19:24:28  alex
# - acconfig.h in die "noinst_HEADERS" aufgenommen.
#
# Revision 1.2  2001/12/12 17:21:58  alex
# - Projektdatei fuer den Mac OS X Project Builder erstellt.
#
# Revision 1.1.1.1  2001/12/11 21:53:04  alex
# Imported sources to CVS.
#

AUTOMAKE_OPTIONS = gnu

SUBDIRS = doc MacOSX src

noinst_HEADERS = acconfig.h

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

# -eof-