summaryrefslogtreecommitdiff
path: root/xtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xtools/Makefile')
-rw-r--r--xtools/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/xtools/Makefile b/xtools/Makefile
index 599e0da..6504fbc 100644
--- a/xtools/Makefile
+++ b/xtools/Makefile
@@ -17,19 +17,19 @@
DEPS=../iirs.ads ../nodes.ads ./pnodes.py
-all: ../iirs.adb ../disp_tree.adb ../nodes_gc.adb
+all: ../iirs.adb ../nodes_meta.ads ../nodes_meta.adb
../iirs.adb: ../iirs.adb.in $(DEPS)
$(RM) $@
./pnodes.py body > $@
chmod -w $@
-../disp_tree.adb: ../disp_tree.adb.in $(DEPS)
+../nodes_meta.ads: ../nodes_meta.ads.in $(DEPS)
$(RM) $@
- ./pnodes.py disp_tree > $@
+ ./pnodes.py meta_specs > $@
chmod -w $@
-../nodes_gc.adb: ../nodes_gc.adb.in $(DEPS)
+../nodes_meta.adb: ../nodes_meta.adb.in $(DEPS)
$(RM) $@
- ./pnodes.py mark_tree > $@
+ ./pnodes.py meta_body > $@
chmod -w $@