mirror of
https://github.com/osmarks/ngircd.git
synced 2025-10-21 01:17:39 +00:00
Added XCode project files (for Mac OS X) to "contrib" directory.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# ngIRCd -- The Next Generation IRC Daemon
|
# ngIRCd -- The Next Generation IRC Daemon
|
||||||
# Copyright (c)2001-2003 by Alexander Barton (alex@barton.de)
|
# Copyright (c)2001-2004 Alexander Barton <alex@barton.de>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
# Please read the file COPYING, README and AUTHORS for more information.
|
# Please read the file COPYING, README and AUTHORS for more information.
|
||||||
#
|
#
|
||||||
# $Id: configure.in,v 1.99 2003/12/31 17:31:03 alex Exp $
|
# $Id: configure.in,v 1.100 2004/02/29 17:19:43 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# -- Initialisierung --
|
# -- Initialisierung --
|
||||||
@@ -321,7 +321,7 @@ fi
|
|||||||
|
|
||||||
CFLAGS="$the_CFLAGS $add_CFLAGS $add_DEFINES -DSYSCONFDIR='\"\$(sysconfdir)\"'"
|
CFLAGS="$the_CFLAGS $add_CFLAGS $add_DEFINES -DSYSCONFDIR='\"\$(sysconfdir)\"'"
|
||||||
|
|
||||||
# -- Ausgabe der Dateien --
|
# -- Generate files --
|
||||||
|
|
||||||
AC_OUTPUT([ \
|
AC_OUTPUT([ \
|
||||||
Makefile \
|
Makefile \
|
||||||
@@ -334,6 +334,7 @@ AC_OUTPUT([ \
|
|||||||
man/Makefile \
|
man/Makefile \
|
||||||
contrib/Makefile \
|
contrib/Makefile \
|
||||||
contrib/Debian/Makefile \
|
contrib/Debian/Makefile \
|
||||||
|
contrib/MacOSX/Makefile \
|
||||||
])
|
])
|
||||||
|
|
||||||
# -- Result --
|
# -- Result --
|
||||||
|
17
contrib/MacOSX/Makefile.am
Normal file
17
contrib/MacOSX/Makefile.am
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
#
|
||||||
|
# ngIRCd -- The Next Generation IRC Daemon
|
||||||
|
# Copyright (c)2001-2004 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
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
# Please read the file COPYING, README and AUTHORS for more information.
|
||||||
|
#
|
||||||
|
# $Id: Makefile.am,v 1.1 2004/02/29 17:19:43 alex Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
rm -rf build
|
||||||
|
|
||||||
|
# -eof-
|
1846
contrib/MacOSX/ngIRCd.xcode/project.pbxproj
Normal file
1846
contrib/MacOSX/ngIRCd.xcode/project.pbxproj
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# ngIRCd -- The Next Generation IRC Daemon
|
# ngIRCd -- The Next Generation IRC Daemon
|
||||||
# Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
|
# Copyright (c)2001-2004 Alexander Barton <alex@barton.de>
|
||||||
#
|
#
|
||||||
# Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
|
# Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
|
||||||
# der GNU General Public License (GPL), wie von der Free Software Foundation
|
# der GNU General Public License (GPL), wie von der Free Software Foundation
|
||||||
@@ -9,10 +9,10 @@
|
|||||||
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
#
|
#
|
||||||
# $Id: Makefile.am,v 1.2 2003/12/31 17:20:11 alex Exp $
|
# $Id: Makefile.am,v 1.3 2004/02/29 17:19:43 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
SUBDIRS = Debian
|
SUBDIRS = Debian MacOSX
|
||||||
|
|
||||||
EXTRA_DIST = ngircd.spec
|
EXTRA_DIST = ngircd.spec
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user