X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/a2beb6bb38a621db8c9ddce9500aea738f1c62ee..f2c357f9fb922258dac9f808df0143e548c4bfdc:/Makefile.am?ds=inline diff --git a/Makefile.am b/Makefile.am index 728163e..d61a4d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -# Cycript - Optimizing JavaScript Compiler/Runtime -# Copyright (C) 2009-2015 Jay Freeman (saurik) +# Cycript - The Truly Universal Scripting Language +# Copyright (C) 2009-2016 Jay Freeman (saurik) # GNU Affero General Public License, Version 3 {{{ # @@ -87,13 +87,13 @@ Bridge.def: Bridge.def.in cat $< >$@ endif -CLEANFILES += Bridge.gperf -Bridge.gperf: Bridge.def Bridge.sh - $(srcdir)/Bridge.sh <$< >$@ +#CLEANFILES += Hasher.gperf +#Hasher.gperf: Hasher.def Hasher.sh +# $(srcdir)/Hasher.sh <$< >$@ -CLEANFILES += Bridge.hpp -Bridge.hpp: Bridge.gperf - $(GPERF) $< >$@ +#CLEANFILES += Hasher.hpp +#Hasher.hpp: Hasher.gperf +# $(GPERF) $< >$@ endif if CY_JAVA @@ -126,6 +126,7 @@ libcycript_la_LIBADD += $(LTPYTHON) endif if CY_OBJECTIVEC +AM_CPPFLAGS += -DCY_OBJECTIVEC filters += ObjectiveC libcycript_la_SOURCES += ObjectiveC/Output.cpp ObjectiveC/Replace.cpp ObjectiveC/Library.mm libcycript_la_LIBADD += $(LTOBJECTIVEC)