~jr/ubuntu/oneiric/apt/bzr-get-rename

« back to all changes in this revision

Viewing changes to methods/makefile

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-03-07 20:08:33 UTC
  • Revision ID: james.westby@ubuntu.com-20050307200833-0lxdgg2cb4oculdv
Tags: 0.6.35
* Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
  - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
    from growing too large (Ubuntu #6761)
  - some comments about the pkgAcqMetaSig::Custom600Headers() added
  - use gpg --with-colons
  - commented the ftp no_proxy unseting in methods/ftp.cc
  - added support for "Acquire::gpgv::options" in methods/gpgv.cc
* Merge bubulle@debian.org--2005/apt--main--0
  - Make capitalization more consistent
  - Un-fuzzy translations resulting from capitalization changes
  - Italian translation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
include ../buildlib/defaults.mak
7
7
BIN := $(BIN)/methods
8
8
 
 
9
# FIXME..
 
10
LIB_APT_PKG_MAJOR = 3.5
 
11
APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR)
 
12
 
9
13
# The file method
10
14
PROGRAM=file
11
15
SLIBS = -lapt-pkg 
27
31
SOURCE = gzip.cc
28
32
include $(PROGRAM_H)
29
33
 
 
34
# The gpgv method
 
35
PROGRAM=gpgv
 
36
SLIBS = -lapt-pkg
 
37
LIB_MAKES = apt-pkg/makefile
 
38
SOURCE = gpgv.cc
 
39
include $(PROGRAM_H)
 
40
 
30
41
# The cdrom method
31
42
PROGRAM=cdrom
32
43
SLIBS = -lapt-pkg 
56
67
include $(PROGRAM_H)
57
68
 
58
69
# SSH and vzip2 method symlink
59
 
all: $(BIN)/ssh $(BIN)/bzip2
 
70
binary: $(BIN)/ssh $(BIN)/bzip2
60
71
veryclean: clean-$(BIN)/ssh clean-$(BIN)/bzip2
61
72
$(BIN)/ssh:
62
73
        echo "Installing ssh method link"