1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00
ngircd/Makefile.am

21 lines
456 B
Makefile
Raw Normal View History

# $Id: Makefile.am,v 1.2 2001/12/12 17:21:58 alex Exp $
2001-12-11 21:53:04 +00:00
# $Log: Makefile.am,v $
# 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.
2001-12-11 21:53:04 +00:00
#
AUTOMAKE_OPTIONS = gnu
SUBDIRS = MacOSX src
2001-12-11 21:53:04 +00:00
maintainer-clean-local:
rm -f Makefile.in Makefile aclocal.m4 configure
rm -f mkinstalldirs missing depcomp install-sh
rm -f config.log
# -eof-