223 |
nanojit/Native.h \ |
nanojit/Native.h \ |
224 |
nanojit/RegAlloc.h \ |
nanojit/RegAlloc.h \ |
225 |
nanojit/nanojit.h \ |
nanojit/nanojit.h \ |
|
nanojit/TraceTreeDrawer.h \ |
|
226 |
$(NULL) |
$(NULL) |
227 |
endif |
endif |
228 |
|
|
242 |
jscompat.h \ |
jscompat.h \ |
243 |
jscpucfg.h \ |
jscpucfg.h \ |
244 |
jsotypes.h \ |
jsotypes.h \ |
|
jsstddef.h \ |
|
245 |
prmjtime.h \ |
prmjtime.h \ |
246 |
resource.h \ |
resource.h \ |
247 |
jsopcode.tbl \ |
jsopcode.tbl \ |
251 |
jskeyword.tbl \ |
jskeyword.tbl \ |
252 |
$(NULL) |
$(NULL) |
253 |
|
|
|
ifdef ENABLE_JIT |
|
|
OTHER_HFILES += builtins.tbl |
|
|
endif |
|
|
|
|
254 |
ifndef PREBUILT_CPUCFG |
ifndef PREBUILT_CPUCFG |
255 |
OTHER_HFILES += $(OBJDIR)/jsautocfg.h |
OTHER_HFILES += $(OBJDIR)/jsautocfg.h |
256 |
endif |
endif |
310 |
nanojit/avmplus.cpp \ |
nanojit/avmplus.cpp \ |
311 |
$(NULL) |
$(NULL) |
312 |
|
|
|
ifdef DEBUG |
|
|
JS_CPPFILES += nanojit/TraceTreeDrawer.cpp |
|
|
endif |
|
313 |
endif |
endif |
314 |
|
|
315 |
ifndef BUILD_OPT |
ifndef BUILD_OPT |
318 |
# $(NULL) |
# $(NULL) |
319 |
endif |
endif |
320 |
|
|
|
ifdef JS_LIVECONNECT |
|
|
DIRS += liveconnect |
|
|
endif |
|
|
|
|
321 |
ifdef JS_HAS_FILE_OBJECT |
ifdef JS_HAS_FILE_OBJECT |
322 |
JS_CPPFILES += jsfile.cpp |
JS_CPPFILES += jsfile.cpp |
323 |
JS_HFILES += jsfile.h |
JS_HFILES += jsfile.h |