]> git.saurik.com Git - apt.git/blame_incremental - test/interactive-helper/makefile
merged from lp:~donkult/apt/experimental
[apt.git] / test / interactive-helper / makefile
... / ...
CommitLineData
1# -*- make -*-
2BASE=../..
3SUBDIR=test/interactive-helper
4
5# Bring in the default rules
6include ../../buildlib/defaults.mak
7
8# Program for testing methods
9PROGRAM=mthdcat
10SLIBS =
11SOURCE = mthdcat.cc
12include $(PROGRAM_H)
13
14# Version compare tester
15PROGRAM=testextract
16SLIBS = -lapt-pkg -lapt-inst
17LIB_MAKES = apt-pkg/makefile apt-inst/makefile
18SOURCE = testextract.cc
19include $(PROGRAM_H)
20
21# Program for testing the tar/deb extractor
22PROGRAM=testdeb
23SLIBS = -lapt-pkg -lapt-inst
24SOURCE = testdeb.cc
25include $(PROGRAM_H)
26
27# Program for testing tar extraction
28PROGRAM=extract-control
29SLIBS = -lapt-pkg -lapt-inst
30SOURCE = extract-control.cc
31include $(PROGRAM_H)
32
33# Program for testing udevcdrom
34PROGRAM=test_udevcdrom
35SLIBS = -lapt-pkg
36SOURCE = test_udevcdrom.cc
37include $(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)