projects
/
apt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
apt-get update works
[apt.git]
/
cmdline
/
makefile
1
# -*- make -*-
2
BASE=..
3
SUBDIR=cmdline
4
5
# Bring in the default rules
6
include ../buildlib/defaults.mak
7
8
# The apt-cache program
9
PROGRAM=apt-cache
10
SLIBS = -lapt-pkg
11
SOURCE = apt-cache.cc
12
include $(PROGRAM_H)
13
14
# The apt-config program
15
PROGRAM=apt-get
16
SLIBS = -lapt-pkg
17
SOURCE = apt-get.cc acqprogress.cc
18
include $(PROGRAM_H)