X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/7341eedbaf526ef2f0986b576c656906050e270a..7613908db708653c43cc3c2ca3defbfeb6b4fc6a:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a3b0820..d61a4d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)