summaryrefslogtreecommitdiff
path: root/python/makefile
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-15 17:02:34 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-15 17:02:34 +0200
commit7581c5fb8a8d8e1e0a79c343cbd23725475f846c (patch)
tree0597cfe165b0b863f7a3a582dfa8fc9f6d929ff0 /python/makefile
parentf52a32c76764f0e1f0af30b4d9a6471996eabede (diff)
downloadpython-apt-7581c5fb8a8d8e1e0a79c343cbd23725475f846c.tar.gz
Simplify the whole building, build all Python versions with setup.py
Diffstat (limited to 'python/makefile')
-rw-r--r--python/makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/python/makefile b/python/makefile
deleted file mode 100644
index fff3a2e8..00000000
--- a/python/makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# -*- 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
-APT_PKG_SRC = apt_pkgmodule.cc configuration.cc generic.cc tag.cc string.cc \
- cache.cc pkgrecords.cc pkgsrcrecords.cc sourcelist.cc \
- depcache.cc progress.cc cdrom.cc acquire.cc pkgmanager.cc \
- indexfile.cc metaindex.cc hashstring.cc indexrecords.cc \
- policy.cc hashes.cc
-SOURCE := $(APT_PKG_SRC)
-include $(PYTHON_H) progress.h
-
-# The apt_int module..
-MODULE=apt_inst
-SLIBS = -lapt-inst -lapt-pkg
-LIB_MAKES = apt-inst/makefile
-APT_INST_SRC = apt_instmodule.cc tar.cc generic.cc
-SOURCE := $(APT_INST_SRC)
-include $(PYTHON_H)
-