diff options
| author | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:17 +0000 |
|---|---|---|
| committer | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:17 +0000 |
| commit | 507d25595a7e989139b9c425b39f02ee48fa033e (patch) | |
| tree | b6d9a27db1078d62df8efe68a853165f324bfb60 /python/makefile | |
| download | python-apt-507d25595a7e989139b9c425b39f02ee48fa033e.tar.gz | |
Initial revision
Author: jgg
Date: 2001-02-20 06:32:01 GMT
Initial revision
Diffstat (limited to 'python/makefile')
| -rw-r--r-- | python/makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/python/makefile b/python/makefile new file mode 100644 index 00000000..f8639c93 --- /dev/null +++ b/python/makefile @@ -0,0 +1,21 @@ +# -*- make -*- +BASE=.. +SUBDIR=python + +# Bring in the default rules +include ../buildlib/defaults.mak + +# The apt_pkg module +MODULE=apt_pkg +SLIBS = -lapt-pkg +LIB_MAKES = apt-pkg/makefile +SOURCE = apt_pkgmodule.cc configuration.cc generic.cc tag.cc string.cc \ + cache.cc pkgrecords.cc +include $(PYTHON_H) + +# The apt_int module.. +MODULE=apt_inst +SLIBS = -lapt-inst -lapt-pkg +LIB_MAKES = apt-inst/makefile +SOURCE = apt_instmodule.cc generic.cc +include $(PYTHON_H) |
