]>
Commit | Line | Data |
---|---|---|
1164783d AL |
1 | # -*- make -*- |
2 | BASE=.. | |
3164dff9 | 3 | SUBDIR=cmdline |
1164783d AL |
4 | |
5 | # Bring in the default rules | |
6 | include ../buildlib/defaults.mak | |
7 | ||
08e8f724 | 8 | # The apt-cache program |
1164783d | 9 | PROGRAM=apt-cache |
c88edf1d | 10 | SLIBS = -lapt-pkg |
1164783d | 11 | SOURCE = apt-cache.cc |
08e8f724 | 12 | include $(PROGRAM_H) |
1164783d | 13 | |
7a1b1f8b | 14 | # The apt-get program |
0a8e3465 | 15 | PROGRAM=apt-get |
c88edf1d | 16 | SLIBS = -lapt-pkg |
0919e3f9 | 17 | SOURCE = apt-get.cc acqprogress.cc |
1164783d | 18 | include $(PROGRAM_H) |
7a1b1f8b AL |
19 | |
20 | # The apt-config program | |
21 | PROGRAM=apt-config | |
22 | SLIBS = -lapt-pkg | |
23 | SOURCE = apt-config.cc | |
24 | include $(PROGRAM_H) |