]>
Commit | Line | Data |
---|---|---|
024835dc AL |
1 | # -*- make -*- |
2 | BASE=.. | |
3 | SUBDIR=test | |
4 | ||
5 | # Bring in the default rules | |
6 | include ../buildlib/defaults.mak | |
7 | ||
8bb5959b AL |
8 | # Program for testing methods |
9 | PROGRAM=mthdcat | |
10 | SLIBS = | |
11 | SOURCE = mthdcat.cc | |
12 | include $(PROGRAM_H) | |
13 | ||
024835dc AL |
14 | # Scratch program to test incomplete code fragments in |
15 | PROGRAM=scratch-test | |
421c8d10 AL |
16 | SLIBS = -lapt-inst -lapt-pkg |
17 | LIB_MAKES = apt-pkg/makefile apt-inst/makefile | |
024835dc AL |
18 | SOURCE = scratch.cc |
19 | include $(PROGRAM_H) | |
8c515d62 | 20 | |
421c8d10 AL |
21 | PROGRAM=testextract |
22 | SLIBS = -lapt-inst -lapt-pkg | |
23 | LIB_MAKES = apt-pkg/makefile apt-inst/makefile | |
24 | SOURCE = testextract.cc | |
25 | include $(PROGRAM_H) | |
26 | ||
8c515d62 AL |
27 | # Version compare tester |
28 | PROGRAM=versiontest | |
29 | SLIBS = -lapt-pkg | |
f760b7d2 | 30 | LIB_MAKES = apt-pkg/makefile |
8c515d62 AL |
31 | SOURCE = versiontest.cc |
32 | include $(PROGRAM_H) | |
7974b907 AL |
33 | |
34 | # Version compare tester | |
35 | PROGRAM=srcrfind | |
36 | SLIBS = -lapt-pkg | |
f760b7d2 | 37 | LIB_MAKES = apt-pkg/makefile |
7974b907 AL |
38 | SOURCE = srcrfind.cc |
39 | include $(PROGRAM_H) |