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