]>
Commit | Line | Data |
---|---|---|
1 | # -*- make -*- | |
2 | BASE=../.. | |
3 | SUBDIR=test/interactive-helper | |
4 | ||
5 | # Bring in the default rules | |
6 | include ../../buildlib/defaults.mak | |
7 | ||
8 | # Program for testing methods | |
9 | PROGRAM=mthdcat | |
10 | SLIBS = | |
11 | SOURCE = mthdcat.cc | |
12 | include $(PROGRAM_H) | |
13 | ||
14 | # Version compare tester | |
15 | PROGRAM=testextract | |
16 | SLIBS = -lapt-pkg -lapt-inst | |
17 | LIB_MAKES = apt-pkg/makefile apt-inst/makefile | |
18 | SOURCE = testextract.cc | |
19 | include $(PROGRAM_H) | |
20 | ||
21 | # Program for testing the tar/deb extractor | |
22 | PROGRAM=testdeb | |
23 | SLIBS = -lapt-pkg -lapt-inst | |
24 | SOURCE = testdeb.cc | |
25 | include $(PROGRAM_H) | |
26 | ||
27 | # Program for testing tar extraction | |
28 | PROGRAM=extract-control | |
29 | SLIBS = -lapt-pkg -lapt-inst | |
30 | SOURCE = extract-control.cc | |
31 | include $(PROGRAM_H) | |
32 | ||
33 | # Program for testing udevcdrom | |
34 | PROGRAM=test_udevcdrom | |
35 | SLIBS = -lapt-pkg | |
36 | SOURCE = test_udevcdrom.cc | |
37 | include $(PROGRAM_H) | |
38 | ||
39 | # Program for checking rpm versions | |
40 | #PROGRAM=rpmver | |
41 | #SLIBS = -lapt-pkg -lrpm | |
42 | #SOURCE = rpmver.cc | |
43 | #include $(PROGRAM_H) |