From 9cfaaedf49bd37ba3df9fb8e336d7520342bf763 Mon Sep 17 00:00:00 2001 From: b Date: Sat, 23 Mar 2024 23:01:08 +0000 Subject: [PATCH] generation of Perl programs --- frame.pl => frame.1.pl | 0 frameaftertime.pl => frameaftertime.1.pl | 0 makefile | 14 +++++++++++--- makefile.1.mak | 14 +++++++++++--- viewer.pl => viewer.1.pl | 0 vieweraftertime.pl => vieweraftertime.1.pl | 0 6 files changed, 22 insertions(+), 6 deletions(-) rename frame.pl => frame.1.pl (100%) mode change 100755 => 100644 rename frameaftertime.pl => frameaftertime.1.pl (100%) mode change 100755 => 100644 rename viewer.pl => viewer.1.pl (100%) mode change 100755 => 100644 rename vieweraftertime.pl => vieweraftertime.1.pl (100%) mode change 100755 => 100644 diff --git a/frame.pl b/frame.1.pl old mode 100755 new mode 100644 similarity index 100% rename from frame.pl rename to frame.1.pl diff --git a/frameaftertime.pl b/frameaftertime.1.pl old mode 100755 new mode 100644 similarity index 100% rename from frameaftertime.pl rename to frameaftertime.1.pl diff --git a/makefile b/makefile index f58ac8d..7522610 100644 --- a/makefile +++ b/makefile @@ -46,10 +46,18 @@ CONFIGURE_CMD = $(PERL) ./configure.pl --do $(CONFIGFILE) # keep these 2 lists in the same order!: GENERATE_FROM=\ -mscha.1.conf +frame.1.pl\ +frameaftertime.1.pl\ +mscha.1.conf\ +viewer.1.pl\ +vieweraftertime.1.pl\ TO_GENERATE=\ -mscha.conf +frame.pl\ +frameaftertime.pl\ +mscha.conf\ +viewer.pl\ +vieweraftertime.pl\ EXEC=\ frame.pl\ @@ -84,7 +92,7 @@ configure.pl: $(CONFIGFILE) config/configure.1.pl $(TO_GENERATE): $(GENERATE_FROM) $(CONFIGFILE) configure.pl - $(CONFIGURE_CMD) --in $(GENERATE_FROM) --out $(TO_GENERATE) + $(CONFIGURE_CMD) --v --in $(GENERATE_FROM) --out $(TO_GENERATE) mktree: diff --git a/makefile.1.mak b/makefile.1.mak index dcf21ab..7f345e8 100644 --- a/makefile.1.mak +++ b/makefile.1.mak @@ -46,10 +46,18 @@ CONFIGURE_CMD = $(PERL) ./configure.pl --do $(CONFIGFILE) # keep these 2 lists in the same order!: GENERATE_FROM=\ -mscha.1.conf +frame.1.pl\ +frameaftertime.1.pl\ +mscha.1.conf\ +viewer.1.pl\ +vieweraftertime.1.pl\ TO_GENERATE=\ -mscha.conf +frame.pl\ +frameaftertime.pl\ +mscha.conf\ +viewer.pl\ +vieweraftertime.pl\ EXEC=\ frame.pl\ @@ -84,7 +92,7 @@ configure.pl: $(CONFIGFILE) config/configure.1.pl $(TO_GENERATE): $(GENERATE_FROM) $(CONFIGFILE) configure.pl - $(CONFIGURE_CMD) --in $(GENERATE_FROM) --out $(TO_GENERATE) + $(CONFIGURE_CMD) --v --in $(GENERATE_FROM) --out $(TO_GENERATE) mktree: diff --git a/viewer.pl b/viewer.1.pl old mode 100755 new mode 100644 similarity index 100% rename from viewer.pl rename to viewer.1.pl diff --git a/vieweraftertime.pl b/vieweraftertime.1.pl old mode 100755 new mode 100644 similarity index 100% rename from vieweraftertime.pl rename to vieweraftertime.1.pl -- 2.30.2