summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/utils/Makefile.defs
blob: a06d61cbb887c94bb00a05aa7d5e9f275b36f7a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROGRAMS += test_any test_callback test_bind

test_any_OBJECTS = test_any.o

test_callback_OBJECTS = test_callback.o

test_bind_OBJECTS = test_bind.o

test_any: $(test_any_OBJECTS)

test_callback: $(test_callback_OBJECTS)

test_bind: $(test_bind_OBJECTS)