diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 17:33:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 17:40:55 -0700 |
commit | 0b38bc996c4c7e2693931bbd5103c7772b56b4bd (patch) | |
tree | 8e74fd6b7efc3a0fb87037b2bb58b9d8c6129339 /dep.mk | |
parent | 2f5e7a5b96039b7a00543b4056bab7ec85c8db4b (diff) | |
download | txr-0b38bc996c4c7e2693931bbd5103c7772b56b4bd.tar.gz txr-0b38bc996c4c7e2693931bbd5103c7772b56b4bd.tar.bz2 txr-0b38bc996c4c7e2693931bbd5103c7772b56b4bd.zip |
txr-015 2009-10-15txr-015
Diffstat (limited to 'dep.mk')
-rw-r--r-- | dep.mk | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +lib.o: lib.h gc.h unwind.h stream.h +lex.yy.o: y.tab.h lib.h gc.h parser.h +regex.o: lib.h unwind.h regex.h +y.tab.o: lib.h regex.h parser.h +unwind.o: lib.h gc.h stream.h unwind.h +txr.o: lib.h stream.h gc.h unwind.h parser.h match.h txr.h +match.o: lib.h gc.h unwind.h regex.h stream.h parser.h txr.h match.h +stream.o: lib.h gc.h stream.h +gc.o: lib.h stream.h txr.h gc.h |