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 tar/deb extractor
30 SLIBS = -lapt-pkg -lapt-inst
34 # Program for testing tar extraction
35 PROGRAM=extract-control
36 SLIBS = -lapt-pkg -lapt-inst
37 SOURCE = extract-control.cc
40 # Program for testing hashes
46 # Program for testing udevcdrom
47 PROGRAM=test_udevcdrom
49 SOURCE = test_udevcdrom.cc
52 # Program for checking rpm versions
54 #SLIBS = -lapt-pkg -lrpm