about summary refs log tree commit diff
path: root/MacOSX
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2001-12-31 16:02:12 +0000
committerAlexander Barton <alex@barton.de>2001-12-31 16:02:12 +0000
commita163f49660bdf129146e749ae5eb5910e8b0e0ac (patch)
tree0e0c7a0b71fd1ab59cde8e635f78cad4528e6690 /MacOSX
parent6cf1ae793cf8015ed4f2639949bf2f4aaa1fddee (diff)
downloadngircd-a163f49660bdf129146e749ae5eb5910e8b0e0ac.tar.gz
ngircd-a163f49660bdf129146e749ae5eb5910e8b0e0ac.zip
- Projektdateien von Mac OS X werden nun auch in die Distribution aufgenommen.
Diffstat (limited to 'MacOSX')
-rw-r--r--MacOSX/Makefile.am7
-rw-r--r--MacOSX/ngircd.pbproj/Makefile.am13
-rw-r--r--MacOSX/ngircd.pbproj/project.pbxproj29
3 files changed, 48 insertions, 1 deletions
diff --git a/MacOSX/Makefile.am b/MacOSX/Makefile.am
index b08dac34..791ed387 100644
--- a/MacOSX/Makefile.am
+++ b/MacOSX/Makefile.am
@@ -1,10 +1,15 @@
-# $Id: Makefile.am,v 1.1 2001/12/12 17:21:58 alex Exp $
+# $Id: Makefile.am,v 1.2 2001/12/31 16:02:12 alex Exp $
 
 # $Log: Makefile.am,v $
+# Revision 1.2  2001/12/31 16:02:12  alex
+# - Projektdateien von Mac OS X werden nun auch in die Distribution aufgenommen.
+#
 # Revision 1.1  2001/12/12 17:21:58  alex
 # - Projektdatei fuer den Mac OS X Project Builder erstellt.
 #
 
+SUBDIRS = ngircd.pbproj
+
 maintainer-clean-local:
 	rm -f Makefile Makefile.in
 	rm -rf build
diff --git a/MacOSX/ngircd.pbproj/Makefile.am b/MacOSX/ngircd.pbproj/Makefile.am
new file mode 100644
index 00000000..41de9613
--- /dev/null
+++ b/MacOSX/ngircd.pbproj/Makefile.am
@@ -0,0 +1,13 @@
+# $Id: Makefile.am,v 1.1 2001/12/31 16:02:12 alex Exp $
+
+# $Log: Makefile.am,v $
+# Revision 1.1  2001/12/31 16:02:12  alex
+# - Projektdateien von Mac OS X werden nun auch in die Distribution aufgenommen.
+#
+
+EXTRA_DIST = project.pbxproj
+
+maintainer-clean-local:
+	rm -f Makefile Makefile.in
+
+# -eof-
diff --git a/MacOSX/ngircd.pbproj/project.pbxproj b/MacOSX/ngircd.pbproj/project.pbxproj
index e566f19f..54b67a7c 100644
--- a/MacOSX/ngircd.pbproj/project.pbxproj
+++ b/MacOSX/ngircd.pbproj/project.pbxproj
@@ -65,6 +65,7 @@
 			children = (
 				1AB674ADFE9D54B511CA2CBB,
 				F51F791401DFD0DE01D13771,
+				F56D8B9E01E0BFA00155ADA7,
 				F52162B301C7B904012300F4,
 				F52162C201C7B904012300F4,
 				F52162C301C7B904012300F4,
@@ -552,6 +553,34 @@
 			settings = {
 			};
 		};
+		F56D8B9E01E0BFA00155ADA7 = {
+			children = (
+				F56D8B9F01E0BFA00155ADA7,
+				F56D8BA001E0BFA00155ADA7,
+			);
+			isa = PBXGroup;
+			name = MacOSX;
+			path = "";
+			refType = 2;
+		};
+		F56D8B9F01E0BFA00155ADA7 = {
+			isa = PBXFileReference;
+			path = Makefile.am;
+			refType = 4;
+		};
+		F56D8BA001E0BFA00155ADA7 = {
+			children = (
+				F56D8BA101E0BFA00155ADA7,
+			);
+			isa = PBXGroup;
+			path = ngircd.pbproj;
+			refType = 4;
+		};
+		F56D8BA101E0BFA00155ADA7 = {
+			isa = PBXFileReference;
+			path = Makefile.am;
+			refType = 4;
+		};
 		F576ABFA01D5E77301A85B03 = {
 			isa = PBXFileReference;
 			path = parse.c;