Fixed make system to rebuild binaries when shlib versio...
[ntk/apt.git] / test / makefile
1 # -*- make -*-
2 BASE=..
3 SUBDIR=test
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 # Scratch program to test incomplete code fragments in
15 PROGRAM=scratch-test
16 SLIBS = -lapt-pkg
17 LIB_MAKES = apt-pkg/makefile
18 SOURCE = scratch.cc
19 include $(PROGRAM_H)
20
21 # Version compare tester
22 PROGRAM=versiontest
23 SLIBS = -lapt-pkg
24 LIB_MAKES = apt-pkg/makefile
25 SOURCE = versiontest.cc
26 include $(PROGRAM_H)
27
28 # Version compare tester
29 PROGRAM=srcrfind
30 SLIBS = -lapt-pkg
31 LIB_MAKES = apt-pkg/makefile
32 SOURCE = srcrfind.cc
33 include $(PROGRAM_H)