]> git.saurik.com Git - apt.git/blob - test/libapt/makefile
[BREAK] add possibility to download and use multiply
[apt.git] / test / libapt / makefile
1 # -*- make -*-
2 BASE=../..
3 SUBDIR=test/libapt
4 BASENAME=_libapt_test
5
6 # Bring in the default rules
7 include ../../buildlib/defaults.mak
8
9 # Program for testing getLanguageCode
10 PROGRAM = getLanguages${BASENAME}
11 SLIBS = -lapt-pkg
12 SOURCE = getlanguages_test.cc
13 include $(PROGRAM_H)