# This Makefile is for the Goo extension to perl. # # It was generated automatically by MakeMaker version # 6.30 (Revision: Revision: 4535 ) from the contents of # Makefile.PL. Don't edit this file, edit Makefile.PL instead. # # ANY CHANGES MADE HERE WILL BE LOST! # # MakeMaker ARGV: (q[INSTALLDIRS=site], q[CC=cc], q[CCFLAGS=-fno-common], q[PREFIX=/usr/local], q[INSTALLPRIVLIB=/usr/local/lib], q[INSTALLARCHLIB=/usr/local/lib]) # # MakeMaker Parameters: # AUTHOR => q[Nigel Hamilton ] # EXE_FILES => [q[bin/goo.pl], q[bin/goo]] # NAME => q[Goo] # PL_FILES => { } # PREREQ_PM => { DBD::SQLite=>q[0], File::Grep=>q[0], Term::ProgressBar=>q[0], File::NCopy=>q[0], Perl::Tidy=>q[0], CGI=>q[0], Test::Pod=>q[0], Term::Complete=>q[0], File::Find=>q[0], Term::ReadKey=>q[0], Pod::Coverage=>q[0], Test::Pod::Coverage=>q[0], LWP::ConnCache=>q[0], Term::ANSIColor=>q[0], Time::HiRes=>q[0], Devel::Symdump=>q[0], Test::More=>q[0], LWP::UserAgent=>q[0], Config::Auto=>q[0], Text::FormatTable=>q[0], Config::Tiny=>q[0] } # VERSION_FROM => q[lib/Goo.pm] # clean => { FILES=>q[Goo-*] } # dist => { COMPRESS=>q[gzip -9f], SUFFIX=>q[gz] } # --- MakeMaker post_initialize section: # --- MakeMaker const_config section: # These definitions are from config.sh (via /usr/local/lib/perl5/5.8.8/mach/Config.pm) # They may have been overridden via Makefile.PL or on the command line AR = ar CC = cc CCCDLFLAGS = CCDLFLAGS = DLEXT = bundle DLSRC = dl_dlopen.xs LD = env MACOSX_DEPLOYMENT_TARGET=10.3 cc LDDLFLAGS = -bundle -undefined dynamic_lookup -L/usr/local/lib LDFLAGS = -L/usr/local/lib LIBC = /usr/lib/libc.dylib LIB_EXT = .a OBJ_EXT = .o OSNAME = darwin OSVERS = 8.0.1 RANLIB = ranlib SITELIBEXP = /usr/local/lib/perl5/site_perl/5.8.8 SITEARCHEXP = /usr/local/lib/perl5/site_perl/5.8.8/mach SO = dylib EXE_EXT = FULL_AR = /usr/bin/ar VENDORARCHEXP = VENDORLIBEXP = # --- MakeMaker constants section: AR_STATIC_ARGS = cr DIRFILESEP = / DFSEP = $(DIRFILESEP) NAME = Goo NAME_SYM = Goo VERSION = 0.09 VERSION_MACRO = VERSION VERSION_SYM = 0_09 DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\" XS_VERSION = 0.09 XS_VERSION_MACRO = XS_VERSION XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\" INST_ARCHLIB = blib/arch INST_SCRIPT = blib/script INST_BIN = blib/bin INST_LIB = blib/lib INST_MAN1DIR = blib/man1 INST_MAN3DIR = blib/man3 MAN1EXT = 1 MAN3EXT = 3 INSTALLDIRS = site DESTDIR = PREFIX = /usr/local PERLPREFIX = $(PREFIX) SITEPREFIX = $(PREFIX) VENDORPREFIX = $(PREFIX) INSTALLPRIVLIB = /usr/local/lib DESTINSTALLPRIVLIB = $(DESTDIR)$(INSTALLPRIVLIB) INSTALLSITELIB = $(SITEPREFIX)/lib/perl5/site_perl/5.8.8 DESTINSTALLSITELIB = $(DESTDIR)$(INSTALLSITELIB) INSTALLVENDORLIB = DESTINSTALLVENDORLIB = $(DESTDIR)$(INSTALLVENDORLIB) INSTALLARCHLIB = /usr/local/lib DESTINSTALLARCHLIB = $(DESTDIR)$(INSTALLARCHLIB) INSTALLSITEARCH = $(SITEPREFIX)/lib/perl5/site_perl/5.8.8/mach DESTINSTALLSITEARCH = $(DESTDIR)$(INSTALLSITEARCH) INSTALLVENDORARCH = DESTINSTALLVENDORARCH = $(DESTDIR)$(INSTALLVENDORARCH) INSTALLBIN = $(PERLPREFIX)/bin DESTINSTALLBIN = $(DESTDIR)$(INSTALLBIN) INSTALLSITEBIN = $(SITEPREFIX)/bin DESTINSTALLSITEBIN = $(DESTDIR)$(INSTALLSITEBIN) INSTALLVENDORBIN = DESTINSTALLVENDORBIN = $(DESTDIR)$(INSTALLVENDORBIN) INSTALLSCRIPT = $(PERLPREFIX)/bin DESTINSTALLSCRIPT = $(DESTDIR)$(INSTALLSCRIPT) INSTALLMAN1DIR = $(PERLPREFIX)/man/man1 DESTINSTALLMAN1DIR = $(DESTDIR)$(INSTALLMAN1DIR) INSTALLSITEMAN1DIR = $(SITEPREFIX)/man/man1 DESTINSTALLSITEMAN1DIR = $(DESTDIR)$(INSTALLSITEMAN1DIR) INSTALLVENDORMAN1DIR = DESTINSTALLVENDORMAN1DIR = $(DESTDIR)$(INSTALLVENDORMAN1DIR) INSTALLMAN3DIR = $(PERLPREFIX)/lib/perl5/5.8.8/perl/man/man3 DESTINSTALLMAN3DIR = $(DESTDIR)$(INSTALLMAN3DIR) INSTALLSITEMAN3DIR = $(SITEPREFIX)/lib/perl5/5.8.8/man/man3 DESTINSTALLSITEMAN3DIR = $(DESTDIR)$(INSTALLSITEMAN3DIR) INSTALLVENDORMAN3DIR = DESTINSTALLVENDORMAN3DIR = $(DESTDIR)$(INSTALLVENDORMAN3DIR) PERL_LIB = /usr/local/lib/perl5/5.8.8 PERL_ARCHLIB = /usr/local/lib/perl5/5.8.8/mach LIBPERL_A = libperl.a FIRST_MAKEFILE = Makefile MAKEFILE_OLD = Makefile.old MAKE_APERL_FILE = Makefile.aperl PERLMAINCC = $(CC) PERL_INC = /usr/local/lib/perl5/5.8.8/mach/CORE PERL = /usr/local/bin/perl5.8.8 FULLPERL = /usr/local/bin/perl5.8.8 ABSPERL = $(PERL) PERLRUN = $(PERL) FULLPERLRUN = $(FULLPERL) ABSPERLRUN = $(ABSPERL) PERLRUNINST = $(PERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" FULLPERLRUNINST = $(FULLPERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" ABSPERLRUNINST = $(ABSPERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" PERL_CORE = 0 PERM_RW = 644 PERM_RWX = 755 MAKEMAKER = /usr/local/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm MM_VERSION = 6.30 MM_REVISION = Revision: 4535 # FULLEXT = Pathname for extension directory (eg Foo/Bar/Oracle). # BASEEXT = Basename part of FULLEXT. May be just equal FULLEXT. (eg Oracle) # PARENT_NAME = NAME without BASEEXT and no trailing :: (eg Foo::Bar) # DLBASE = Basename part of dynamic library. May be just equal BASEEXT. FULLEXT = Goo BASEEXT = Goo PARENT_NAME = DLBASE = $(BASEEXT) VERSION_FROM = lib/Goo.pm OBJECT = LDFROM = $(OBJECT) LINKTYPE = dynamic BOOTDEP = # Handy lists of source code files: XS_FILES = C_FILES = O_FILES = H_FILES = MAN1PODS = bin/goo \ bin/goo.pl MAN3PODS = lib/Goo.pm \ lib/Goo/Action.pm \ lib/Goo/BackLinkFinder.pm \ lib/Goo/BackLinkManager.pm \ lib/Goo/CareOMeter.pm \ lib/Goo/CommandLineManager.pm \ lib/Goo/CompressWhitespace.pm \ lib/Goo/ConfigFile.pm \ lib/Goo/Database.pm \ lib/Goo/DatabaseInfo.pm \ lib/Goo/DatabaseObject.pm \ lib/Goo/DatabaseProfileOption.pm \ lib/Goo/DatabaseThing.pm \ lib/Goo/DatabaseThing/Deleter.pm \ lib/Goo/DatabaseThing/Editor.pm \ lib/Goo/DatabaseThing/Maker.pm \ lib/Goo/DatabaseThing/Profiler.pm \ lib/Goo/Date.pm \ lib/Goo/Differ.pm \ lib/Goo/Editor.pm \ lib/Goo/Emailer.pm \ lib/Goo/Environment.pm \ lib/Goo/Exiter.pm \ lib/Goo/FileThing.pm \ lib/Goo/FileThing/Cloner.pm \ lib/Goo/FileThing/Deleter.pm \ lib/Goo/FileThing/Finder.pm \ lib/Goo/FileUtilities.pm \ lib/Goo/Grepper.pm \ lib/Goo/Header.pm \ lib/Goo/JumpManager.pm \ lib/Goo/JumpProfileOption.pm \ lib/Goo/List.pm \ lib/Goo/Lister.pm \ lib/Goo/LiteDatabase.pm \ lib/Goo/Loader.pm \ lib/Goo/Logger.pm \ lib/Goo/Object.pm \ lib/Goo/OptionIndexTable.pm \ lib/Goo/Profile.pm \ lib/Goo/ProfileOption.pm \ lib/Goo/Profiler.pm \ lib/Goo/Prompter.pm \ lib/Goo/Shell.pm \ lib/Goo/ShellCommander.pm \ lib/Goo/SimpleEmailer.pm \ lib/Goo/TabAwareEditor.pm \ lib/Goo/TabConverter.pm \ lib/Goo/TableInfo.pm \ lib/Goo/TeamManager.pm \ lib/Goo/Template.pm \ lib/Goo/TemplateProfileOption.pm \ lib/Goo/Test.pm \ lib/Goo/TextEditor.pm \ lib/Goo/TextTable.pm \ lib/Goo/TextUtilities.pm \ lib/Goo/ThereDocManager.pm \ lib/Goo/Thing.pm \ lib/Goo/Thing/bug/Fixer.pm \ lib/Goo/Thing/bug/Lister.pm \ lib/Goo/Thing/bug/Maker.pm \ lib/Goo/Thing/conf/ConfigProfiler.pm \ lib/Goo/Thing/conf/studly-method-remover.pl \ lib/Goo/Thing/gml/Profiler.pm \ lib/Goo/Thing/gml/Reader.pm \ lib/Goo/Thing/gml/Writer.pm \ lib/Goo/Thing/goo/Maker.pm \ lib/Goo/Thing/js/JSFunctionProfileOption.pm \ lib/Goo/Thing/js/JavascriptProfiler.pm \ lib/Goo/Thing/log/Profiler.pm \ lib/Goo/Thing/pl/ScriptMaker.pm \ lib/Goo/Thing/pm/Adder.pm \ lib/Goo/Thing/pm/Compiler.pm \ lib/Goo/Thing/pm/Editor.pm \ lib/Goo/Thing/pm/ExecDocManager.pm \ lib/Goo/Thing/pm/Maker.pm \ lib/Goo/Thing/pm/Method.pm \ lib/Goo/Thing/pm/MethodMaker.pm \ lib/Goo/Thing/pm/MethodMatcher.pm \ lib/Goo/Thing/pm/MethodProfileOption.pm \ lib/Goo/Thing/pm/PackageProfileOption.pm \ lib/Goo/Thing/pm/Perl5.pm \ lib/Goo/Thing/pm/Perl5Adder.pm \ lib/Goo/Thing/pm/Perl5Compiler.pm \ lib/Goo/Thing/pm/Perl5Editor.pm \ lib/Goo/Thing/pm/Perl5ModuleInspector.pm \ lib/Goo/Thing/pm/Perl5ModuleMaker.pm \ lib/Goo/Thing/pm/Perl5Profiler.pm \ lib/Goo/Thing/pm/Perl5Runner.pm \ lib/Goo/Thing/pm/Perl5ThereDocManager.pm \ lib/Goo/Thing/pm/Perl6Adder.pm \ lib/Goo/Thing/pm/Perl6Compiler.pm \ lib/Goo/Thing/pm/Perl6Editor.pm \ lib/Goo/Thing/pm/Perl6ModuleInspector.pm \ lib/Goo/Thing/pm/Perl6ModuleMaker.pm \ lib/Goo/Thing/pm/Perl6Profiler.pm \ lib/Goo/Thing/pm/Perl6Runner.pm \ lib/Goo/Thing/pm/PerlCoder.pm \ lib/Goo/Thing/pm/PerlTidyManager.pm \ lib/Goo/Thing/pm/Profiler.pm \ lib/Goo/Thing/pm/ProgramCloner.pm \ lib/Goo/Thing/pm/ProgramDeleter.pm \ lib/Goo/Thing/pm/Runner.pm \ lib/Goo/Thing/pm/ScopeMatcher.pm \ lib/Goo/Thing/pm/ThereDocManager.pm \ lib/Goo/Thing/pm/TypeChecker.pm \ lib/Goo/Thing/pm/TypeLessTranslator.pm \ lib/Goo/Thing/task/Finisher.pm \ lib/Goo/Thing/task/Maker.pm \ lib/Goo/Thing/task/TaskEditor.pm \ lib/Goo/Thing/task/TaskLister.pm \ lib/Goo/Thing/task/edittask.pl \ lib/Goo/Thing/task/savetask.pl \ lib/Goo/Thing/task/tasklist.pl \ lib/Goo/Thing/tpm/TestLoader.pm \ lib/Goo/Thing/tpm/TestMaker.pm \ lib/Goo/Thing/tpm/TestRunner.pm \ lib/Goo/Thing/tpm/Tester.pm \ lib/Goo/ThingFinder.pm \ lib/Goo/ThingProfileOption.pm \ lib/Goo/TrailGoBack.pm \ lib/Goo/TrailGoBackOne.pm \ lib/Goo/TrailGoForward.pm \ lib/Goo/TrailManager.pm \ lib/Goo/TrailProfiler.pm \ lib/Goo/TypeManager.pm \ lib/Goo/WebDBLite.pm \ lib/Goo/Zone.pm # Where is the Config information that we are using/depend on CONFIGDEP = $(PERL_ARCHLIB)$(DFSEP)Config.pm $(PERL_INC)$(DFSEP)config.h # Where to build things INST_LIBDIR = $(INST_LIB) INST_ARCHLIBDIR = $(INST_ARCHLIB) INST_AUTODIR = $(INST_LIB)/auto/$(FULLEXT) INST_ARCHAUTODIR = $(INST_ARCHLIB)/auto/$(FULLEXT) INST_STATIC = INST_DYNAMIC = INST_BOOT = # Extra linker info EXPORT_LIST = PERL_ARCHIVE = PERL_ARCHIVE_AFTER = TO_INST_PM = lib/.gooskel/nanorc \ lib/.gooskel/perltidyrc \ lib/.gooskel/things/goo/blv.goo \ lib/.gooskel/things/goo/bug.goo \ lib/.gooskel/things/goo/care.goo \ lib/.gooskel/things/goo/conf.goo \ lib/.gooskel/things/goo/gml.goo \ lib/.gooskel/things/goo/goo.goo \ lib/.gooskel/things/goo/idea.goo \ lib/.gooskel/things/goo/js.goo \ lib/.gooskel/things/goo/log.goo \ lib/.gooskel/things/goo/person.goo \ lib/.gooskel/things/goo/pl.goo \ lib/.gooskel/things/goo/pm.goo \ lib/.gooskel/things/goo/py.goo \ lib/.gooskel/things/goo/task.goo \ lib/.gooskel/things/goo/tpl.goo \ lib/.gooskel/things/goo/tpm.goo \ lib/.gooskel/things/goo/trail.goo \ lib/.gooskel/things/tpl/clonemodule.tpl \ lib/.gooskel/things/tpl/perl-constructor.tpl \ lib/.gooskel/things/tpl/perl-method.tpl \ lib/.gooskel/things/tpl/perl-module-header.tpl \ lib/.gooskel/things/tpl/perl-program.tpl \ lib/Goo.pm \ lib/Goo/Action.pm \ lib/Goo/BackLinkFinder.pm \ lib/Goo/BackLinkManager.pm \ lib/Goo/CareOMeter.pm \ lib/Goo/CommandLineManager.pm \ lib/Goo/CompressWhitespace.pm \ lib/Goo/ConfigFile.pm \ lib/Goo/Database.pm \ lib/Goo/DatabaseInfo.pm \ lib/Goo/DatabaseObject.pm \ lib/Goo/DatabaseProfileOption.pm \ lib/Goo/DatabaseThing.pm \ lib/Goo/DatabaseThing/Deleter.pm \ lib/Goo/DatabaseThing/Editor.pm \ lib/Goo/DatabaseThing/Maker.pm \ lib/Goo/DatabaseThing/Profiler.pm \ lib/Goo/Date.pm \ lib/Goo/Differ.pm \ lib/Goo/Editor.pm \ lib/Goo/Emailer.pm \ lib/Goo/Environment.pm \ lib/Goo/Exiter.pm \ lib/Goo/FileThing.pm \ lib/Goo/FileThing/Cloner.pm \ lib/Goo/FileThing/Deleter.pm \ lib/Goo/FileThing/Finder.pm \ lib/Goo/FileUtilities.pm \ lib/Goo/Grepper.pm \ lib/Goo/Header.pm \ lib/Goo/JumpManager.pm \ lib/Goo/JumpProfileOption.pm \ lib/Goo/List.pm \ lib/Goo/Lister.pm \ lib/Goo/LiteDatabase.pm \ lib/Goo/Loader.pm \ lib/Goo/Logger.pm \ lib/Goo/Object.pm \ lib/Goo/OptionIndexTable.pm \ lib/Goo/Profile.pm \ lib/Goo/ProfileOption.pm \ lib/Goo/Profiler.pm \ lib/Goo/Prompter.pm \ lib/Goo/Shell.pm \ lib/Goo/ShellCommander.pm \ lib/Goo/SimpleEmailer.pm \ lib/Goo/TabAwareEditor.pm \ lib/Goo/TabConverter.pm \ lib/Goo/TableInfo.pm \ lib/Goo/TeamManager.pm \ lib/Goo/Template.pm \ lib/Goo/TemplateProfileOption.pm \ lib/Goo/Test.pm \ lib/Goo/TextEditor.pm \ lib/Goo/TextTable.pm \ lib/Goo/TextUtilities.pm \ lib/Goo/ThereDocManager.pm \ lib/Goo/Thing.pm \ lib/Goo/Thing/bug/Fixer.pm \ lib/Goo/Thing/bug/Lister.pm \ lib/Goo/Thing/bug/Maker.pm \ lib/Goo/Thing/conf/ConfigProfiler.pm \ lib/Goo/Thing/conf/studly-method-remover.pl \ lib/Goo/Thing/gml/Profiler.pm \ lib/Goo/Thing/gml/Reader.pm \ lib/Goo/Thing/gml/Writer.pm \ lib/Goo/Thing/goo/Maker.pm \ lib/Goo/Thing/js/JSFunctionProfileOption.pm \ lib/Goo/Thing/js/JavascriptProfiler.pm \ lib/Goo/Thing/log/Profiler.pm \ lib/Goo/Thing/pl/ScriptMaker.pm \ lib/Goo/Thing/pm/Adder.pm \ lib/Goo/Thing/pm/Compiler.pm \ lib/Goo/Thing/pm/Editor.pm \ lib/Goo/Thing/pm/ExecDocManager.pm \ lib/Goo/Thing/pm/Maker.pm \ lib/Goo/Thing/pm/Method.pm \ lib/Goo/Thing/pm/MethodMaker.pm \ lib/Goo/Thing/pm/MethodMatcher.pm \ lib/Goo/Thing/pm/MethodProfileOption.pm \ lib/Goo/Thing/pm/PackageProfileOption.pm \ lib/Goo/Thing/pm/Perl5.pm \ lib/Goo/Thing/pm/Perl5Adder.pm \ lib/Goo/Thing/pm/Perl5Compiler.pm \ lib/Goo/Thing/pm/Perl5Editor.pm \ lib/Goo/Thing/pm/Perl5ModuleInspector.pm \ lib/Goo/Thing/pm/Perl5ModuleMaker.pm \ lib/Goo/Thing/pm/Perl5Profiler.pm \ lib/Goo/Thing/pm/Perl5Runner.pm \ lib/Goo/Thing/pm/Perl5ThereDocManager.pm \ lib/Goo/Thing/pm/Perl6Adder.pm \ lib/Goo/Thing/pm/Perl6Compiler.pm \ lib/Goo/Thing/pm/Perl6Editor.pm \ lib/Goo/Thing/pm/Perl6ModuleInspector.pm \ lib/Goo/Thing/pm/Perl6ModuleMaker.pm \ lib/Goo/Thing/pm/Perl6Profiler.pm \ lib/Goo/Thing/pm/Perl6Runner.pm \ lib/Goo/Thing/pm/PerlCoder.pm \ lib/Goo/Thing/pm/PerlTidyManager.pm \ lib/Goo/Thing/pm/Profiler.pm \ lib/Goo/Thing/pm/ProgramCloner.pm \ lib/Goo/Thing/pm/ProgramDeleter.pm \ lib/Goo/Thing/pm/Runner.pm \ lib/Goo/Thing/pm/ScopeMatcher.pm \ lib/Goo/Thing/pm/ThereDocManager.pm \ lib/Goo/Thing/pm/TypeChecker.pm \ lib/Goo/Thing/pm/TypeLessTranslator.pm \ lib/Goo/Thing/task/Finisher.pm \ lib/Goo/Thing/task/Maker.pm \ lib/Goo/Thing/task/TaskEditor.pm \ lib/Goo/Thing/task/TaskLister.pm \ lib/Goo/Thing/task/addtask.html \ lib/Goo/Thing/task/addtask.pl \ lib/Goo/Thing/task/edittask.pl \ lib/Goo/Thing/task/savetask.pl \ lib/Goo/Thing/task/tasklist.pl \ lib/Goo/Thing/tpm/TestLoader.pm \ lib/Goo/Thing/tpm/TestMaker.pm \ lib/Goo/Thing/tpm/TestRunner.pm \ lib/Goo/Thing/tpm/Tester.pm \ lib/Goo/ThingFinder.pm \ lib/Goo/ThingProfileOption.pm \ lib/Goo/TrailGoBack.pm \ lib/Goo/TrailGoBackOne.pm \ lib/Goo/TrailGoForward.pm \ lib/Goo/TrailManager.pm \ lib/Goo/TrailProfiler.pm \ lib/Goo/TypeManager.pm \ lib/Goo/WebDBLite.pm \ lib/Goo/Zone.pm \ lib/Goo/test.pl PM_TO_BLIB = lib/Goo/Thing/js/JavascriptProfiler.pm \ blib/lib/Goo/Thing/js/JavascriptProfiler.pm \ lib/Goo/Thing/pm/Perl5ModuleMaker.pm \ blib/lib/Goo/Thing/pm/Perl5ModuleMaker.pm \ lib/Goo/DatabaseProfileOption.pm \ blib/lib/Goo/DatabaseProfileOption.pm \ lib/.gooskel/things/goo/gml.goo \ blib/lib/.gooskel/things/goo/gml.goo \ lib/.gooskel/things/goo/pl.goo \ blib/lib/.gooskel/things/goo/pl.goo \ lib/Goo/TrailManager.pm \ blib/lib/Goo/TrailManager.pm \ lib/Goo/Thing/pm/Perl5Compiler.pm \ blib/lib/Goo/Thing/pm/Perl5Compiler.pm \ lib/Goo/Thing/pm/ProgramDeleter.pm \ blib/lib/Goo/Thing/pm/ProgramDeleter.pm \ lib/Goo/Profile.pm \ blib/lib/Goo/Profile.pm \ lib/Goo/Thing/bug/Maker.pm \ blib/lib/Goo/Thing/bug/Maker.pm \ lib/Goo/Test.pm \ blib/lib/Goo/Test.pm \ lib/.gooskel/things/goo/js.goo \ blib/lib/.gooskel/things/goo/js.goo \ lib/Goo/Thing/pm/PerlTidyManager.pm \ blib/lib/Goo/Thing/pm/PerlTidyManager.pm \ lib/Goo/Thing/task/addtask.html \ blib/lib/Goo/Thing/task/addtask.html \ lib/Goo/DatabaseThing/Maker.pm \ blib/lib/Goo/DatabaseThing/Maker.pm \ lib/Goo/ConfigFile.pm \ blib/lib/Goo/ConfigFile.pm \ lib/.gooskel/things/goo/blv.goo \ blib/lib/.gooskel/things/goo/blv.goo \ lib/.gooskel/things/goo/tpm.goo \ blib/lib/.gooskel/things/goo/tpm.goo \ lib/Goo/Thing/pm/Maker.pm \ blib/lib/Goo/Thing/pm/Maker.pm \ lib/.gooskel/things/tpl/perl-program.tpl \ blib/lib/.gooskel/things/tpl/perl-program.tpl \ lib/Goo/Thing/tpm/TestLoader.pm \ blib/lib/Goo/Thing/tpm/TestLoader.pm \ lib/Goo/Thing/pm/Perl6Compiler.pm \ blib/lib/Goo/Thing/pm/Perl6Compiler.pm \ lib/Goo/ProfileOption.pm \ blib/lib/Goo/ProfileOption.pm \ lib/Goo/test.pl \ blib/lib/Goo/test.pl \ lib/Goo/Thing/task/TaskEditor.pm \ blib/lib/Goo/Thing/task/TaskEditor.pm \ lib/Goo/FileThing/Finder.pm \ blib/lib/Goo/FileThing/Finder.pm \ lib/Goo/TrailGoBack.pm \ blib/lib/Goo/TrailGoBack.pm \ lib/Goo/BackLinkFinder.pm \ blib/lib/Goo/BackLinkFinder.pm \ lib/Goo/Thing.pm \ blib/lib/Goo/Thing.pm \ lib/Goo/ThereDocManager.pm \ blib/lib/Goo/ThereDocManager.pm \ lib/Goo/Thing/tpm/TestRunner.pm \ blib/lib/Goo/Thing/tpm/TestRunner.pm \ lib/.gooskel/things/goo/trail.goo \ blib/lib/.gooskel/things/goo/trail.goo \ lib/Goo/Thing/conf/ConfigProfiler.pm \ blib/lib/Goo/Thing/conf/ConfigProfiler.pm \ lib/Goo/Thing/task/addtask.pl \ blib/lib/Goo/Thing/task/addtask.pl \ lib/Goo/Thing/bug/Fixer.pm \ blib/lib/Goo/Thing/bug/Fixer.pm \ lib/Goo/TrailGoForward.pm \ blib/lib/Goo/TrailGoForward.pm \ lib/Goo/Shell.pm \ blib/lib/Goo/Shell.pm \ lib/Goo/Object.pm \ blib/lib/Goo/Object.pm \ lib/Goo/TypeManager.pm \ blib/lib/Goo/TypeManager.pm \ lib/Goo/Thing/pm/ProgramCloner.pm \ blib/lib/Goo/Thing/pm/ProgramCloner.pm \ lib/.gooskel/things/goo/idea.goo \ blib/lib/.gooskel/things/goo/idea.goo \ lib/Goo/TextEditor.pm \ blib/lib/Goo/TextEditor.pm \ lib/Goo/Thing/pm/Runner.pm \ blib/lib/Goo/Thing/pm/Runner.pm \ lib/Goo/Thing/tpm/TestMaker.pm \ blib/lib/Goo/Thing/tpm/TestMaker.pm \ lib/Goo.pm \ blib/lib/Goo.pm \ lib/Goo/Thing/pm/Perl6Runner.pm \ blib/lib/Goo/Thing/pm/Perl6Runner.pm \ lib/Goo/Thing/pm/Method.pm \ blib/lib/Goo/Thing/pm/Method.pm \ lib/Goo/CompressWhitespace.pm \ blib/lib/Goo/CompressWhitespace.pm \ lib/Goo/Thing/pm/Perl6Profiler.pm \ blib/lib/Goo/Thing/pm/Perl6Profiler.pm \ lib/Goo/Logger.pm \ blib/lib/Goo/Logger.pm \ lib/Goo/Thing/pm/Adder.pm \ blib/lib/Goo/Thing/pm/Adder.pm \ lib/Goo/SimpleEmailer.pm \ blib/lib/Goo/SimpleEmailer.pm \ lib/Goo/Thing/pm/ExecDocManager.pm \ blib/lib/Goo/Thing/pm/ExecDocManager.pm \ lib/Goo/Thing/pm/Perl5.pm \ blib/lib/Goo/Thing/pm/Perl5.pm \ lib/.gooskel/things/goo/py.goo \ blib/lib/.gooskel/things/goo/py.goo \ lib/Goo/Thing/pm/Editor.pm \ blib/lib/Goo/Thing/pm/Editor.pm \ lib/Goo/Thing/task/Finisher.pm \ blib/lib/Goo/Thing/task/Finisher.pm \ lib/Goo/BackLinkManager.pm \ blib/lib/Goo/BackLinkManager.pm \ lib/Goo/Thing/pm/Perl5Profiler.pm \ blib/lib/Goo/Thing/pm/Perl5Profiler.pm \ lib/Goo/TabAwareEditor.pm \ blib/lib/Goo/TabAwareEditor.pm \ lib/Goo/TrailGoBackOne.pm \ blib/lib/Goo/TrailGoBackOne.pm \ lib/Goo/Thing/log/Profiler.pm \ blib/lib/Goo/Thing/log/Profiler.pm \ lib/Goo/Grepper.pm \ blib/lib/Goo/Grepper.pm \ lib/Goo/Thing/pm/MethodMaker.pm \ blib/lib/Goo/Thing/pm/MethodMaker.pm \ lib/Goo/Thing/pm/MethodMatcher.pm \ blib/lib/Goo/Thing/pm/MethodMatcher.pm \ lib/Goo/DatabaseThing/Profiler.pm \ blib/lib/Goo/DatabaseThing/Profiler.pm \ lib/Goo/Database.pm \ blib/lib/Goo/Database.pm \ lib/Goo/JumpManager.pm \ blib/lib/Goo/JumpManager.pm \ lib/Goo/FileUtilities.pm \ blib/lib/Goo/FileUtilities.pm \ lib/Goo/Date.pm \ blib/lib/Goo/Date.pm \ lib/Goo/Thing/pm/Compiler.pm \ blib/lib/Goo/Thing/pm/Compiler.pm \ lib/Goo/Prompter.pm \ blib/lib/Goo/Prompter.pm \ lib/.gooskel/things/goo/person.goo \ blib/lib/.gooskel/things/goo/person.goo \ lib/Goo/Thing/pm/Perl5Runner.pm \ blib/lib/Goo/Thing/pm/Perl5Runner.pm \ lib/Goo/Thing/pm/ScopeMatcher.pm \ blib/lib/Goo/Thing/pm/ScopeMatcher.pm \ lib/Goo/Thing/bug/Lister.pm \ blib/lib/Goo/Thing/bug/Lister.pm \ lib/Goo/Environment.pm \ blib/lib/Goo/Environment.pm \ lib/Goo/Thing/pm/ThereDocManager.pm \ blib/lib/Goo/Thing/pm/ThereDocManager.pm \ lib/.gooskel/things/tpl/perl-method.tpl \ blib/lib/.gooskel/things/tpl/perl-method.tpl \ lib/Goo/Differ.pm \ blib/lib/Goo/Differ.pm \ lib/Goo/ShellCommander.pm \ blib/lib/Goo/ShellCommander.pm \ lib/Goo/Thing/pm/Perl6Editor.pm \ blib/lib/Goo/Thing/pm/Perl6Editor.pm \ lib/Goo/Thing/conf/studly-method-remover.pl \ blib/lib/Goo/Thing/conf/studly-method-remover.pl \ lib/Goo/DatabaseThing.pm \ blib/lib/Goo/DatabaseThing.pm \ lib/.gooskel/things/goo/bug.goo \ blib/lib/.gooskel/things/goo/bug.goo \ lib/Goo/List.pm \ blib/lib/Goo/List.pm \ lib/Goo/FileThing/Cloner.pm \ blib/lib/Goo/FileThing/Cloner.pm \ lib/.gooskel/things/goo/log.goo \ blib/lib/.gooskel/things/goo/log.goo \ lib/Goo/Thing/task/TaskLister.pm \ blib/lib/Goo/Thing/task/TaskLister.pm \ lib/Goo/Thing/pm/TypeChecker.pm \ blib/lib/Goo/Thing/pm/TypeChecker.pm \ lib/Goo/Thing/pm/Perl6ModuleInspector.pm \ blib/lib/Goo/Thing/pm/Perl6ModuleInspector.pm \ lib/Goo/Action.pm \ blib/lib/Goo/Action.pm \ lib/Goo/OptionIndexTable.pm \ blib/lib/Goo/OptionIndexTable.pm \ lib/Goo/CareOMeter.pm \ blib/lib/Goo/CareOMeter.pm \ lib/Goo/Emailer.pm \ blib/lib/Goo/Emailer.pm \ lib/Goo/Thing/gml/Writer.pm \ blib/lib/Goo/Thing/gml/Writer.pm \ lib/Goo/TemplateProfileOption.pm \ blib/lib/Goo/TemplateProfileOption.pm \ lib/Goo/Thing/task/tasklist.pl \ blib/lib/Goo/Thing/task/tasklist.pl \ lib/Goo/FileThing.pm \ blib/lib/Goo/FileThing.pm \ lib/Goo/Lister.pm \ blib/lib/Goo/Lister.pm \ lib/Goo/CommandLineManager.pm \ blib/lib/Goo/CommandLineManager.pm \ lib/.gooskel/things/goo/goo.goo \ blib/lib/.gooskel/things/goo/goo.goo \ lib/.gooskel/things/goo/task.goo \ blib/lib/.gooskel/things/goo/task.goo \ lib/Goo/ThingFinder.pm \ blib/lib/Goo/ThingFinder.pm \ lib/Goo/TabConverter.pm \ blib/lib/Goo/TabConverter.pm \ lib/Goo/DatabaseThing/Editor.pm \ blib/lib/Goo/DatabaseThing/Editor.pm \ lib/Goo/DatabaseObject.pm \ blib/lib/Goo/DatabaseObject.pm \ lib/Goo/Zone.pm \ blib/lib/Goo/Zone.pm \ lib/Goo/WebDBLite.pm \ blib/lib/Goo/WebDBLite.pm \ lib/.gooskel/things/tpl/perl-module-header.tpl \ blib/lib/.gooskel/things/tpl/perl-module-header.tpl \ lib/Goo/Loader.pm \ blib/lib/Goo/Loader.pm \ lib/Goo/Exiter.pm \ blib/lib/Goo/Exiter.pm \ lib/Goo/Editor.pm \ blib/lib/Goo/Editor.pm \ lib/Goo/Thing/pm/Perl6ModuleMaker.pm \ blib/lib/Goo/Thing/pm/Perl6ModuleMaker.pm \ lib/.gooskel/things/tpl/clonemodule.tpl \ blib/lib/.gooskel/things/tpl/clonemodule.tpl \ lib/Goo/Thing/pm/MethodProfileOption.pm \ blib/lib/Goo/Thing/pm/MethodProfileOption.pm \ lib/Goo/Thing/pm/Perl5Adder.pm \ blib/lib/Goo/Thing/pm/Perl5Adder.pm \ lib/Goo/Thing/task/edittask.pl \ blib/lib/Goo/Thing/task/edittask.pl \ lib/Goo/Template.pm \ blib/lib/Goo/Template.pm \ lib/Goo/Thing/pm/Perl5ThereDocManager.pm \ blib/lib/Goo/Thing/pm/Perl5ThereDocManager.pm \ lib/.gooskel/things/tpl/perl-constructor.tpl \ blib/lib/.gooskel/things/tpl/perl-constructor.tpl \ lib/Goo/Thing/pm/TypeLessTranslator.pm \ blib/lib/Goo/Thing/pm/TypeLessTranslator.pm \ lib/Goo/Thing/pm/PerlCoder.pm \ blib/lib/Goo/Thing/pm/PerlCoder.pm \ lib/Goo/TableInfo.pm \ blib/lib/Goo/TableInfo.pm \ lib/Goo/Thing/pm/Perl6Adder.pm \ blib/lib/Goo/Thing/pm/Perl6Adder.pm \ lib/Goo/LiteDatabase.pm \ blib/lib/Goo/LiteDatabase.pm \ lib/Goo/DatabaseThing/Deleter.pm \ blib/lib/Goo/DatabaseThing/Deleter.pm \ lib/Goo/DatabaseInfo.pm \ blib/lib/Goo/DatabaseInfo.pm \ lib/Goo/Thing/pl/ScriptMaker.pm \ blib/lib/Goo/Thing/pl/ScriptMaker.pm \ lib/.gooskel/things/goo/pm.goo \ blib/lib/.gooskel/things/goo/pm.goo \ lib/.gooskel/nanorc \ blib/lib/.gooskel/nanorc \ lib/Goo/Thing/pm/Perl5Editor.pm \ blib/lib/Goo/Thing/pm/Perl5Editor.pm \ lib/Goo/Header.pm \ blib/lib/Goo/Header.pm \ lib/Goo/Thing/goo/Maker.pm \ blib/lib/Goo/Thing/goo/Maker.pm \ lib/Goo/Thing/pm/Profiler.pm \ blib/lib/Goo/Thing/pm/Profiler.pm \ lib/Goo/Thing/task/savetask.pl \ blib/lib/Goo/Thing/task/savetask.pl \ lib/Goo/TextTable.pm \ blib/lib/Goo/TextTable.pm \ lib/Goo/Thing/gml/Profiler.pm \ blib/lib/Goo/Thing/gml/Profiler.pm \ lib/Goo/Profiler.pm \ blib/lib/Goo/Profiler.pm \ lib/Goo/ThingProfileOption.pm \ blib/lib/Goo/ThingProfileOption.pm \ lib/Goo/Thing/js/JSFunctionProfileOption.pm \ blib/lib/Goo/Thing/js/JSFunctionProfileOption.pm \ lib/Goo/FileThing/Deleter.pm \ blib/lib/Goo/FileThing/Deleter.pm \ lib/.gooskel/perltidyrc \ blib/lib/.gooskel/perltidyrc \ lib/.gooskel/things/goo/conf.goo \ blib/lib/.gooskel/things/goo/conf.goo \ lib/Goo/TextUtilities.pm \ blib/lib/Goo/TextUtilities.pm \ lib/Goo/Thing/task/Maker.pm \ blib/lib/Goo/Thing/task/Maker.pm \ lib/.gooskel/things/goo/tpl.goo \ blib/lib/.gooskel/things/goo/tpl.goo \ lib/Goo/JumpProfileOption.pm \ blib/lib/Goo/JumpProfileOption.pm \ lib/Goo/Thing/gml/Reader.pm \ blib/lib/Goo/Thing/gml/Reader.pm \ lib/Goo/Thing/tpm/Tester.pm \ blib/lib/Goo/Thing/tpm/Tester.pm \ lib/Goo/Thing/pm/Perl5ModuleInspector.pm \ blib/lib/Goo/Thing/pm/Perl5ModuleInspector.pm \ lib/Goo/TeamManager.pm \ blib/lib/Goo/TeamManager.pm \ lib/.gooskel/things/goo/care.goo \ blib/lib/.gooskel/things/goo/care.goo \ lib/Goo/TrailProfiler.pm \ blib/lib/Goo/TrailProfiler.pm \ lib/Goo/Thing/pm/PackageProfileOption.pm \ blib/lib/Goo/Thing/pm/PackageProfileOption.pm # --- MakeMaker platform_constants section: MM_Unix_VERSION = 1.50 PERL_MALLOC_DEF = -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc # --- MakeMaker tool_autosplit section: # Usage: $(AUTOSPLITFILE) FileToSplit AutoDirToSplitInto AUTOSPLITFILE = $(ABSPERLRUN) -e 'use AutoSplit; autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1)' # --- MakeMaker tool_xsubpp section: # --- MakeMaker tools_other section: SHELL = /bin/sh CHMOD = chmod CP = cp MV = mv NOOP = $(SHELL) -c true NOECHO = @ RM_F = rm -f RM_RF = rm -rf TEST_F = test -f TOUCH = touch UMASK_NULL = umask 0 DEV_NULL = > /dev/null 2>&1 MKPATH = $(ABSPERLRUN) "-MExtUtils::Command" -e mkpath EQUALIZE_TIMESTAMP = $(ABSPERLRUN) "-MExtUtils::Command" -e eqtime ECHO = echo ECHO_N = echo -n UNINST = 0 VERBINST = 0 MOD_INSTALL = $(ABSPERLRUN) -MExtUtils::Install -e 'install({@ARGV}, '\''$(VERBINST)'\'', 0, '\''$(UNINST)'\'');' DOC_INSTALL = $(ABSPERLRUN) "-MExtUtils::Command::MM" -e perllocal_install UNINSTALL = $(ABSPERLRUN) "-MExtUtils::Command::MM" -e uninstall WARN_IF_OLD_PACKLIST = $(ABSPERLRUN) "-MExtUtils::Command::MM" -e warn_if_old_packlist MACROSTART = MACROEND = USEMAKEFILE = -f FIXIN = $(PERLRUN) "-MExtUtils::MY" -e "MY->fixin(shift)" # --- MakeMaker makemakerdflt section: makemakerdflt: all $(NOECHO) $(NOOP) # --- MakeMaker dist section: TAR = tar TARFLAGS = cvf ZIP = zip ZIPFLAGS = -r COMPRESS = gzip -9f SUFFIX = gz SHAR = shar PREOP = $(NOECHO) $(NOOP) POSTOP = $(NOECHO) $(NOOP) TO_UNIX = $(NOECHO) $(NOOP) CI = ci -u RCS_LABEL = rcs -Nv$(VERSION_SYM): -q DIST_CP = best DIST_DEFAULT = tardist DISTNAME = Goo DISTVNAME = Goo-0.09 # --- MakeMaker macro section: # --- MakeMaker depend section: # --- MakeMaker cflags section: # --- MakeMaker const_loadlibs section: # --- MakeMaker const_cccmd section: # --- MakeMaker post_constants section: # --- MakeMaker pasthru section: PASTHRU = LIBPERL_A="$(LIBPERL_A)"\ LINKTYPE="$(LINKTYPE)"\ PREFIX="$(PREFIX)" # --- MakeMaker special_targets section: .SUFFIXES : .xs .c .C .cpp .i .s .cxx .cc $(OBJ_EXT) .PHONY: all config static dynamic test linkext manifest blibdirs clean realclean disttest distdir # --- MakeMaker c_o section: # --- MakeMaker xs_c section: # --- MakeMaker xs_o section: # --- MakeMaker top_targets section: all :: pure_all manifypods $(NOECHO) $(NOOP) pure_all :: config pm_to_blib subdirs linkext $(NOECHO) $(NOOP) subdirs :: $(MYEXTLIB) $(NOECHO) $(NOOP) config :: $(FIRST_MAKEFILE) blibdirs $(NOECHO) $(NOOP) help : perldoc ExtUtils::MakeMaker # --- MakeMaker blibdirs section: blibdirs : $(INST_LIBDIR)$(DFSEP).exists $(INST_ARCHLIB)$(DFSEP).exists $(INST_AUTODIR)$(DFSEP).exists $(INST_ARCHAUTODIR)$(DFSEP).exists $(INST_BIN)$(DFSEP).exists $(INST_SCRIPT)$(DFSEP).exists $(INST_MAN1DIR)$(DFSEP).exists $(INST_MAN3DIR)$(DFSEP).exists $(NOECHO) $(NOOP) # Backwards compat with 6.18 through 6.25 blibdirs.ts : blibdirs $(NOECHO) $(NOOP) $(INST_LIBDIR)$(DFSEP).exists :: Makefile.PL $(NOECHO) $(MKPATH) $(INST_LIBDIR) $(NOECHO) $(CHMOD) 755 $(INST_LIBDIR) $(NOECHO) $(TOUCH) $(INST_LIBDIR)$(DFSEP).exists $(INST_ARCHLIB)$(DFSEP).exists :: Makefile.PL $(NOECHO) $(MKPATH) $(INST_ARCHLIB) $(NOECHO) $(CHMOD) 755 $(INST_ARCHLIB) $(NOECHO) $(TOUCH) $(INST_ARCHLIB)$(DFSEP).exists $(INST_AUTODIR)$(DFSEP).exists :: Makefile.PL $(NOECHO) $(MKPATH) $(INST_AUTODIR) $(NOECHO) $(CHMOD) 755 $(INST_AUTODIR) $(NOECHO) $(TOUCH) $(INST_AUTODIR)$(DFSEP).exists $(INST_ARCHAUTODIR)$(DFSEP).exists :: Makefile.PL $(NOECHO) $(MKPATH) $(INST_ARCHAUTODIR) $(NOECHO) $(CHMOD) 755 $(INST_ARCHAUTODIR) $(NOECHO) $(TOUCH) $(INST_ARCHAUTODIR)$(DFSEP).exists $(INST_BIN)$(DFSEP).exists :: Makefile.PL $(NOECHO) $(MKPATH) $(INST_BIN) $(NOECHO) $(CHMOD) 755 $(INST_BIN) $(NOECHO) $(TOUCH) $(INST_BIN)$(DFSEP).exists $(INST_SCRIPT)$(DFSEP).exists :: Makefile.PL $(NOECHO) $(MKPATH) $(INST_SCRIPT) $(NOECHO) $(CHMOD) 755 $(INST_SCRIPT) $(NOECHO) $(TOUCH) $(INST_SCRIPT)$(DFSEP).exists $(INST_MAN1DIR)$(DFSEP).exists :: Makefile.PL $(NOECHO) $(MKPATH) $(INST_MAN1DIR) $(NOECHO) $(CHMOD) 755 $(INST_MAN1DIR) $(NOECHO) $(TOUCH) $(INST_MAN1DIR)$(DFSEP).exists $(INST_MAN3DIR)$(DFSEP).exists :: Makefile.PL $(NOECHO) $(MKPATH) $(INST_MAN3DIR) $(NOECHO) $(CHMOD) 755 $(INST_MAN3DIR) $(NOECHO) $(TOUCH) $(INST_MAN3DIR)$(DFSEP).exists # --- MakeMaker linkext section: linkext :: $(LINKTYPE) $(NOECHO) $(NOOP) # --- MakeMaker dlsyms section: # --- MakeMaker dynamic section: dynamic :: $(FIRST_MAKEFILE) $(INST_DYNAMIC) $(INST_BOOT) $(NOECHO) $(NOOP) # --- MakeMaker dynamic_bs section: BOOTSTRAP = # --- MakeMaker dynamic_lib section: # --- MakeMaker static section: ## $(INST_PM) has been moved to the all: target. ## It remains here for awhile to allow for old usage: "make static" static :: $(FIRST_MAKEFILE) $(INST_STATIC) $(NOECHO) $(NOOP) # --- MakeMaker static_lib section: # --- MakeMaker manifypods section: POD2MAN_EXE = $(PERLRUN) "-MExtUtils::Command::MM" -e pod2man "--" POD2MAN = $(POD2MAN_EXE) manifypods : pure_all \ bin/goo.pl \ bin/goo \ lib/Goo/Thing/js/JavascriptProfiler.pm \ lib/Goo/Thing/pm/Perl5ModuleMaker.pm \ lib/Goo/DatabaseProfileOption.pm \ lib/Goo/TrailManager.pm \ lib/Goo/Thing/pm/Perl5Compiler.pm \ lib/Goo/Thing/pm/ProgramDeleter.pm \ lib/Goo/Profile.pm \ lib/Goo/Thing/bug/Maker.pm \ lib/Goo/Test.pm \ lib/Goo/Thing/pm/PerlTidyManager.pm \ lib/Goo/DatabaseThing/Maker.pm \ lib/Goo/ConfigFile.pm \ lib/Goo/Thing/pm/Maker.pm \ lib/Goo/Thing/tpm/TestLoader.pm \ lib/Goo/Thing/pm/Perl6Compiler.pm \ lib/Goo/ProfileOption.pm \ lib/Goo/Thing/task/TaskEditor.pm \ lib/Goo/FileThing/Finder.pm \ lib/Goo/TrailGoBack.pm \ lib/Goo/BackLinkFinder.pm \ lib/Goo/Thing.pm \ lib/Goo/ThereDocManager.pm \ lib/Goo/Thing/tpm/TestRunner.pm \ lib/Goo/Thing/conf/ConfigProfiler.pm \ lib/Goo/Thing/bug/Fixer.pm \ lib/Goo/TrailGoForward.pm \ lib/Goo/Shell.pm \ lib/Goo/Object.pm \ lib/Goo/TypeManager.pm \ lib/Goo/Thing/pm/ProgramCloner.pm \ lib/Goo/TextEditor.pm \ lib/Goo/Thing/pm/Runner.pm \ lib/Goo/Thing/tpm/TestMaker.pm \ lib/Goo.pm \ lib/Goo/Thing/pm/Perl6Runner.pm \ lib/Goo/Thing/pm/Method.pm \ lib/Goo/CompressWhitespace.pm \ lib/Goo/Thing/pm/Perl6Profiler.pm \ lib/Goo/Logger.pm \ lib/Goo/Thing/pm/Adder.pm \ lib/Goo/SimpleEmailer.pm \ lib/Goo/Thing/pm/ExecDocManager.pm \ lib/Goo/Thing/pm/Perl5.pm \ lib/Goo/Thing/pm/Editor.pm \ lib/Goo/Thing/task/Finisher.pm \ lib/Goo/BackLinkManager.pm \ lib/Goo/Thing/pm/Perl5Profiler.pm \ lib/Goo/TabAwareEditor.pm \ lib/Goo/TrailGoBackOne.pm \ lib/Goo/Thing/log/Profiler.pm \ lib/Goo/Grepper.pm \ lib/Goo/Thing/pm/MethodMaker.pm \ lib/Goo/Thing/pm/MethodMatcher.pm \ lib/Goo/DatabaseThing/Profiler.pm \ lib/Goo/Database.pm \ lib/Goo/JumpManager.pm \ lib/Goo/FileUtilities.pm \ lib/Goo/Date.pm \ lib/Goo/Thing/pm/Compiler.pm \ lib/Goo/Prompter.pm \ lib/Goo/Thing/pm/Perl5Runner.pm \ lib/Goo/Thing/pm/ScopeMatcher.pm \ lib/Goo/Thing/bug/Lister.pm \ lib/Goo/Environment.pm \ lib/Goo/Thing/pm/ThereDocManager.pm \ lib/Goo/Differ.pm \ lib/Goo/ShellCommander.pm \ lib/Goo/Thing/pm/Perl6Editor.pm \ lib/Goo/Thing/conf/studly-method-remover.pl \ lib/Goo/DatabaseThing.pm \ lib/Goo/List.pm \ lib/Goo/FileThing/Cloner.pm \ lib/Goo/Thing/task/TaskLister.pm \ lib/Goo/Thing/pm/TypeChecker.pm \ lib/Goo/Thing/pm/Perl6ModuleInspector.pm \ lib/Goo/Action.pm \ lib/Goo/OptionIndexTable.pm \ lib/Goo/CareOMeter.pm \ lib/Goo/Emailer.pm \ lib/Goo/Thing/gml/Writer.pm \ lib/Goo/TemplateProfileOption.pm \ lib/Goo/Thing/task/tasklist.pl \ lib/Goo/FileThing.pm \ lib/Goo/Lister.pm \ lib/Goo/CommandLineManager.pm \ lib/Goo/ThingFinder.pm \ lib/Goo/TabConverter.pm \ lib/Goo/DatabaseThing/Editor.pm \ lib/Goo/DatabaseObject.pm \ lib/Goo/Zone.pm \ lib/Goo/WebDBLite.pm \ lib/Goo/Loader.pm \ lib/Goo/Exiter.pm \ lib/Goo/Editor.pm \ lib/Goo/Thing/pm/Perl6ModuleMaker.pm \ lib/Goo/Thing/pm/MethodProfileOption.pm \ lib/Goo/Thing/pm/Perl5Adder.pm \ lib/Goo/Thing/task/edittask.pl \ lib/Goo/Template.pm \ lib/Goo/Thing/pm/Perl5ThereDocManager.pm \ lib/Goo/Thing/pm/TypeLessTranslator.pm \ lib/Goo/Thing/pm/PerlCoder.pm \ lib/Goo/TableInfo.pm \ lib/Goo/Thing/pm/Perl6Adder.pm \ lib/Goo/LiteDatabase.pm \ lib/Goo/DatabaseThing/Deleter.pm \ lib/Goo/DatabaseInfo.pm \ lib/Goo/Thing/pl/ScriptMaker.pm \ lib/Goo/Thing/pm/Perl5Editor.pm \ lib/Goo/Header.pm \ lib/Goo/Thing/goo/Maker.pm \ lib/Goo/Thing/pm/Profiler.pm \ lib/Goo/Thing/task/savetask.pl \ lib/Goo/TextTable.pm \ lib/Goo/Thing/gml/Profiler.pm \ lib/Goo/Profiler.pm \ lib/Goo/ThingProfileOption.pm \ lib/Goo/Thing/js/JSFunctionProfileOption.pm \ lib/Goo/FileThing/Deleter.pm \ lib/Goo/TextUtilities.pm \ lib/Goo/Thing/task/Maker.pm \ lib/Goo/JumpProfileOption.pm \ lib/Goo/Thing/gml/Reader.pm \ lib/Goo/Thing/tpm/Tester.pm \ lib/Goo/Thing/pm/Perl5ModuleInspector.pm \ lib/Goo/TeamManager.pm \ lib/Goo/TrailProfiler.pm \ lib/Goo/Thing/pm/PackageProfileOption.pm \ lib/Goo/Thing/js/JavascriptProfiler.pm \ lib/Goo/Thing/pm/Perl5ModuleMaker.pm \ lib/Goo/DatabaseProfileOption.pm \ lib/Goo/TrailManager.pm \ lib/Goo/Thing/pm/Perl5Compiler.pm \ lib/Goo/Thing/pm/ProgramDeleter.pm \ lib/Goo/Profile.pm \ lib/Goo/Thing/bug/Maker.pm \ lib/Goo/Test.pm \ lib/Goo/Thing/pm/PerlTidyManager.pm \ lib/Goo/DatabaseThing/Maker.pm \ lib/Goo/ConfigFile.pm \ lib/Goo/Thing/pm/Maker.pm \ lib/Goo/Thing/tpm/TestLoader.pm \ lib/Goo/Thing/pm/Perl6Compiler.pm \ lib/Goo/ProfileOption.pm \ lib/Goo/Thing/task/TaskEditor.pm \ lib/Goo/FileThing/Finder.pm \ lib/Goo/TrailGoBack.pm \ lib/Goo/BackLinkFinder.pm \ lib/Goo/Thing.pm \ lib/Goo/ThereDocManager.pm \ lib/Goo/Thing/tpm/TestRunner.pm \ lib/Goo/Thing/conf/ConfigProfiler.pm \ lib/Goo/Thing/bug/Fixer.pm \ lib/Goo/TrailGoForward.pm \ lib/Goo/Shell.pm \ lib/Goo/Object.pm \ lib/Goo/TypeManager.pm \ lib/Goo/Thing/pm/ProgramCloner.pm \ lib/Goo/TextEditor.pm \ lib/Goo/Thing/pm/Runner.pm \ lib/Goo/Thing/tpm/TestMaker.pm \ lib/Goo.pm \ lib/Goo/Thing/pm/Perl6Runner.pm \ lib/Goo/Thing/pm/Method.pm \ lib/Goo/CompressWhitespace.pm \ lib/Goo/Thing/pm/Perl6Profiler.pm \ lib/Goo/Logger.pm \ lib/Goo/Thing/pm/Adder.pm \ lib/Goo/SimpleEmailer.pm \ lib/Goo/Thing/pm/ExecDocManager.pm \ lib/Goo/Thing/pm/Perl5.pm \ lib/Goo/Thing/pm/Editor.pm \ lib/Goo/Thing/task/Finisher.pm \ lib/Goo/BackLinkManager.pm \ lib/Goo/Thing/pm/Perl5Profiler.pm \ lib/Goo/TabAwareEditor.pm \ lib/Goo/TrailGoBackOne.pm \ lib/Goo/Thing/log/Profiler.pm \ lib/Goo/Grepper.pm \ lib/Goo/Thing/pm/MethodMaker.pm \ lib/Goo/Thing/pm/MethodMatcher.pm \ lib/Goo/DatabaseThing/Profiler.pm \ lib/Goo/Database.pm \ lib/Goo/JumpManager.pm \ lib/Goo/FileUtilities.pm \ lib/Goo/Date.pm \ lib/Goo/Thing/pm/Compiler.pm \ lib/Goo/Prompter.pm \ lib/Goo/Thing/pm/Perl5Runner.pm \ lib/Goo/Thing/pm/ScopeMatcher.pm \ lib/Goo/Thing/bug/Lister.pm \ lib/Goo/Environment.pm \ lib/Goo/Thing/pm/ThereDocManager.pm \ lib/Goo/Differ.pm \ lib/Goo/ShellCommander.pm \ lib/Goo/Thing/pm/Perl6Editor.pm \ lib/Goo/Thing/conf/studly-method-remover.pl \ lib/Goo/DatabaseThing.pm \ lib/Goo/List.pm \ lib/Goo/FileThing/Cloner.pm \ lib/Goo/Thing/task/TaskLister.pm \ lib/Goo/Thing/pm/TypeChecker.pm \ lib/Goo/Thing/pm/Perl6ModuleInspector.pm \ lib/Goo/Action.pm \ lib/Goo/OptionIndexTable.pm \ lib/Goo/CareOMeter.pm \ lib/Goo/Emailer.pm \ lib/Goo/Thing/gml/Writer.pm \ lib/Goo/TemplateProfileOption.pm \ lib/Goo/Thing/task/tasklist.pl \ lib/Goo/FileThing.pm \ lib/Goo/Lister.pm \ lib/Goo/CommandLineManager.pm \ lib/Goo/ThingFinder.pm \ lib/Goo/TabConverter.pm \ lib/Goo/DatabaseThing/Editor.pm \ lib/Goo/DatabaseObject.pm \ lib/Goo/Zone.pm \ lib/Goo/WebDBLite.pm \ lib/Goo/Loader.pm \ lib/Goo/Exiter.pm \ lib/Goo/Editor.pm \ lib/Goo/Thing/pm/Perl6ModuleMaker.pm \ lib/Goo/Thing/pm/MethodProfileOption.pm \ lib/Goo/Thing/pm/Perl5Adder.pm \ lib/Goo/Thing/task/edittask.pl \ lib/Goo/Template.pm \ lib/Goo/Thing/pm/Perl5ThereDocManager.pm \ lib/Goo/Thing/pm/TypeLessTranslator.pm \ lib/Goo/Thing/pm/PerlCoder.pm \ lib/Goo/TableInfo.pm \ lib/Goo/Thing/pm/Perl6Adder.pm \ lib/Goo/LiteDatabase.pm \ lib/Goo/DatabaseThing/Deleter.pm \ lib/Goo/DatabaseInfo.pm \ lib/Goo/Thing/pl/ScriptMaker.pm \ lib/Goo/Thing/pm/Perl5Editor.pm \ lib/Goo/Header.pm \ lib/Goo/Thing/goo/Maker.pm \ lib/Goo/Thing/pm/Profiler.pm \ lib/Goo/Thing/task/savetask.pl \ lib/Goo/TextTable.pm \ lib/Goo/Thing/gml/Profiler.pm \ lib/Goo/Profiler.pm \ lib/Goo/ThingProfileOption.pm \ lib/Goo/Thing/js/JSFunctionProfileOption.pm \ lib/Goo/FileThing/Deleter.pm \ lib/Goo/TextUtilities.pm \ lib/Goo/Thing/task/Maker.pm \ lib/Goo/JumpProfileOption.pm \ lib/Goo/Thing/gml/Reader.pm \ lib/Goo/Thing/tpm/Tester.pm \ lib/Goo/Thing/pm/Perl5ModuleInspector.pm \ lib/Goo/TeamManager.pm \ lib/Goo/TrailProfiler.pm \ lib/Goo/Thing/pm/PackageProfileOption.pm $(NOECHO) $(POD2MAN) --section=1 --perm_rw=$(PERM_RW) \ bin/goo.pl $(INST_MAN1DIR)/goo.pl.$(MAN1EXT) \ bin/goo $(INST_MAN1DIR)/goo.$(MAN1EXT) $(NOECHO) $(POD2MAN) --section=3 --perm_rw=$(PERM_RW) \ lib/Goo/Thing/js/JavascriptProfiler.pm $(INST_MAN3DIR)/Goo::Thing::js::JavascriptProfiler.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl5ModuleMaker.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl5ModuleMaker.$(MAN3EXT) \ lib/Goo/DatabaseProfileOption.pm $(INST_MAN3DIR)/Goo::DatabaseProfileOption.$(MAN3EXT) \ lib/Goo/TrailManager.pm $(INST_MAN3DIR)/Goo::TrailManager.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl5Compiler.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl5Compiler.$(MAN3EXT) \ lib/Goo/Thing/pm/ProgramDeleter.pm $(INST_MAN3DIR)/Goo::Thing::pm::ProgramDeleter.$(MAN3EXT) \ lib/Goo/Profile.pm $(INST_MAN3DIR)/Goo::Profile.$(MAN3EXT) \ lib/Goo/Thing/bug/Maker.pm $(INST_MAN3DIR)/Goo::Thing::bug::Maker.$(MAN3EXT) \ lib/Goo/Test.pm $(INST_MAN3DIR)/Goo::Test.$(MAN3EXT) \ lib/Goo/Thing/pm/PerlTidyManager.pm $(INST_MAN3DIR)/Goo::Thing::pm::PerlTidyManager.$(MAN3EXT) \ lib/Goo/DatabaseThing/Maker.pm $(INST_MAN3DIR)/Goo::DatabaseThing::Maker.$(MAN3EXT) \ lib/Goo/ConfigFile.pm $(INST_MAN3DIR)/Goo::ConfigFile.$(MAN3EXT) \ lib/Goo/Thing/pm/Maker.pm $(INST_MAN3DIR)/Goo::Thing::pm::Maker.$(MAN3EXT) \ lib/Goo/Thing/tpm/TestLoader.pm $(INST_MAN3DIR)/Goo::Thing::tpm::TestLoader.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl6Compiler.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl6Compiler.$(MAN3EXT) \ lib/Goo/ProfileOption.pm $(INST_MAN3DIR)/Goo::ProfileOption.$(MAN3EXT) \ lib/Goo/Thing/task/TaskEditor.pm $(INST_MAN3DIR)/Goo::Thing::task::TaskEditor.$(MAN3EXT) \ lib/Goo/FileThing/Finder.pm $(INST_MAN3DIR)/Goo::FileThing::Finder.$(MAN3EXT) \ lib/Goo/TrailGoBack.pm $(INST_MAN3DIR)/Goo::TrailGoBack.$(MAN3EXT) \ lib/Goo/BackLinkFinder.pm $(INST_MAN3DIR)/Goo::BackLinkFinder.$(MAN3EXT) \ lib/Goo/Thing.pm $(INST_MAN3DIR)/Goo::Thing.$(MAN3EXT) \ lib/Goo/ThereDocManager.pm $(INST_MAN3DIR)/Goo::ThereDocManager.$(MAN3EXT) \ lib/Goo/Thing/tpm/TestRunner.pm $(INST_MAN3DIR)/Goo::Thing::tpm::TestRunner.$(MAN3EXT) \ lib/Goo/Thing/conf/ConfigProfiler.pm $(INST_MAN3DIR)/Goo::Thing::conf::ConfigProfiler.$(MAN3EXT) \ lib/Goo/Thing/bug/Fixer.pm $(INST_MAN3DIR)/Goo::Thing::bug::Fixer.$(MAN3EXT) \ lib/Goo/TrailGoForward.pm $(INST_MAN3DIR)/Goo::TrailGoForward.$(MAN3EXT) \ lib/Goo/Shell.pm $(INST_MAN3DIR)/Goo::Shell.$(MAN3EXT) \ lib/Goo/Object.pm $(INST_MAN3DIR)/Goo::Object.$(MAN3EXT) \ lib/Goo/TypeManager.pm $(INST_MAN3DIR)/Goo::TypeManager.$(MAN3EXT) \ lib/Goo/Thing/pm/ProgramCloner.pm $(INST_MAN3DIR)/Goo::Thing::pm::ProgramCloner.$(MAN3EXT) \ lib/Goo/TextEditor.pm $(INST_MAN3DIR)/Goo::TextEditor.$(MAN3EXT) \ lib/Goo/Thing/pm/Runner.pm $(INST_MAN3DIR)/Goo::Thing::pm::Runner.$(MAN3EXT) \ lib/Goo/Thing/tpm/TestMaker.pm $(INST_MAN3DIR)/Goo::Thing::tpm::TestMaker.$(MAN3EXT) \ lib/Goo.pm $(INST_MAN3DIR)/Goo.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl6Runner.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl6Runner.$(MAN3EXT) \ lib/Goo/Thing/pm/Method.pm $(INST_MAN3DIR)/Goo::Thing::pm::Method.$(MAN3EXT) \ lib/Goo/CompressWhitespace.pm $(INST_MAN3DIR)/Goo::CompressWhitespace.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl6Profiler.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl6Profiler.$(MAN3EXT) \ lib/Goo/Logger.pm $(INST_MAN3DIR)/Goo::Logger.$(MAN3EXT) \ lib/Goo/Thing/pm/Adder.pm $(INST_MAN3DIR)/Goo::Thing::pm::Adder.$(MAN3EXT) \ lib/Goo/SimpleEmailer.pm $(INST_MAN3DIR)/Goo::SimpleEmailer.$(MAN3EXT) \ lib/Goo/Thing/pm/ExecDocManager.pm $(INST_MAN3DIR)/Goo::Thing::pm::ExecDocManager.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl5.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl5.$(MAN3EXT) \ lib/Goo/Thing/pm/Editor.pm $(INST_MAN3DIR)/Goo::Thing::pm::Editor.$(MAN3EXT) \ lib/Goo/Thing/task/Finisher.pm $(INST_MAN3DIR)/Goo::Thing::task::Finisher.$(MAN3EXT) \ lib/Goo/BackLinkManager.pm $(INST_MAN3DIR)/Goo::BackLinkManager.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl5Profiler.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl5Profiler.$(MAN3EXT) \ lib/Goo/TabAwareEditor.pm $(INST_MAN3DIR)/Goo::TabAwareEditor.$(MAN3EXT) \ lib/Goo/TrailGoBackOne.pm $(INST_MAN3DIR)/Goo::TrailGoBackOne.$(MAN3EXT) \ lib/Goo/Thing/log/Profiler.pm $(INST_MAN3DIR)/Goo::Thing::log::Profiler.$(MAN3EXT) \ lib/Goo/Grepper.pm $(INST_MAN3DIR)/Goo::Grepper.$(MAN3EXT) \ lib/Goo/Thing/pm/MethodMaker.pm $(INST_MAN3DIR)/Goo::Thing::pm::MethodMaker.$(MAN3EXT) \ lib/Goo/Thing/pm/MethodMatcher.pm $(INST_MAN3DIR)/Goo::Thing::pm::MethodMatcher.$(MAN3EXT) \ lib/Goo/DatabaseThing/Profiler.pm $(INST_MAN3DIR)/Goo::DatabaseThing::Profiler.$(MAN3EXT) \ lib/Goo/Database.pm $(INST_MAN3DIR)/Goo::Database.$(MAN3EXT) \ lib/Goo/JumpManager.pm $(INST_MAN3DIR)/Goo::JumpManager.$(MAN3EXT) \ lib/Goo/FileUtilities.pm $(INST_MAN3DIR)/Goo::FileUtilities.$(MAN3EXT) \ lib/Goo/Date.pm $(INST_MAN3DIR)/Goo::Date.$(MAN3EXT) \ lib/Goo/Thing/pm/Compiler.pm $(INST_MAN3DIR)/Goo::Thing::pm::Compiler.$(MAN3EXT) \ lib/Goo/Prompter.pm $(INST_MAN3DIR)/Goo::Prompter.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl5Runner.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl5Runner.$(MAN3EXT) \ lib/Goo/Thing/pm/ScopeMatcher.pm $(INST_MAN3DIR)/Goo::Thing::pm::ScopeMatcher.$(MAN3EXT) \ lib/Goo/Thing/bug/Lister.pm $(INST_MAN3DIR)/Goo::Thing::bug::Lister.$(MAN3EXT) \ lib/Goo/Environment.pm $(INST_MAN3DIR)/Goo::Environment.$(MAN3EXT) \ lib/Goo/Thing/pm/ThereDocManager.pm $(INST_MAN3DIR)/Goo::Thing::pm::ThereDocManager.$(MAN3EXT) \ lib/Goo/Differ.pm $(INST_MAN3DIR)/Goo::Differ.$(MAN3EXT) \ lib/Goo/ShellCommander.pm $(INST_MAN3DIR)/Goo::ShellCommander.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl6Editor.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl6Editor.$(MAN3EXT) \ lib/Goo/Thing/conf/studly-method-remover.pl $(INST_MAN3DIR)/Goo::Thing::conf::studly-method-remover.$(MAN3EXT) \ lib/Goo/DatabaseThing.pm $(INST_MAN3DIR)/Goo::DatabaseThing.$(MAN3EXT) \ lib/Goo/List.pm $(INST_MAN3DIR)/Goo::List.$(MAN3EXT) \ lib/Goo/FileThing/Cloner.pm $(INST_MAN3DIR)/Goo::FileThing::Cloner.$(MAN3EXT) \ lib/Goo/Thing/task/TaskLister.pm $(INST_MAN3DIR)/Goo::Thing::task::TaskLister.$(MAN3EXT) \ lib/Goo/Thing/pm/TypeChecker.pm $(INST_MAN3DIR)/Goo::Thing::pm::TypeChecker.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl6ModuleInspector.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl6ModuleInspector.$(MAN3EXT) \ lib/Goo/Action.pm $(INST_MAN3DIR)/Goo::Action.$(MAN3EXT) \ lib/Goo/OptionIndexTable.pm $(INST_MAN3DIR)/Goo::OptionIndexTable.$(MAN3EXT) \ lib/Goo/CareOMeter.pm $(INST_MAN3DIR)/Goo::CareOMeter.$(MAN3EXT) \ lib/Goo/Emailer.pm $(INST_MAN3DIR)/Goo::Emailer.$(MAN3EXT) \ lib/Goo/Thing/gml/Writer.pm $(INST_MAN3DIR)/Goo::Thing::gml::Writer.$(MAN3EXT) \ lib/Goo/TemplateProfileOption.pm $(INST_MAN3DIR)/Goo::TemplateProfileOption.$(MAN3EXT) \ lib/Goo/Thing/task/tasklist.pl $(INST_MAN3DIR)/Goo::Thing::task::tasklist.$(MAN3EXT) \ lib/Goo/FileThing.pm $(INST_MAN3DIR)/Goo::FileThing.$(MAN3EXT) \ lib/Goo/Lister.pm $(INST_MAN3DIR)/Goo::Lister.$(MAN3EXT) \ lib/Goo/CommandLineManager.pm $(INST_MAN3DIR)/Goo::CommandLineManager.$(MAN3EXT) \ lib/Goo/ThingFinder.pm $(INST_MAN3DIR)/Goo::ThingFinder.$(MAN3EXT) \ lib/Goo/TabConverter.pm $(INST_MAN3DIR)/Goo::TabConverter.$(MAN3EXT) \ lib/Goo/DatabaseThing/Editor.pm $(INST_MAN3DIR)/Goo::DatabaseThing::Editor.$(MAN3EXT) \ lib/Goo/DatabaseObject.pm $(INST_MAN3DIR)/Goo::DatabaseObject.$(MAN3EXT) \ lib/Goo/Zone.pm $(INST_MAN3DIR)/Goo::Zone.$(MAN3EXT) \ lib/Goo/WebDBLite.pm $(INST_MAN3DIR)/Goo::WebDBLite.$(MAN3EXT) \ lib/Goo/Loader.pm $(INST_MAN3DIR)/Goo::Loader.$(MAN3EXT) \ lib/Goo/Exiter.pm $(INST_MAN3DIR)/Goo::Exiter.$(MAN3EXT) \ lib/Goo/Editor.pm $(INST_MAN3DIR)/Goo::Editor.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl6ModuleMaker.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl6ModuleMaker.$(MAN3EXT) \ lib/Goo/Thing/pm/MethodProfileOption.pm $(INST_MAN3DIR)/Goo::Thing::pm::MethodProfileOption.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl5Adder.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl5Adder.$(MAN3EXT) \ lib/Goo/Thing/task/edittask.pl $(INST_MAN3DIR)/Goo::Thing::task::edittask.$(MAN3EXT) \ lib/Goo/Template.pm $(INST_MAN3DIR)/Goo::Template.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl5ThereDocManager.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl5ThereDocManager.$(MAN3EXT) \ lib/Goo/Thing/pm/TypeLessTranslator.pm $(INST_MAN3DIR)/Goo::Thing::pm::TypeLessTranslator.$(MAN3EXT) \ lib/Goo/Thing/pm/PerlCoder.pm $(INST_MAN3DIR)/Goo::Thing::pm::PerlCoder.$(MAN3EXT) \ lib/Goo/TableInfo.pm $(INST_MAN3DIR)/Goo::TableInfo.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl6Adder.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl6Adder.$(MAN3EXT) \ lib/Goo/LiteDatabase.pm $(INST_MAN3DIR)/Goo::LiteDatabase.$(MAN3EXT) \ lib/Goo/DatabaseThing/Deleter.pm $(INST_MAN3DIR)/Goo::DatabaseThing::Deleter.$(MAN3EXT) \ lib/Goo/DatabaseInfo.pm $(INST_MAN3DIR)/Goo::DatabaseInfo.$(MAN3EXT) \ lib/Goo/Thing/pl/ScriptMaker.pm $(INST_MAN3DIR)/Goo::Thing::pl::ScriptMaker.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl5Editor.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl5Editor.$(MAN3EXT) \ lib/Goo/Header.pm $(INST_MAN3DIR)/Goo::Header.$(MAN3EXT) \ lib/Goo/Thing/goo/Maker.pm $(INST_MAN3DIR)/Goo::Thing::goo::Maker.$(MAN3EXT) \ lib/Goo/Thing/pm/Profiler.pm $(INST_MAN3DIR)/Goo::Thing::pm::Profiler.$(MAN3EXT) \ lib/Goo/Thing/task/savetask.pl $(INST_MAN3DIR)/Goo::Thing::task::savetask.$(MAN3EXT) \ lib/Goo/TextTable.pm $(INST_MAN3DIR)/Goo::TextTable.$(MAN3EXT) \ lib/Goo/Thing/gml/Profiler.pm $(INST_MAN3DIR)/Goo::Thing::gml::Profiler.$(MAN3EXT) \ lib/Goo/Profiler.pm $(INST_MAN3DIR)/Goo::Profiler.$(MAN3EXT) \ lib/Goo/ThingProfileOption.pm $(INST_MAN3DIR)/Goo::ThingProfileOption.$(MAN3EXT) \ lib/Goo/Thing/js/JSFunctionProfileOption.pm $(INST_MAN3DIR)/Goo::Thing::js::JSFunctionProfileOption.$(MAN3EXT) \ lib/Goo/FileThing/Deleter.pm $(INST_MAN3DIR)/Goo::FileThing::Deleter.$(MAN3EXT) \ lib/Goo/TextUtilities.pm $(INST_MAN3DIR)/Goo::TextUtilities.$(MAN3EXT) \ lib/Goo/Thing/task/Maker.pm $(INST_MAN3DIR)/Goo::Thing::task::Maker.$(MAN3EXT) \ lib/Goo/JumpProfileOption.pm $(INST_MAN3DIR)/Goo::JumpProfileOption.$(MAN3EXT) \ lib/Goo/Thing/gml/Reader.pm $(INST_MAN3DIR)/Goo::Thing::gml::Reader.$(MAN3EXT) \ lib/Goo/Thing/tpm/Tester.pm $(INST_MAN3DIR)/Goo::Thing::tpm::Tester.$(MAN3EXT) \ lib/Goo/Thing/pm/Perl5ModuleInspector.pm $(INST_MAN3DIR)/Goo::Thing::pm::Perl5ModuleInspector.$(MAN3EXT) \ lib/Goo/TeamManager.pm $(INST_MAN3DIR)/Goo::TeamManager.$(MAN3EXT) \ lib/Goo/TrailProfiler.pm $(INST_MAN3DIR)/Goo::TrailProfiler.$(MAN3EXT) \ lib/Goo/Thing/pm/PackageProfileOption.pm $(INST_MAN3DIR)/Goo::Thing::pm::PackageProfileOption.$(MAN3EXT) # --- MakeMaker processPL section: # --- MakeMaker installbin section: EXE_FILES = bin/goo.pl bin/goo pure_all :: $(INST_SCRIPT)/goo.pl $(INST_SCRIPT)/goo $(NOECHO) $(NOOP) realclean :: $(RM_F) \ $(INST_SCRIPT)/goo.pl $(INST_SCRIPT)/goo $(INST_SCRIPT)/goo.pl : bin/goo.pl $(FIRST_MAKEFILE) $(INST_SCRIPT)$(DFSEP).exists $(INST_BIN)$(DFSEP).exists $(NOECHO) $(RM_F) $(INST_SCRIPT)/goo.pl $(CP) bin/goo.pl $(INST_SCRIPT)/goo.pl $(FIXIN) $(INST_SCRIPT)/goo.pl -$(NOECHO) $(CHMOD) $(PERM_RWX) $(INST_SCRIPT)/goo.pl $(INST_SCRIPT)/goo : bin/goo $(FIRST_MAKEFILE) $(INST_SCRIPT)$(DFSEP).exists $(INST_BIN)$(DFSEP).exists $(NOECHO) $(RM_F) $(INST_SCRIPT)/goo $(CP) bin/goo $(INST_SCRIPT)/goo $(FIXIN) $(INST_SCRIPT)/goo -$(NOECHO) $(CHMOD) $(PERM_RWX) $(INST_SCRIPT)/goo # --- MakeMaker subdirs section: # none # --- MakeMaker clean_subdirs section: clean_subdirs : $(NOECHO) $(NOOP) # --- MakeMaker clean section: # Delete temporary files but do not touch installed files. We don't delete # the Makefile here so a later make realclean still has a makefile to use. clean :: clean_subdirs - $(RM_F) \ *$(LIB_EXT) core \ core.[0-9] $(INST_ARCHAUTODIR)/extralibs.all \ core.[0-9][0-9] $(BASEEXT).bso \ pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \ $(BASEEXT).x $(BOOTSTRAP) \ perl$(EXE_EXT) tmon.out \ *$(OBJ_EXT) pm_to_blib \ $(INST_ARCHAUTODIR)/extralibs.ld blibdirs.ts \ core.[0-9][0-9][0-9][0-9][0-9] *perl.core \ core.*perl.*.? $(MAKE_APERL_FILE) \ perl $(BASEEXT).def \ core.[0-9][0-9][0-9] mon.out \ lib$(BASEEXT).def perlmain.c \ perl.exe so_locations \ $(BASEEXT).exp - $(RM_RF) \ blib Goo-* - $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) $(DEV_NULL) # --- MakeMaker realclean_subdirs section: realclean_subdirs : $(NOECHO) $(NOOP) # --- MakeMaker realclean section: # Delete temporary files (via clean) and also delete dist files realclean purge :: clean realclean_subdirs - $(RM_F) \ $(MAKEFILE_OLD) $(FIRST_MAKEFILE) - $(RM_RF) \ $(DISTVNAME) # --- MakeMaker metafile section: metafile : create_distdir $(NOECHO) $(ECHO) Generating META.yml $(NOECHO) $(ECHO) '# http://module-build.sourceforge.net/META-spec.html' > META_new.yml $(NOECHO) $(ECHO) '#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#' >> META_new.yml $(NOECHO) $(ECHO) 'name: Goo' >> META_new.yml $(NOECHO) $(ECHO) 'version: 0.09' >> META_new.yml $(NOECHO) $(ECHO) 'version_from: lib/Goo.pm' >> META_new.yml $(NOECHO) $(ECHO) 'installdirs: site' >> META_new.yml $(NOECHO) $(ECHO) 'requires:' >> META_new.yml $(NOECHO) $(ECHO) ' CGI: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Config::Auto: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Config::Tiny: 0' >> META_new.yml $(NOECHO) $(ECHO) ' DBD::SQLite: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Devel::Symdump: 0' >> META_new.yml $(NOECHO) $(ECHO) ' File::Find: 0' >> META_new.yml $(NOECHO) $(ECHO) ' File::Grep: 0' >> META_new.yml $(NOECHO) $(ECHO) ' File::NCopy: 0' >> META_new.yml $(NOECHO) $(ECHO) ' LWP::ConnCache: 0' >> META_new.yml $(NOECHO) $(ECHO) ' LWP::UserAgent: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Perl::Tidy: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Pod::Coverage: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Term::ANSIColor: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Term::Complete: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Term::ProgressBar: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Term::ReadKey: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Test::More: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Test::Pod: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Test::Pod::Coverage: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Text::FormatTable: 0' >> META_new.yml $(NOECHO) $(ECHO) ' Time::HiRes: 0' >> META_new.yml $(NOECHO) $(ECHO) '' >> META_new.yml $(NOECHO) $(ECHO) 'distribution_type: module' >> META_new.yml $(NOECHO) $(ECHO) 'generated_by: ExtUtils::MakeMaker version 6.30' >> META_new.yml -$(NOECHO) $(MV) META_new.yml $(DISTVNAME)/META.yml # --- MakeMaker signature section: signature : cpansign -s # --- MakeMaker dist_basics section: distclean :: realclean distcheck $(NOECHO) $(NOOP) distcheck : $(PERLRUN) "-MExtUtils::Manifest=fullcheck" -e fullcheck skipcheck : $(PERLRUN) "-MExtUtils::Manifest=skipcheck" -e skipcheck manifest : $(PERLRUN) "-MExtUtils::Manifest=mkmanifest" -e mkmanifest veryclean : realclean $(RM_F) *~ *.orig */*~ */*.orig # --- MakeMaker dist_core section: dist : $(DIST_DEFAULT) $(FIRST_MAKEFILE) $(NOECHO) $(ABSPERLRUN) -l -e 'print '\''Warning: Makefile possibly out of date with $(VERSION_FROM)'\''' \ -e ' if -e '\''$(VERSION_FROM)'\'' and -M '\''$(VERSION_FROM)'\'' < -M '\''$(FIRST_MAKEFILE)'\'';' tardist : $(DISTVNAME).tar$(SUFFIX) $(NOECHO) $(NOOP) uutardist : $(DISTVNAME).tar$(SUFFIX) uuencode $(DISTVNAME).tar$(SUFFIX) $(DISTVNAME).tar$(SUFFIX) > $(DISTVNAME).tar$(SUFFIX)_uu $(DISTVNAME).tar$(SUFFIX) : distdir $(PREOP) $(TO_UNIX) $(TAR) $(TARFLAGS) $(DISTVNAME).tar $(DISTVNAME) $(RM_RF) $(DISTVNAME) $(COMPRESS) $(DISTVNAME).tar $(POSTOP) zipdist : $(DISTVNAME).zip $(NOECHO) $(NOOP) $(DISTVNAME).zip : distdir $(PREOP) $(ZIP) $(ZIPFLAGS) $(DISTVNAME).zip $(DISTVNAME) $(RM_RF) $(DISTVNAME) $(POSTOP) shdist : distdir $(PREOP) $(SHAR) $(DISTVNAME) > $(DISTVNAME).shar $(RM_RF) $(DISTVNAME) $(POSTOP) # --- MakeMaker distdir section: create_distdir : $(RM_RF) $(DISTVNAME) $(PERLRUN) "-MExtUtils::Manifest=manicopy,maniread" \ -e "manicopy(maniread(),'$(DISTVNAME)', '$(DIST_CP)');" distdir : create_distdir distmeta $(NOECHO) $(NOOP) # --- MakeMaker dist_test section: disttest : distdir cd $(DISTVNAME) && $(ABSPERLRUN) Makefile.PL "INSTALLDIRS=site" "CC=cc" "CCFLAGS=-fno-common" "PREFIX=/usr/local" "INSTALLPRIVLIB=/usr/local/lib" "INSTALLARCHLIB=/usr/local/lib" cd $(DISTVNAME) && $(MAKE) $(PASTHRU) cd $(DISTVNAME) && $(MAKE) test $(PASTHRU) # --- MakeMaker dist_ci section: ci : $(PERLRUN) "-MExtUtils::Manifest=maniread" \ -e "@all = keys %{ maniread() };" \ -e "print(qq{Executing $(CI) @all\n}); system(qq{$(CI) @all});" \ -e "print(qq{Executing $(RCS_LABEL) ...\n}); system(qq{$(RCS_LABEL) @all});" # --- MakeMaker distmeta section: distmeta : create_distdir metafile $(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'eval { maniadd({q{META.yml} => q{Module meta-data (added by MakeMaker)}}) } ' \ -e ' or print "Could not add META.yml to MANIFEST: $${'\''@'\''}\n"' # --- MakeMaker distsignature section: distsignature : create_distdir $(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'eval { maniadd({q{SIGNATURE} => q{Public-key signature (added by MakeMaker)}}) } ' \ -e ' or print "Could not add SIGNATURE to MANIFEST: $${'\''@'\''}\n"' $(NOECHO) cd $(DISTVNAME) && $(TOUCH) SIGNATURE cd $(DISTVNAME) && cpansign -s # --- MakeMaker install section: install :: all pure_install doc_install $(NOECHO) $(NOOP) install_perl :: all pure_perl_install $(NOECHO) $(NOOP) install_site :: all pure_site_install $(NOECHO) $(NOOP) install_vendor :: all pure_vendor_install doc_vendor_install $(NOECHO) $(NOOP) pure_install :: pure_$(INSTALLDIRS)_install $(NOECHO) $(NOOP) doc_install :: $(NOECHO) $(NOOP) pure__install : pure_site_install $(NOECHO) $(ECHO) INSTALLDIRS not defined, defaulting to INSTALLDIRS=site doc__install : $(NOECHO) $(ECHO) INSTALLDIRS not defined, defaulting to INSTALLDIRS=site pure_perl_install :: $(NOECHO) $(MOD_INSTALL) \ read $(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist \ write $(DESTINSTALLARCHLIB)/auto/$(FULLEXT)/.packlist \ $(INST_LIB) $(DESTINSTALLPRIVLIB) \ $(INST_ARCHLIB) $(DESTINSTALLARCHLIB) \ $(INST_BIN) $(DESTINSTALLBIN) \ $(INST_SCRIPT) $(DESTINSTALLSCRIPT) \ $(INST_MAN1DIR) $(DESTINSTALLMAN1DIR) \ $(INST_MAN3DIR) $(DESTINSTALLMAN3DIR) $(NOECHO) $(WARN_IF_OLD_PACKLIST) \ $(SITEARCHEXP)/auto/$(FULLEXT) pure_site_install :: $(NOECHO) $(MOD_INSTALL) \ read $(SITEARCHEXP)/auto/$(FULLEXT)/.packlist \ write $(DESTINSTALLSITEARCH)/auto/$(FULLEXT)/.packlist \ $(INST_LIB) $(DESTINSTALLSITELIB) \ $(INST_ARCHLIB) $(DESTINSTALLSITEARCH) \ $(INST_BIN) $(DESTINSTALLSITEBIN) \ $(INST_SCRIPT) $(DESTINSTALLSCRIPT) \ $(INST_MAN1DIR) $(DESTINSTALLSITEMAN1DIR) \ $(INST_MAN3DIR) $(DESTINSTALLSITEMAN3DIR) $(NOECHO) $(WARN_IF_OLD_PACKLIST) \ $(PERL_ARCHLIB)/auto/$(FULLEXT) pure_vendor_install :: $(NOECHO) $(MOD_INSTALL) \ read $(VENDORARCHEXP)/auto/$(FULLEXT)/.packlist \ write $(DESTINSTALLVENDORARCH)/auto/$(FULLEXT)/.packlist \ $(INST_LIB) $(DESTINSTALLVENDORLIB) \ $(INST_ARCHLIB) $(DESTINSTALLVENDORARCH) \ $(INST_BIN) $(DESTINSTALLVENDORBIN) \ $(INST_SCRIPT) $(DESTINSTALLSCRIPT) \ $(INST_MAN1DIR) $(DESTINSTALLVENDORMAN1DIR) \ $(INST_MAN3DIR) $(DESTINSTALLVENDORMAN3DIR) doc_perl_install :: $(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod -$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB) -$(NOECHO) $(DOC_INSTALL) \ "Module" "$(NAME)" \ "installed into" "$(INSTALLPRIVLIB)" \ LINKTYPE "$(LINKTYPE)" \ VERSION "$(VERSION)" \ EXE_FILES "$(EXE_FILES)" \ >> $(DESTINSTALLARCHLIB)/perllocal.pod doc_site_install :: $(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod -$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB) -$(NOECHO) $(DOC_INSTALL) \ "Module" "$(NAME)" \ "installed into" "$(INSTALLSITELIB)" \ LINKTYPE "$(LINKTYPE)" \ VERSION "$(VERSION)" \ EXE_FILES "$(EXE_FILES)" \ >> $(DESTINSTALLARCHLIB)/perllocal.pod doc_vendor_install :: $(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod -$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB) -$(NOECHO) $(DOC_INSTALL) \ "Module" "$(NAME)" \ "installed into" "$(INSTALLVENDORLIB)" \ LINKTYPE "$(LINKTYPE)" \ VERSION "$(VERSION)" \ EXE_FILES "$(EXE_FILES)" \ >> $(DESTINSTALLARCHLIB)/perllocal.pod uninstall :: uninstall_from_$(INSTALLDIRS)dirs $(NOECHO) $(NOOP) uninstall_from_perldirs :: $(NOECHO) $(UNINSTALL) $(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist uninstall_from_sitedirs :: $(NOECHO) $(UNINSTALL) $(SITEARCHEXP)/auto/$(FULLEXT)/.packlist uninstall_from_vendordirs :: $(NOECHO) $(UNINSTALL) $(VENDORARCHEXP)/auto/$(FULLEXT)/.packlist # --- MakeMaker force section: # Phony target to force checking subdirectories. FORCE: $(NOECHO) $(NOOP) # --- MakeMaker perldepend section: # --- MakeMaker makefile section: # We take a very conservative approach here, but it's worth it. # We move Makefile to Makefile.old here to avoid gnu make looping. $(FIRST_MAKEFILE) : Makefile.PL $(CONFIGDEP) $(NOECHO) $(ECHO) "Makefile out-of-date with respect to $?" $(NOECHO) $(ECHO) "Cleaning current config before rebuilding Makefile..." -$(NOECHO) $(RM_F) $(MAKEFILE_OLD) -$(NOECHO) $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) - $(MAKE) $(USEMAKEFILE) $(MAKEFILE_OLD) clean $(DEV_NULL) $(PERLRUN) Makefile.PL "INSTALLDIRS=site" "CC=cc" "CCFLAGS=-fno-common" "PREFIX=/usr/local" "INSTALLPRIVLIB=/usr/local/lib" "INSTALLARCHLIB=/usr/local/lib" $(NOECHO) $(ECHO) "==> Your Makefile has been rebuilt. <==" $(NOECHO) $(ECHO) "==> Please rerun the $(MAKE) command. <==" false # --- MakeMaker staticmake section: # --- MakeMaker makeaperl section --- MAP_TARGET = perl FULLPERL = /usr/local/bin/perl5.8.8 $(MAP_TARGET) :: static $(MAKE_APERL_FILE) $(MAKE) $(USEMAKEFILE) $(MAKE_APERL_FILE) $@ $(MAKE_APERL_FILE) : $(FIRST_MAKEFILE) pm_to_blib $(NOECHO) $(ECHO) Writing \"$(MAKE_APERL_FILE)\" for this $(MAP_TARGET) $(NOECHO) $(PERLRUNINST) \ Makefile.PL DIR= \ MAKEFILE=$(MAKE_APERL_FILE) LINKTYPE=static \ MAKEAPERL=1 NORECURS=1 CCCDLFLAGS= \ INSTALLDIRS=site \ CC=cc \ CCFLAGS=-fno-common \ PREFIX=/usr/local \ INSTALLPRIVLIB=/usr/local/lib \ INSTALLARCHLIB=/usr/local/lib # --- MakeMaker test section: TEST_VERBOSE=0 TEST_TYPE=test_$(LINKTYPE) TEST_FILE = test.pl TEST_FILES = t/*.t TESTDB_SW = -d testdb :: testdb_$(LINKTYPE) test :: $(TEST_TYPE) test_dynamic :: pure_all PERL_DL_NONLAZY=1 $(FULLPERLRUN) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" $(TEST_FILES) testdb_dynamic :: pure_all PERL_DL_NONLAZY=1 $(FULLPERLRUN) $(TESTDB_SW) "-I$(INST_LIB)" "-I$(INST_ARCHLIB)" $(TEST_FILE) test_ : test_dynamic test_static :: test_dynamic testdb_static :: testdb_dynamic # --- MakeMaker ppd section: # Creates a PPD (Perl Package Description) for a binary distribution. ppd: $(NOECHO) $(ECHO) '' > $(DISTNAME).ppd $(NOECHO) $(ECHO) ' $(DISTNAME)' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' Nigel Hamilton <nigel@trexy.com>' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd # --- MakeMaker pm_to_blib section: pm_to_blib : $(TO_INST_PM) $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\''$(INST_LIB)/auto'\'', '\''$(PM_FILTER)'\'')' \ lib/Goo/Thing/js/JavascriptProfiler.pm blib/lib/Goo/Thing/js/JavascriptProfiler.pm \ lib/Goo/Thing/pm/Perl5ModuleMaker.pm blib/lib/Goo/Thing/pm/Perl5ModuleMaker.pm \ lib/Goo/DatabaseProfileOption.pm blib/lib/Goo/DatabaseProfileOption.pm \ lib/.gooskel/things/goo/gml.goo blib/lib/.gooskel/things/goo/gml.goo \ lib/.gooskel/things/goo/pl.goo blib/lib/.gooskel/things/goo/pl.goo \ lib/Goo/TrailManager.pm blib/lib/Goo/TrailManager.pm \ lib/Goo/Thing/pm/Perl5Compiler.pm blib/lib/Goo/Thing/pm/Perl5Compiler.pm \ lib/Goo/Thing/pm/ProgramDeleter.pm blib/lib/Goo/Thing/pm/ProgramDeleter.pm \ lib/Goo/Profile.pm blib/lib/Goo/Profile.pm \ lib/Goo/Thing/bug/Maker.pm blib/lib/Goo/Thing/bug/Maker.pm \ lib/Goo/Test.pm blib/lib/Goo/Test.pm \ lib/.gooskel/things/goo/js.goo blib/lib/.gooskel/things/goo/js.goo \ lib/Goo/Thing/pm/PerlTidyManager.pm blib/lib/Goo/Thing/pm/PerlTidyManager.pm \ lib/Goo/Thing/task/addtask.html blib/lib/Goo/Thing/task/addtask.html \ lib/Goo/DatabaseThing/Maker.pm blib/lib/Goo/DatabaseThing/Maker.pm \ lib/Goo/ConfigFile.pm blib/lib/Goo/ConfigFile.pm \ lib/.gooskel/things/goo/blv.goo blib/lib/.gooskel/things/goo/blv.goo \ lib/.gooskel/things/goo/tpm.goo blib/lib/.gooskel/things/goo/tpm.goo \ lib/Goo/Thing/pm/Maker.pm blib/lib/Goo/Thing/pm/Maker.pm \ lib/.gooskel/things/tpl/perl-program.tpl blib/lib/.gooskel/things/tpl/perl-program.tpl \ lib/Goo/Thing/tpm/TestLoader.pm blib/lib/Goo/Thing/tpm/TestLoader.pm \ lib/Goo/Thing/pm/Perl6Compiler.pm blib/lib/Goo/Thing/pm/Perl6Compiler.pm \ lib/Goo/ProfileOption.pm blib/lib/Goo/ProfileOption.pm \ lib/Goo/test.pl blib/lib/Goo/test.pl \ lib/Goo/Thing/task/TaskEditor.pm blib/lib/Goo/Thing/task/TaskEditor.pm \ lib/Goo/FileThing/Finder.pm blib/lib/Goo/FileThing/Finder.pm \ lib/Goo/TrailGoBack.pm blib/lib/Goo/TrailGoBack.pm \ lib/Goo/BackLinkFinder.pm blib/lib/Goo/BackLinkFinder.pm \ lib/Goo/Thing.pm blib/lib/Goo/Thing.pm \ lib/Goo/ThereDocManager.pm blib/lib/Goo/ThereDocManager.pm \ lib/Goo/Thing/tpm/TestRunner.pm blib/lib/Goo/Thing/tpm/TestRunner.pm \ lib/.gooskel/things/goo/trail.goo blib/lib/.gooskel/things/goo/trail.goo \ lib/Goo/Thing/conf/ConfigProfiler.pm blib/lib/Goo/Thing/conf/ConfigProfiler.pm \ lib/Goo/Thing/task/addtask.pl blib/lib/Goo/Thing/task/addtask.pl \ lib/Goo/Thing/bug/Fixer.pm blib/lib/Goo/Thing/bug/Fixer.pm \ lib/Goo/TrailGoForward.pm blib/lib/Goo/TrailGoForward.pm \ lib/Goo/Shell.pm blib/lib/Goo/Shell.pm \ lib/Goo/Object.pm blib/lib/Goo/Object.pm \ lib/Goo/TypeManager.pm blib/lib/Goo/TypeManager.pm \ lib/Goo/Thing/pm/ProgramCloner.pm blib/lib/Goo/Thing/pm/ProgramCloner.pm \ lib/.gooskel/things/goo/idea.goo blib/lib/.gooskel/things/goo/idea.goo \ lib/Goo/TextEditor.pm blib/lib/Goo/TextEditor.pm \ lib/Goo/Thing/pm/Runner.pm blib/lib/Goo/Thing/pm/Runner.pm \ lib/Goo/Thing/tpm/TestMaker.pm blib/lib/Goo/Thing/tpm/TestMaker.pm \ lib/Goo.pm blib/lib/Goo.pm \ lib/Goo/Thing/pm/Perl6Runner.pm blib/lib/Goo/Thing/pm/Perl6Runner.pm \ lib/Goo/Thing/pm/Method.pm blib/lib/Goo/Thing/pm/Method.pm \ lib/Goo/CompressWhitespace.pm blib/lib/Goo/CompressWhitespace.pm \ lib/Goo/Thing/pm/Perl6Profiler.pm blib/lib/Goo/Thing/pm/Perl6Profiler.pm \ lib/Goo/Logger.pm blib/lib/Goo/Logger.pm \ lib/Goo/Thing/pm/Adder.pm blib/lib/Goo/Thing/pm/Adder.pm \ lib/Goo/SimpleEmailer.pm blib/lib/Goo/SimpleEmailer.pm \ lib/Goo/Thing/pm/ExecDocManager.pm blib/lib/Goo/Thing/pm/ExecDocManager.pm \ lib/Goo/Thing/pm/Perl5.pm blib/lib/Goo/Thing/pm/Perl5.pm \ lib/.gooskel/things/goo/py.goo blib/lib/.gooskel/things/goo/py.goo \ lib/Goo/Thing/pm/Editor.pm blib/lib/Goo/Thing/pm/Editor.pm \ lib/Goo/Thing/task/Finisher.pm blib/lib/Goo/Thing/task/Finisher.pm \ lib/Goo/BackLinkManager.pm blib/lib/Goo/BackLinkManager.pm \ lib/Goo/Thing/pm/Perl5Profiler.pm blib/lib/Goo/Thing/pm/Perl5Profiler.pm \ lib/Goo/TabAwareEditor.pm blib/lib/Goo/TabAwareEditor.pm \ lib/Goo/TrailGoBackOne.pm blib/lib/Goo/TrailGoBackOne.pm \ lib/Goo/Thing/log/Profiler.pm blib/lib/Goo/Thing/log/Profiler.pm \ lib/Goo/Grepper.pm blib/lib/Goo/Grepper.pm \ lib/Goo/Thing/pm/MethodMaker.pm blib/lib/Goo/Thing/pm/MethodMaker.pm \ lib/Goo/Thing/pm/MethodMatcher.pm blib/lib/Goo/Thing/pm/MethodMatcher.pm \ lib/Goo/DatabaseThing/Profiler.pm blib/lib/Goo/DatabaseThing/Profiler.pm \ lib/Goo/Database.pm blib/lib/Goo/Database.pm \ lib/Goo/JumpManager.pm blib/lib/Goo/JumpManager.pm \ lib/Goo/FileUtilities.pm blib/lib/Goo/FileUtilities.pm \ lib/Goo/Date.pm blib/lib/Goo/Date.pm \ lib/Goo/Thing/pm/Compiler.pm blib/lib/Goo/Thing/pm/Compiler.pm \ lib/Goo/Prompter.pm blib/lib/Goo/Prompter.pm \ lib/.gooskel/things/goo/person.goo blib/lib/.gooskel/things/goo/person.goo \ lib/Goo/Thing/pm/Perl5Runner.pm blib/lib/Goo/Thing/pm/Perl5Runner.pm \ lib/Goo/Thing/pm/ScopeMatcher.pm blib/lib/Goo/Thing/pm/ScopeMatcher.pm \ lib/Goo/Thing/bug/Lister.pm blib/lib/Goo/Thing/bug/Lister.pm \ lib/Goo/Environment.pm blib/lib/Goo/Environment.pm \ lib/Goo/Thing/pm/ThereDocManager.pm blib/lib/Goo/Thing/pm/ThereDocManager.pm \ lib/.gooskel/things/tpl/perl-method.tpl blib/lib/.gooskel/things/tpl/perl-method.tpl \ lib/Goo/Differ.pm blib/lib/Goo/Differ.pm \ lib/Goo/ShellCommander.pm blib/lib/Goo/ShellCommander.pm \ lib/Goo/Thing/pm/Perl6Editor.pm blib/lib/Goo/Thing/pm/Perl6Editor.pm \ lib/Goo/Thing/conf/studly-method-remover.pl blib/lib/Goo/Thing/conf/studly-method-remover.pl \ lib/Goo/DatabaseThing.pm blib/lib/Goo/DatabaseThing.pm \ lib/.gooskel/things/goo/bug.goo blib/lib/.gooskel/things/goo/bug.goo \ lib/Goo/List.pm blib/lib/Goo/List.pm \ lib/Goo/FileThing/Cloner.pm blib/lib/Goo/FileThing/Cloner.pm \ lib/.gooskel/things/goo/log.goo blib/lib/.gooskel/things/goo/log.goo \ lib/Goo/Thing/task/TaskLister.pm blib/lib/Goo/Thing/task/TaskLister.pm \ lib/Goo/Thing/pm/TypeChecker.pm blib/lib/Goo/Thing/pm/TypeChecker.pm \ lib/Goo/Thing/pm/Perl6ModuleInspector.pm blib/lib/Goo/Thing/pm/Perl6ModuleInspector.pm \ lib/Goo/Action.pm blib/lib/Goo/Action.pm \ lib/Goo/OptionIndexTable.pm blib/lib/Goo/OptionIndexTable.pm \ lib/Goo/CareOMeter.pm blib/lib/Goo/CareOMeter.pm \ lib/Goo/Emailer.pm blib/lib/Goo/Emailer.pm \ lib/Goo/Thing/gml/Writer.pm blib/lib/Goo/Thing/gml/Writer.pm \ lib/Goo/TemplateProfileOption.pm blib/lib/Goo/TemplateProfileOption.pm \ lib/Goo/Thing/task/tasklist.pl blib/lib/Goo/Thing/task/tasklist.pl \ lib/Goo/FileThing.pm blib/lib/Goo/FileThing.pm \ lib/Goo/Lister.pm blib/lib/Goo/Lister.pm \ lib/Goo/CommandLineManager.pm blib/lib/Goo/CommandLineManager.pm \ lib/.gooskel/things/goo/goo.goo blib/lib/.gooskel/things/goo/goo.goo \ lib/.gooskel/things/goo/task.goo blib/lib/.gooskel/things/goo/task.goo \ lib/Goo/ThingFinder.pm blib/lib/Goo/ThingFinder.pm \ lib/Goo/TabConverter.pm blib/lib/Goo/TabConverter.pm \ lib/Goo/DatabaseThing/Editor.pm blib/lib/Goo/DatabaseThing/Editor.pm \ lib/Goo/DatabaseObject.pm blib/lib/Goo/DatabaseObject.pm \ lib/Goo/Zone.pm blib/lib/Goo/Zone.pm \ lib/Goo/WebDBLite.pm blib/lib/Goo/WebDBLite.pm \ lib/.gooskel/things/tpl/perl-module-header.tpl blib/lib/.gooskel/things/tpl/perl-module-header.tpl \ lib/Goo/Loader.pm blib/lib/Goo/Loader.pm \ lib/Goo/Exiter.pm blib/lib/Goo/Exiter.pm \ lib/Goo/Editor.pm blib/lib/Goo/Editor.pm \ lib/Goo/Thing/pm/Perl6ModuleMaker.pm blib/lib/Goo/Thing/pm/Perl6ModuleMaker.pm \ lib/.gooskel/things/tpl/clonemodule.tpl blib/lib/.gooskel/things/tpl/clonemodule.tpl \ lib/Goo/Thing/pm/MethodProfileOption.pm blib/lib/Goo/Thing/pm/MethodProfileOption.pm \ lib/Goo/Thing/pm/Perl5Adder.pm blib/lib/Goo/Thing/pm/Perl5Adder.pm \ lib/Goo/Thing/task/edittask.pl blib/lib/Goo/Thing/task/edittask.pl \ lib/Goo/Template.pm blib/lib/Goo/Template.pm \ lib/Goo/Thing/pm/Perl5ThereDocManager.pm blib/lib/Goo/Thing/pm/Perl5ThereDocManager.pm \ lib/.gooskel/things/tpl/perl-constructor.tpl blib/lib/.gooskel/things/tpl/perl-constructor.tpl \ lib/Goo/Thing/pm/TypeLessTranslator.pm blib/lib/Goo/Thing/pm/TypeLessTranslator.pm \ lib/Goo/Thing/pm/PerlCoder.pm blib/lib/Goo/Thing/pm/PerlCoder.pm \ lib/Goo/TableInfo.pm blib/lib/Goo/TableInfo.pm \ lib/Goo/Thing/pm/Perl6Adder.pm blib/lib/Goo/Thing/pm/Perl6Adder.pm \ lib/Goo/LiteDatabase.pm blib/lib/Goo/LiteDatabase.pm \ lib/Goo/DatabaseThing/Deleter.pm blib/lib/Goo/DatabaseThing/Deleter.pm \ lib/Goo/DatabaseInfo.pm blib/lib/Goo/DatabaseInfo.pm \ lib/Goo/Thing/pl/ScriptMaker.pm blib/lib/Goo/Thing/pl/ScriptMaker.pm \ lib/.gooskel/things/goo/pm.goo blib/lib/.gooskel/things/goo/pm.goo \ lib/.gooskel/nanorc blib/lib/.gooskel/nanorc \ lib/Goo/Thing/pm/Perl5Editor.pm blib/lib/Goo/Thing/pm/Perl5Editor.pm \ lib/Goo/Header.pm blib/lib/Goo/Header.pm \ lib/Goo/Thing/goo/Maker.pm blib/lib/Goo/Thing/goo/Maker.pm \ lib/Goo/Thing/pm/Profiler.pm blib/lib/Goo/Thing/pm/Profiler.pm \ lib/Goo/Thing/task/savetask.pl blib/lib/Goo/Thing/task/savetask.pl \ lib/Goo/TextTable.pm blib/lib/Goo/TextTable.pm \ lib/Goo/Thing/gml/Profiler.pm blib/lib/Goo/Thing/gml/Profiler.pm \ lib/Goo/Profiler.pm blib/lib/Goo/Profiler.pm \ lib/Goo/ThingProfileOption.pm blib/lib/Goo/ThingProfileOption.pm \ lib/Goo/Thing/js/JSFunctionProfileOption.pm blib/lib/Goo/Thing/js/JSFunctionProfileOption.pm \ lib/Goo/FileThing/Deleter.pm blib/lib/Goo/FileThing/Deleter.pm \ lib/.gooskel/perltidyrc blib/lib/.gooskel/perltidyrc \ lib/.gooskel/things/goo/conf.goo blib/lib/.gooskel/things/goo/conf.goo \ lib/Goo/TextUtilities.pm blib/lib/Goo/TextUtilities.pm \ lib/Goo/Thing/task/Maker.pm blib/lib/Goo/Thing/task/Maker.pm \ lib/.gooskel/things/goo/tpl.goo blib/lib/.gooskel/things/goo/tpl.goo \ lib/Goo/JumpProfileOption.pm blib/lib/Goo/JumpProfileOption.pm \ lib/Goo/Thing/gml/Reader.pm blib/lib/Goo/Thing/gml/Reader.pm \ lib/Goo/Thing/tpm/Tester.pm blib/lib/Goo/Thing/tpm/Tester.pm \ lib/Goo/Thing/pm/Perl5ModuleInspector.pm blib/lib/Goo/Thing/pm/Perl5ModuleInspector.pm \ lib/Goo/TeamManager.pm blib/lib/Goo/TeamManager.pm \ lib/.gooskel/things/goo/care.goo blib/lib/.gooskel/things/goo/care.goo \ lib/Goo/TrailProfiler.pm blib/lib/Goo/TrailProfiler.pm \ lib/Goo/Thing/pm/PackageProfileOption.pm blib/lib/Goo/Thing/pm/PackageProfileOption.pm $(NOECHO) $(TOUCH) pm_to_blib # --- MakeMaker selfdocument section: # --- MakeMaker postamble section: # End.