diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:50 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:50 +0000 |
commit | 1164783d22d97e7ca0454e23faad8f8bb70a901d (patch) | |
tree | 0d303b703236c56562c7010f269cd23b9d7527c5 /cmdline/makefile | |
parent | faf4e30cb406bf35c9bb3ec7c018107ea6e01eba (diff) |
Compile of apt-cache
Author: jgg
Date: 1998-07-15 05:56:42 GMT
Compile of apt-cache
Diffstat (limited to 'cmdline/makefile')
-rw-r--r-- | cmdline/makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cmdline/makefile b/cmdline/makefile new file mode 100644 index 000000000..d521c58db --- /dev/null +++ b/cmdline/makefile @@ -0,0 +1,14 @@ +# -*- make -*- +BASE=.. + +# Bring in the default rules +include ../buildlib/defaults.mak + +# The library name +PROGRAM=apt-cache +SLIBS = -lapt-pkg + +# Source code for the contributed non-core things +SOURCE = apt-cache.cc + +include $(PROGRAM_H) |