Show Makefile syntax highlighted
include $(TOP)/make/system.mk
CXXFLAGS += -I.. -leq -lpthread
ifeq "${ARCH}" "Linux"
SA_CXXFLAGS += -lrt -luuid
endif
TARGETS = $(SIMPLE_PROGRAMS) $(TESTS)
include $(TOP)/make/rules.mk
See more files for this project here