libamxp
1.4.0
Patterns C Implementation
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)/../amxp_expr.tab.o \
7
$(OBJDIR)/../lex.amxp_expr.o
8
9
include ../test_targets.mk
test
amxp_scheduler
makefile
Generated on Mon Aug 26 2024 14:17:48 for libamxp by
1.9.1