gecko-dev/js/js2/dependencies

27 lines
1.5 KiB
Plaintext
Raw Normal View History

2000-05-05 04:58:56 +00:00
debugger.o: debugger.cpp world.h utilities.h systemtypes.h hash.h \
parser.h debugger.h interpreter.h jstypes.h gc_allocator.h vmtypes.h \
2000-06-29 04:25:10 +00:00
numerics.h jsclasses.h icode.h icodegenerator.h
gc_allocator.o: gc_allocator.cpp gc_allocator.h gc_container.h
hash.o: hash.cpp hash.h utilities.h systemtypes.h
icodegenerator.o: icodegenerator.cpp numerics.h utilities.h \
2000-04-28 05:46:22 +00:00
systemtypes.h world.h hash.h parser.h vmtypes.h jstypes.h \
2000-06-29 04:25:10 +00:00
gc_allocator.h jsclasses.h icode.h icodegenerator.h interpreter.h
interpreter.o: interpreter.cpp interpreter.h utilities.h systemtypes.h \
2000-06-29 04:25:10 +00:00
jstypes.h gc_allocator.h vmtypes.h numerics.h jsclasses.h world.h \
hash.h parser.h icode.h icodegenerator.h jsmath.h
js2.o: js2.cpp world.h utilities.h systemtypes.h hash.h parser.h \
2000-05-05 04:58:56 +00:00
interpreter.h jstypes.h gc_allocator.h vmtypes.h numerics.h \
2000-06-29 04:25:10 +00:00
jsclasses.h icode.h icodegenerator.h debugger.h
jsmath.o: jsmath.cpp jsmath.h jstypes.h utilities.h systemtypes.h \
gc_allocator.h
2000-06-25 16:44:29 +00:00
jstypes.o: jstypes.cpp jstypes.h utilities.h systemtypes.h \
gc_allocator.h jsclasses.h numerics.h icodegenerator.h parser.h \
2000-06-29 04:25:10 +00:00
vmtypes.h world.h hash.h icode.h
numerics.o: numerics.cpp numerics.h utilities.h systemtypes.h
parser.o: parser.cpp numerics.h utilities.h systemtypes.h parser.h \
world.h hash.h
utilities.o: utilities.cpp utilities.h systemtypes.h
2000-06-25 16:44:29 +00:00
vmtypes.o: vmtypes.cpp utilities.h systemtypes.h vmtypes.h numerics.h \
2000-06-29 04:25:10 +00:00
jstypes.h gc_allocator.h jsclasses.h world.h hash.h parser.h icode.h
world.o: world.cpp world.h utilities.h systemtypes.h hash.h parser.h