[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: XCode 2.0 project (1ecbd6c)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:44:49 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,ghc,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link       : http://git.haskell.org/packages/time.git/commitdiff/1ecbd6c347b20e978149947e4623a62dd662193e

>---------------------------------------------------------------

commit 1ecbd6c347b20e978149947e4623a62dd662193e
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Mon May 16 01:36:36 2005 -0700

    XCode 2.0 project
    
    darcs-hash:20050516083636-ac6dd-b6506418cfe358e9e64528fc691c54bd5e56fac3


>---------------------------------------------------------------

1ecbd6c347b20e978149947e4623a62dd662193e
 Makefile                      |   7 +-
 TimeLib.xcode/project.pbxproj | 259 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 265 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 36a93b7..fe5e66d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,13 @@
-default: build doc
+default: build
 
 build: $(patsubst %.hs,%.hi,$(SRCS)) libTimeLib.a
 
 test: build
 	cd test && make
 
+cleantest: build
+	cd test && make clean
+
 SRCS = Data/Fixed.hs \
 	System/Time/Clock.hs \
 	System/Time/TAI.hs \
@@ -54,6 +57,8 @@ FORCE:
 
 .SECONDARY:
 
+.PHONY: default build test doc clean
+
 depend: $(SRCS)
 	ghc -M $^
 
diff --git a/TimeLib.xcode/project.pbxproj b/TimeLib.xcode/project.pbxproj
new file mode 100644
index 0000000..8a889aa
--- /dev/null
+++ b/TimeLib.xcode/project.pbxproj
@@ -0,0 +1,259 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 39;
+	objects = {
+		AB01DCEA083747B1003C9EF7 = {
+			children = (
+				AB01DCF508374807003C9EF7,
+				AB01DCF908374808003C9EF7,
+				AB01DCF808374808003C9EF7,
+				AB01DD0008374848003C9EF7,
+				AB35747F08386FCD00B5F897,
+			);
+			isa = PBXGroup;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DCEC083747B1003C9EF7 = {
+			buildSettings = {
+				COPY_PHASE_STRIP = NO;
+			};
+			isa = PBXBuildStyle;
+			name = Development;
+		};
+		AB01DCED083747B1003C9EF7 = {
+			buildSettings = {
+				COPY_PHASE_STRIP = YES;
+			};
+			isa = PBXBuildStyle;
+			name = Deployment;
+		};
+		AB01DCEE083747B1003C9EF7 = {
+			buildSettings = {
+			};
+			buildStyles = (
+				AB01DCEC083747B1003C9EF7,
+				AB01DCED083747B1003C9EF7,
+			);
+			hasScannedForEncodings = 0;
+			isa = PBXProject;
+			mainGroup = AB01DCEA083747B1003C9EF7;
+			projectDirPath = "";
+			targets = (
+				AB01DD2108374A56003C9EF7,
+				AB3571F5083759B20059BD19,
+			);
+		};
+		AB01DCF508374807003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.make;
+			path = Makefile;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DCF608374808003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = Setup.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DCF708374808003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = text;
+			path = TimeLib.cabal;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DCF808374808003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.c.c;
+			path = timestuff.c;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DCF908374808003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.c.h;
+			path = timestuff.h;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DCFC08374838003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = Calendar.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DCFD08374838003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = Clock.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DCFE08374838003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = TAI.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DD0008374848003C9EF7 = {
+			children = (
+				AB01DCFD08374838003C9EF7,
+				AB01DCFE08374838003C9EF7,
+				AB01DD0D083748C0003C9EF7,
+				AB01DCFC08374838003C9EF7,
+			);
+			isa = PBXGroup;
+			name = Time;
+			path = System/Time;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DD0D083748C0003C9EF7 = {
+			children = (
+				AB01DD16083748EC003C9EF7,
+				AB01DD18083748EC003C9EF7,
+				AB01DD17083748EC003C9EF7,
+				AB01DD12083748EC003C9EF7,
+				AB01DD19083748EC003C9EF7,
+				AB01DD14083748EC003C9EF7,
+				AB01DD15083748EC003C9EF7,
+				AB01DD13083748EC003C9EF7,
+			);
+			isa = PBXGroup;
+			path = Calendar;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DD12083748EC003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = Calendar.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DD13083748EC003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = Format.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DD14083748EC003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = Gregorian.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DD15083748EC003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = ISOWeek.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DD16083748EC003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = Private.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DD17083748EC003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = TimeOfDay.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DD18083748EC003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = Timezone.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DD19083748EC003C9EF7 = {
+			fileEncoding = 4;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.haskell;
+			path = YearDay.hs;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		AB01DD2108374A56003C9EF7 = {
+			buildArgumentsString = "$(ACTION)";
+			buildPhases = (
+			);
+			buildSettings = {
+				OTHER_CFLAGS = "";
+				OTHER_LDFLAGS = "";
+				OTHER_REZFLAGS = "";
+				PRODUCT_NAME = Untitled;
+				SECTORDER_FLAGS = "";
+				WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
+			};
+			buildToolPath = /usr/bin/make;
+			dependencies = (
+			);
+			isa = PBXLegacyTarget;
+			name = Build;
+			passBuildSettingsInEnvironment = 1;
+			productName = Untitled;
+		};
+		AB3571F5083759B20059BD19 = {
+			buildArgumentsString = "$(ACTION)test";
+			buildPhases = (
+			);
+			buildSettings = {
+				OTHER_CFLAGS = "";
+				OTHER_LDFLAGS = "";
+				OTHER_REZFLAGS = "";
+				PRODUCT_NAME = Test;
+				SECTORDER_FLAGS = "";
+				WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
+			};
+			buildToolPath = /usr/bin/make;
+			dependencies = (
+			);
+			isa = PBXLegacyTarget;
+			name = Test;
+			passBuildSettingsInEnvironment = 1;
+			productName = Test;
+		};
+		AB35747F08386FCD00B5F897 = {
+			children = (
+				AB01DCF708374808003C9EF7,
+				AB01DCF608374808003C9EF7,
+			);
+			isa = PBXGroup;
+			name = Cabal;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+	};
+	rootObject = AB01DCEE083747B1003C9EF7;
+}



More information about the ghc-commits mailing list