]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - JavaScriptCore.pro
JavaScriptCore-7600.1.4.9.tar.gz
[apple/javascriptcore.git] / JavaScriptCore.pro
diff --git a/JavaScriptCore.pro b/JavaScriptCore.pro
deleted file mode 100644 (file)
index 13130b8..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# -------------------------------------------------------------------
-# Main project file for JavaScriptSource
-#
-# See 'Tools/qmake/README' for an overview of the build system
-# -------------------------------------------------------------------
-
-TEMPLATE = subdirs
-CONFIG += ordered
-
-LLIntOffsetsExtractor.file = LLIntOffsetsExtractor.pro
-LLIntOffsetsExtractor.makefile = Makefile.LLIntOffsetsExtractor
-SUBDIRS += LLIntOffsetsExtractor
-
-derived_sources.file = DerivedSources.pri
-target.file = Target.pri
-
-SUBDIRS += derived_sources target
-
-addStrictSubdirOrderBetween(LLIntOffsetsExtractor, derived_sources)
-addStrictSubdirOrderBetween(derived_sources, target)
-
-jsc.file = jsc.pro
-jsc.makefile = Makefile.jsc
-SUBDIRS += jsc