]> arthur.barton.de Git - ngircd-alex.git/blob - Makefile.am
- Version 0.0.1
[ngircd-alex.git] / Makefile.am
1 # $Id: Makefile.am,v 1.4 2001/12/31 02:20:20 alex Exp $
2
3 # $Log: Makefile.am,v $
4 # Revision 1.4  2001/12/31 02:20:20  alex
5 # - Unterverzeichnis "doc" aufgenommen.
6 #
7 # Revision 1.3  2001/12/30 19:24:28  alex
8 # - acconfig.h in die "noinst_HEADERS" aufgenommen.
9 #
10 # Revision 1.2  2001/12/12 17:21:58  alex
11 # - Projektdatei fuer den Mac OS X Project Builder erstellt.
12 #
13 # Revision 1.1.1.1  2001/12/11 21:53:04  alex
14 # Imported sources to CVS.
15 #
16
17 AUTOMAKE_OPTIONS = gnu
18
19 SUBDIRS = doc MacOSX src
20
21 noinst_HEADERS = acconfig.h
22
23 maintainer-clean-local:
24         rm -f Makefile.in Makefile aclocal.m4 configure
25         rm -f mkinstalldirs missing depcomp install-sh
26         rm -f config.log
27
28 # -eof-