From: b Date: Sat, 23 Mar 2024 23:01:08 +0000 (+0000) Subject: generation of Perl programs X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=9cfaaedf49bd37ba3df9fb8e336d7520342bf763;p=ott%2Fbackup%2Fmscha generation of Perl programs --- 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