summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/ai/Makefile.defs
blob: 4eaade93b16ab3a8fd4459812ea3a8494bba120b (plain)
1
2
3
4
5
6
7
8
9
PROGRAMS += test_ai

ai_OBJECTS = ai.o

test_ai_OBJECTS = test_ai.o $(ai_OBJECTS) $(motor_OBJECTS) $(log_OBJECTS) \
$(asserv_OBJECTS) $(proto_OBJECTS) $(utils_OBJECTS) $(serial_OBJECTS) \
$(timer_OBJECTS) $(config_OBJECTS) $(scheduler_OBJECTS) $(es_OBJECTS)

test_ai: $(test_ai_OBJECTS)