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

# $Log: Makefile.am,v $
# Revision 1.1  2001/12/12 17:21:58  alex
# - Projektdatei fuer den Mac OS X Project Builder erstellt.
#

maintainer-clean-local:
	rm -f Makefile Makefile.in
	rm -rf build

# -eof-