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

« back to all changes in this revision

Viewing changes to buildlib/defaults.mak

  • 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:
70
70
OBJ := $(BUILD)/obj/$(SUBDIR)
71
71
DEP := $(OBJ)
72
72
DOC := $(BUILD)/docs
 
73
PO := $(BUILD)/po
 
74
LOCALE := $(BUILD)/locale
 
75
PO_DOMAINS := $(BUILD)/po/domains
73
76
 
74
77
# Module types
75
78
LIBRARY_H = $(BASE)/buildlib/library.mak
80
83
COPY_H = $(BASE)/buildlib/copy.mak
81
84
YODL_MANPAGE_H = $(BASE)/buildlib/yodl_manpage.mak
82
85
SGML_MANPAGE_H = $(BASE)/buildlib/sgml_manpage.mak
 
86
XML_MANPAGE_H = $(BASE)/buildlib/xml_manpage.mak
83
87
FAIL_H = $(BASE)/buildlib/fail.mak
 
88
PODOMAIN_H = $(BASE)/buildlib/podomain.mak
84
89
 
85
90
include $(BUILD)/environment.mak
86
91
 
109
114
LDFLAGS+= -L$(LIB)
110
115
 
111
116
# Directors to create
112
 
MKDIRS := $(BIN)
 
117
MKDIRS := $(BIN) 
113
118
 
114
119
# Phony rules. Other things hook these by appending to the dependency
115
120
# list