]> git.saurik.com Git - apt.git/blob - test/interactive-helper/makefile
merged from the lp:~mvo/apt/mvo branch
[apt.git] / test / interactive-helper / makefile
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 # Program for testing the tar/deb extractor
15 PROGRAM=testdeb
16 SLIBS = -lapt-pkg -lapt-inst
17 LIB_MAKES = apt-pkg/makefile apt-inst/makefile
18 SOURCE = testdeb.cc
19 include $(PROGRAM_H)
20
21 # Program for testing tar extraction
22 PROGRAM=extract-control
23 SLIBS = -lapt-pkg -lapt-inst
24 LIB_MAKES = apt-pkg/makefile apt-inst/makefile
25 SOURCE = extract-control.cc
26 include $(PROGRAM_H)
27
28 # Program for testing udevcdrom
29 PROGRAM=test_udevcdrom
30 SLIBS = -lapt-pkg
31 LIB_MAKES = apt-pkg/makefile
32 SOURCE = test_udevcdrom.cc
33 include $(PROGRAM_H)
34
35 # Program for checking rpm versions
36 #PROGRAM=rpmver
37 #SLIBS = -lapt-pkg -lrpm
38 #SOURCE = rpmver.cc
39 #include $(PROGRAM_H)
40
41 # very simple webserver for APT testing
42 PROGRAM=aptwebserver
43 SLIBS = -lapt-pkg
44 LIB_MAKES = apt-pkg/makefile
45 SOURCE = aptwebserver.cc
46 include $(PROGRAM_H)