1include ../../../build-unix/Makefile.config
2
3PROJECT = at_1_phase
4
5VPATH = \
6	../src \
7	../../common/src
8
9INCDIR = \
10	-I../include \
11	-I../../common/include
12
13OBJS = \
14	$(PROJECT).o \
15	$(PROJECT)_top.o \
16	initiator_top.o \
17	\
18	at_target_1_phase.o \
19	memory.o \
20	report.o \
21	select_initiator.o \
22	traffic_generator.o
23
24include ../../../build-unix/Makefile.rules
25
26# DO NOT DELETE
27