1# 2# ASH Makefile 3# 4 5# Common Compiler Flags ######################################################## 6 7# Include paths. 8COMMON_CFLAGS += -Iash/include 9COMMON_CFLAGS += -Iash/include/ash_api 10 11# SLPI/SMGR-specific Source Files ############################################## 12 13SLPI_SMGR_SRCS += ash/platform/slpi/smgr/ash.cc 14 15# Simulator-specific Source Files ############################################## 16 17SIM_SRCS += ash/platform/linux/ash.cc 18