libamxo  4.3.4
Object Definition Language (ODL) parsing
makefile
Go to the documentation of this file.
1 include ../test_defines.mk
2 
3 TARGET = run_test
4 SOURCES += $(wildcard ./*.c)
5 OBJECTS = $(addprefix $(OBJDIR)/,$(notdir $(SOURCES:.c=.o))) \
6  $(OBJDIR)/../amxo_parser.tab.o \
7  $(OBJDIR)/../lex.amxo_parser.o
8 
9 include ../test_targets.mk