From be5c6129e49492fc9ae414ac8857d351a5551a24 Mon Sep 17 00:00:00 2001 From: k_harling Date: Wed, 4 Jun 2008 11:02:04 +0000 Subject: [PATCH] adding nonpb --- Makefile | 5 +++++ bin/setup.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d867de4..a9c8c82 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,7 @@ LIBFILES=debug.pm \ tool/sse.pm \ tool/npc.pm \ tool/pind.pm \ + tool/nonpb.pm \ tool/bootstrap.pm \ tool/scm/config_file.pm \ tool/scm.pm \ @@ -109,6 +110,7 @@ RELFILES=$(addprefix PsN-Source/lib/,$(LIBFILES)) \ bin/mc_cdd \ bin/sse \ bin/pind \ + bin/nonpb \ bin/npc \ bin/vpc \ bin/llp \ @@ -187,6 +189,9 @@ libgen/tool/npc.pm : diagrams/npc.dia libgen/tool/pind.pm : diagrams/pind.dia $(DIA2CODE) -t perl -d $(DIRPM) diagrams/pind.dia +libgen/tool/nonpb.pm : diagrams/nonpb.dia + $(DIA2CODE) -t perl -d $(DIRPM) diagrams/nonpb.dia + libgen/tool/bootstrap.pm : diagrams/bootstrap.dia $(DIA2CODE) -t perl -d $(DIRPM) diagrams/bootstrap.dia diff --git a/bin/setup.pl b/bin/setup.pl index 47240b4..a20a856 100644 --- a/bin/setup.pl +++ b/bin/setup.pl @@ -10,7 +10,7 @@ $name_safe_version =~ s/\./_/g; my @utilities = ('bootstrap', 'cdd', 'execute', 'llp', 'scm', 'sumo', 'sse', 'mc_cdd', 'data_stats', 'create_extra_data_model', 'single_valued_columns', 'gam42toconf', 'create_cont_model', 'create_cont_data', 'unwrap_data', 'create_subsets', - 'check_termination','se_of_eta','update_inits','npc','vpc','pind' ); + 'check_termination','se_of_eta','update_inits','npc','vpc','pind','nonpb' ); my @win_modules = ('Math::Random'); my @nix_modules = ('Math::Random','Storable'); -- 2.11.4.GIT