]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - DerivedSources.make
JavaScriptCore-1097.3.3.tar.gz
[apple/javascriptcore.git] / DerivedSources.make
index 80af4b6d506d551a096bc272b2ea3ece4716fae6..90e099d18d5920a1024d74d0e7c629e5f8dd393c 100644 (file)
@@ -43,8 +43,6 @@ all : \
     ErrorPrototype.lut.h \
     HeaderDetection.h \
     JSONObject.lut.h \
-    JavaScriptCore.JSVALUE32_64.exp \
-    JavaScriptCore.JSVALUE64.exp \
     JSGlobalObject.lut.h \
     KeywordLookup.h \
     Lexer.lut.h \
@@ -80,15 +78,6 @@ RegExpJitTables.h: create_regex_tables
 KeywordLookup.h: KeywordLookupGenerator.py Keywords.table
        python $^ > $@
 
-# export files
-
-JavaScriptCore.JSVALUE32_64.exp: JavaScriptCore.exp JavaScriptCore.JSVALUE32_64only.exp
-       cat $^ > $@
-
-JavaScriptCore.JSVALUE64.exp: JavaScriptCore.exp JavaScriptCore.JSVALUE64only.exp
-       cat $^ > $@
-
-
 # header detection
 
 ifeq ($(OS),MACOS)