5 # Bring in the default rules
6 include ../buildlib/defaults.mak
8 # Program for testing methods
14 # Scratch program to test incomplete code fragments in
16 SLIBS = -lapt-inst -lapt-pkg
17 LIB_MAKES = apt-pkg/makefile apt-inst/makefile
21 # Version compare tester
23 SLIBS = -lapt-pkg -lapt-inst
24 LIB_MAKES = apt-pkg/makefile apt-inst/makefile
25 SOURCE = testextract.cc
28 # Program for testing the config file parser
29 PROGRAM=conftest_clear
31 SOURCE = conf_clear.cc
34 # Program for testing the config file parser
40 # Program for testing the tar/deb extractor
42 SLIBS = -lapt-pkg -lapt-inst
46 # Program for testing tar extraction
47 PROGRAM=extract-control
48 SLIBS = -lapt-pkg -lapt-inst
49 SOURCE = extract-control.cc
52 # Program for testing hashes
58 # Program for testing udevcdrom
59 PROGRAM=test_udevcdrom
61 SOURCE = test_udevcdrom.cc
64 # Program for checking rpm versions
66 #SLIBS = -lapt-pkg -lrpm