diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/perl/LogSummary/t/db/GNUmakefile | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/perl/LogSummary/t/db/GNUmakefile')
-rw-r--r-- | src/perl/LogSummary/t/db/GNUmakefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/perl/LogSummary/t/db/GNUmakefile b/src/perl/LogSummary/t/db/GNUmakefile new file mode 100644 index 0000000..8309f9c --- /dev/null +++ b/src/perl/LogSummary/t/db/GNUmakefile @@ -0,0 +1,13 @@ +TOPDIR = ../../../../.. +include $(TOPDIR)/src/include/builddefs +LSRCFILES = \ + 20081125.meta 20081125.index 20081125.0 \ + 20081126.meta 20081126.index 20081126.0 + +default: + +include $(BUILDRULES) + +install: + +default_pcp install_pcp: |