This commit is contained in:
beard%netscape.com 2000-05-05 04:58:56 +00:00
Родитель 6e4e5d59d1
Коммит 15d927bcb1
2 изменённых файлов: 14 добавлений и 8 удалений

Просмотреть файл

@ -1,14 +1,17 @@
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 \
numerics.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 \
systemtypes.h world.h hash.h parser.h vmtypes.h jstypes.h \
gc_allocator.h icodegenerator.h
interpreter.o: interpreter.cpp interpreter.h utilities.h systemtypes.h \
jstypes.h gc_allocator.h icodegenerator.h parser.h vmtypes.h world.h \
hash.h numerics.h
jstypes.h gc_allocator.h vmtypes.h world.h hash.h parser.h numerics.h \
icodegenerator.h
js2.o: js2.cpp world.h utilities.h systemtypes.h hash.h parser.h \
interpreter.h jstypes.h gc_allocator.h icodegenerator.h vmtypes.h \
numerics.h
interpreter.h jstypes.h gc_allocator.h vmtypes.h numerics.h \
icodegenerator.h debugger.h
jstypes.o: jstypes.cpp jstypes.h gc_allocator.h utilities.h \
systemtypes.h numerics.h
numerics.o: numerics.cpp numerics.h utilities.h systemtypes.h

Просмотреть файл

@ -1,14 +1,17 @@
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 \
numerics.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 \
systemtypes.h world.h hash.h parser.h vmtypes.h jstypes.h \
gc_allocator.h icodegenerator.h
interpreter.o: interpreter.cpp interpreter.h utilities.h systemtypes.h \
jstypes.h gc_allocator.h icodegenerator.h parser.h vmtypes.h world.h \
hash.h numerics.h
jstypes.h gc_allocator.h vmtypes.h world.h hash.h parser.h numerics.h \
icodegenerator.h
js2.o: js2.cpp world.h utilities.h systemtypes.h hash.h parser.h \
interpreter.h jstypes.h gc_allocator.h icodegenerator.h vmtypes.h \
numerics.h
interpreter.h jstypes.h gc_allocator.h vmtypes.h numerics.h \
icodegenerator.h debugger.h
jstypes.o: jstypes.cpp jstypes.h gc_allocator.h utilities.h \
systemtypes.h numerics.h
numerics.o: numerics.cpp numerics.h utilities.h systemtypes.h