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

utils_OBJECTS = fd_set.o hexa.o

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)