]>
Commit | Line | Data |
---|---|---|
1 | # @configure_input@ | |
2 | ||
3 | SHELL := @_BASH@ | |
4 | VPATH := @srcdir@ | |
5 | ||
6 | ifndef PKG_TARG | |
7 | target := | |
8 | else | |
9 | target := $(PKG_TARG)- | |
10 | endif | |
11 | ||
12 | srcdir := @srcdir@ | |
13 | top_builddir := @top_builddir@ | |
14 | flex := @FLEX@ | |
15 | libtool := @LIBTOOL@ | |
16 | cxx := @CXX@ | |
17 | objcxx := @OBJCXX@ | |
18 | cflags := @CPPFLAGS@ @CXXFLAGS@ -DYYDEBUG=1 $(filter -DHAVE_FFI% -DHAVE_READLINE% -DHAVE_HISTORY_H,@DEFS@) | |
19 | objcxxflags := @OBJCXXFLAGS@ | |
20 | ldflags := @LDFLAGS@ | |
21 | library := @LIBS@ @LTLIBAPR@ @LTLIBICONV@ | |
22 | sed := @SED@ | |
23 | bison := @BISON@ | |
24 | time := @TIME@ | |
25 | gperf := @GPERF@ | |
26 | otool := @_OTOOL@ | |
27 | lipo := @_LIPO@ | |
28 | nm := @_NM@ | |
29 | ||
30 | INSTALL := @INSTALL@ | |
31 | INSTALL_PROGRAM := @INSTALL_PROGRAM@ | |
32 | INSTALL_DATA := @INSTALL_DATA@ | |
33 | ||
34 | PACKAGE_TARNAME := @PACKAGE_TARNAME@ | |
35 | prefix := @prefix@ | |
36 | exec_prefix := @exec_prefix@ | |
37 | bindir := @bindir@ | |
38 | sbindir := @sbindir@ | |
39 | libexecdir := @libexecdir@ | |
40 | datarootdir := @datarootdir@ | |
41 | datadir := @datadir@ | |
42 | sysconfdir := @sysconfdir@ | |
43 | sharedstatedir := @sharedstatedir@ | |
44 | localstatedir := @localstatedir@ | |
45 | includedir := @includedir@ | |
46 | oldincludedir := @oldincludedir@ | |
47 | docdir := @docdir@ | |
48 | infodir := @infodir@ | |
49 | htmldir := @htmldir@ | |
50 | dvidir := @dvidir@ | |
51 | pdfdir := @pdfdir@ | |
52 | psdir := @psdir@ | |
53 | libdir := @libdir@ | |
54 | localedir := @localedir@ | |
55 | mandir := @mandir@ | |
56 | ||
57 | CY_EXECUTE := @CY_EXECUTE@ | |
58 | CY_OBJECTIVEC := @CY_OBJECTIVEC@ | |
59 | CY_OBJECTIVEC_MACH := @CY_OBJECTIVEC_MACH@ | |
60 | CY_ATTACH_GROUP := @CY_ATTACH_GROUP@ | |
61 | ||
62 | svn := @SVN@ | |
63 | svnversion := @SVNVERSION@ | |
64 | ||
65 | ifneq ($(svnversion),) | |
66 | release := $(shell svnversion $(srcdir)) | |
67 | ||
68 | ifneq ($(release),exported) | |
69 | gnutar := @GNUTAR@ | |
70 | version := @PACKAGE_VERSION@.$(release) | |
71 | tarname := @PACKAGE_TARNAME@-$(version) | |
72 | endif | |
73 | endif | |
74 | ||
75 | paths := $(foreach path,$(paths),$(wildcard $(path))) | |
76 | cflags += $(foreach path,$(paths),-I$(path) -L$(path)) | |
77 | ||
78 | #svn := $(shell svnversion $(srcdir)) | |
79 | ||
80 | all: | |
81 | all := cycript | |
82 | ||
83 | #dpkg_architecture := $(shell which dpkg-architecture 2>/dev/null) | |
84 | #ifneq ($(dpkg_architecture),) | |
85 | #arch := $(shell $(dpkg_architecture) -qDEB_HOST_ARCH 2>/dev/null) | |
86 | #endif | |
87 | ||
88 | header := Cycript.tab.hh Parser.hpp Pooling.hpp cycript.hpp Internal.hpp Error.hpp String.hpp Exception.hpp Standard.hpp | |
89 | ||
90 | code := | |
91 | code += Replace.lo Output.lo | |
92 | code += Cycript.tab.lo lex.cy.lo | |
93 | code += Network.lo Parser.lo | |
94 | code += JavaScriptCore.lo Library.lo | |
95 | ||
96 | inject := | |
97 | ||
98 | filters := #E4X | |
99 | ldid := true | |
100 | entitle := $(ldid) | |
101 | lib := lib | |
102 | dll := so | |
103 | depends := | |
104 | ||
105 | restart ?= $(MAKE) | |
106 | uname_s ?= $(shell uname -s) | |
107 | uname_p ?= $(shell uname -p) | |
108 | ||
109 | ifeq ($(CY_EXECUTE),1) | |
110 | cflags += -DCY_EXECUTE | |
111 | code += sig/ffi_type.lo sig/parse.lo sig/copy.lo | |
112 | code += Execute.lo Bridge.lo | |
113 | filters += C | |
114 | header += JavaScript.hpp | |
115 | endif | |
116 | ||
117 | cflags += -Wall -Werror -Wno-parentheses #-Wno-unused | |
118 | cflags += -fno-common | |
119 | ifneq ($(srcdir),.) | |
120 | cflags += -I. | |
121 | endif | |
122 | cflags += -I$(srcdir) -I$(srcdir)/include | |
123 | ||
124 | all += libcycript.la | |
125 | ||
126 | filters += $(shell $(bison) <(echo '%code{}%%_:') -o/dev/null 2>/dev/null && echo Bison24 || echo Bison23) | |
127 | ||
128 | ifdef arch | |
129 | deb := $(shell grep ^Package: $(srcdir)/control.in | cut -d ' ' -f 2-)_$(shell grep ^Version: $(srcdir)/control.in | cut -d ' ' -f 2 | $(sed) -e 's/\#/$(svn)/')_$(arch).deb | |
130 | ||
131 | all: | |
132 | ||
133 | extra:: | |
134 | ||
135 | ifeq ($(depends)$(dll),dylib) | |
136 | control.tmp: control.in cycript $(lib)cycript.dylib | |
137 | $(sed) -e 's/&/'"$$(dpkg-query -S $$(otool -lah cycript *.dylib | grep dylib | grep -v ':$$' | $(sed) -e 's/^ *name //;s/ (offset [0-9]*)$$//' | sort -u) 2>/dev/null | $(sed) -e 's/:.*//; /^cycript$$/ d; s/$$/,/' | sort -u | tr '\n' ' ')"'/;s/, $$//;s/#/$(svn)/;s/%/$(arch)/' $< >$@ | |
138 | else | |
139 | ifeq ($(depends)$(dll),so) | |
140 | control.tmp: control.in cycript $(lib)cycript.so | |
141 | $(sed) -e 's/&/'"$$(dpkg-query -S $$(ldd cycript $(lib)cycript.so | $(sed) -e '/:$$/ d; s/^[ \t]*\([^ ]* => \)\?\([^ ]*\) .*/\2/' | sort -u) 2>/dev/null | $(sed) -e 's/:.*//; /^cycript$$/ d; s/$$/,/' | sort -u | tr '\n' ' ')"'/;s/, $$//;s/#/$(svn)/;s/%/$(arch)/' $< >$@ | |
142 | else | |
143 | control.tmp: control.in | |
144 | $(sed) -e 's/&/$(foreach depend,$(depends),$(depend),)/;s/,$$//;s/#/$(svn)/;s/%/$(arch)/' $< >$@ | |
145 | endif | |
146 | endif | |
147 | ||
148 | control: control.tmp | |
149 | [[ -e control ]] && diff control control.tmp &>/dev/null || cp -pRf control.tmp control | |
150 | ||
151 | $(deb): $(all) control | |
152 | rm -rf package | |
153 | mkdir -p package/DEBIAN | |
154 | cp -pR control package/DEBIAN | |
155 | mkdir -p package/usr/{bin,lib,sbin} | |
156 | $(restart) extra | |
157 | cp -pR $(lib)cycript.$(dll) package/usr/lib | |
158 | cp -pR cycript package/usr/bin | |
159 | #cp -pR cyrver package/usr/sbin | |
160 | dpkg-deb -b package $(deb) | |
161 | endif | |
162 | ||
163 | ifeq ($(CY_EXECUTE),1) | |
164 | Bridge.gperf: Bridge.def Bridge.sh | |
165 | $(srcdir)/Bridge.sh $< >$@ | |
166 | ||
167 | Bridge.hpp: Bridge.gperf | |
168 | $(gperf) $< | $(sed) -e 's/defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/0/' >$@ | |
169 | ||
170 | Bridge.lo: Bridge.hpp | |
171 | endif | |
172 | ||
173 | ifeq ($(CY_OBJECTIVEC),1) | |
174 | filters += ObjectiveC | |
175 | header += Struct.hpp ObjectiveC/Internal.hpp ObjectiveC/Syntax.hpp | |
176 | code += ObjectiveC/Output.lo ObjectiveC/Replace.lo ObjectiveC/Library.lo | |
177 | ||
178 | Struct.hpp: | |
179 | $$($(objcxx) -print-prog-name=cc1obj) -print-objc-runtime-info </dev/null >$@ | |
180 | ||
181 | ifeq ($(CY_OBJECTIVEC_MACH),1) | |
182 | code += Handler.lo | |
183 | cflags += -DCY_ATTACH -DCY_LIBRARY='"$(libdir)/libcycript.@SO@"' | |
184 | inject += Mach/Inject.lo | |
185 | ||
186 | Mach/Inject.lo: Trampoline.t.hpp Baton.hpp | |
187 | ||
188 | %.t.hpp: %.t.cpp trampoline.sh Baton.hpp Trampoline.hpp | |
189 | $(srcdir)/trampoline.sh $@ .libs/$*.t.o $* $(sed) $(otool) $(lipo) $(nm) $(libtool) --mode=compile $(cxx) -c -fno-stack-protector -fno-exceptions -I$(srcdir)/include -o $*.t.lo $< $(cflags) | |
190 | endif | |
191 | endif | |
192 | ||
193 | all: $(all) | |
194 | ||
195 | clean:: | |
196 | rm -rf *.lo *.o *.d *.t.hpp .libs */*.d */*.lo */.libs libcycript.la $(all) Struct.hpp lex.cy.c Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh cyrver Cycript.yy Cycript.l control Bridge.gperf Bridge.hpp Cycript.output | |
197 | ifneq ($(srcdir),.) | |
198 | rm -rf Mach ObjectiveC sig | |
199 | endif | |
200 | ||
201 | distclean: clean | |
202 | rm -f GNUmakefile Makefile config.log config.status libtool | |
203 | ||
204 | %.yy: %.yy.in | |
205 | $(srcdir)/Filter.sh <$< >$@ $(filters) | |
206 | ||
207 | %.l: %.l.in | |
208 | $(srcdir)/Filter.sh <$< >$@ $(filters) | |
209 | ||
210 | Cycript.tab.cc Cycript.tab.hh location.hh position.hh: Cycript.yy | |
211 | $(bison) -v --report=state $< | |
212 | ||
213 | lex.cy.c: Cycript.l | |
214 | $(flex) -t $< | $(sed) -e 's/int yyl;/yy_size_t yyl;/;s/int yyleng_r;/yy_size_t yyleng_r;/' >$@ | |
215 | ||
216 | #Parser.hpp: Parser.py Parser.dat | |
217 | # ./Parser.py <Parser.dat >$@ | |
218 | ||
219 | Cycript.tab.lo: Cycript.tab.cc $(header) | |
220 | $(libtool) --mode=compile $(cxx) $(cflags) -c -o $@ $< | |
221 | ||
222 | lex.cy.lo: lex.cy.c $(header) | |
223 | $(libtool) --mode=compile $(cxx) $(cflags) -c -o $@ $< | |
224 | ||
225 | %.lo: %.cpp $(header) | |
226 | $(libtool) --mode=compile $(cxx) $(cflags) -c -o $@ $< | |
227 | ||
228 | %.lo: %.mm $(header) | |
229 | $(libtool) --mode=compile $(objcxx) $(objcxxflags) $(cflags) -c -o $@ $< | |
230 | ||
231 | libcycript.la: $(code) | |
232 | $(libtool) --mode=link $(cxx) $(ldflags) -o $@ $(filter %.lo,$^) $(library) $(link) -rpath $(libdir) | |
233 | $(ldid) $@ | |
234 | ||
235 | cycript: Console.lo libcycript.la $(inject) | |
236 | $(libtool) --mode=link $(cxx) $(ldflags) -o $@ $(filter %.lo,$^) libcycript.la $(link) -rpath $(libdir) | |
237 | $(entitle) cycript | |
238 | ||
239 | package: $(deb) | |
240 | ||
241 | test: cycript | |
242 | if [[ -e target.cy ]]; then ./cycript -c target.cy && echo; fi | |
243 | if [[ -e jquery.js ]]; then $(time) ./cycript -c jquery.js >jquery.cyc.js; gzip -9c jquery.cyc.js >jquery.cyc.js.gz; wc -c jquery.{mam,gcc,cyc,bak,yui}.js; wc -c jquery.{cyc,gcc,bak,mam,yui}.js.gz; fi | |
244 | if [[ -e test.cy ]]; then ./cycript test.cy; fi | |
245 | ||
246 | ifneq ($(gnutar),:) | |
247 | dist: | |
248 | echo -n >> $(tarname).tar.gz | |
249 | $(gnutar) -cC $(srcdir) -f $(tarname).tar.gz -vX <($(svn) propget svn:ignore $(srcdir)) -z --exclude-vcs --show-transformed-names --transform='s#^\.#$(tarname)#' . | |
250 | endif | |
251 | ||
252 | install: cycript libcycript.la | |
253 | $(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) | |
254 | $(libtool) --mode=install $(INSTALL_PROGRAM) libcycript.la $(DESTDIR)$(libdir)/libcycript.la | |
255 | $(libtool) --mode=install $(INSTALL_PROGRAM) cycript $(DESTDIR)$(bindir)/cycript | |
256 | ifneq ($(CY_ATTACH_GROUP),) | |
257 | chgrp $(CY_ATTACH_GROUP) $(DESTDIR)$(bindir)/cycript | |
258 | chmod g+s $(DESTDIR)$(bindir)/cycript | |
259 | endif | |
260 | ||
261 | uninstall: | |
262 | $(libtool) --mode=uninstall rm -f $(DESTDIR)$(bindir)/cycript | |
263 | $(libtool) --mode=uninstall rm -f $(DESTDIR)$(libdir)/libcycript.la | |
264 | ||
265 | .PHONY: all clean extra dist install uninstall package test control.tmp |