#
# ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2003 by Alexander Barton (alex@barton.de)
+# Copyright (c)2001-2008 Alexander Barton (alex@barton.de)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# (at your option) any later version.
# Please read the file COPYING, README and AUTHORS for more information.
#
-# $Id: Makefile.am,v 1.17 2005/07/22 21:01:52 alex Exp $
-#
AUTOMAKE_OPTIONS = gnu
make -C doc srcdoc
xcode:
- @xcodebuild -project contrib/MacOSX/ngIRCd.xcode -list >/dev/null 2>&1 \
+ @xcodebuild -project contrib/MacOSX/ngIRCd.xcodeproj -list \
+ >/dev/null 2>&1 \
|| ( echo; echo "Error: \"xcodebuild\" not found!"; echo; exit 1 )
- xcodebuild -project contrib/MacOSX/ngIRCd.xcode -alltargets \
+ xcodebuild -project contrib/MacOSX/ngIRCd.xcodeproj -alltargets \
-buildstyle Development
rpm: distcheck