1# 2# PAL Makefile 3# 4 5# Common Compiler Flags ######################################################## 6 7# Include paths. 8COMMON_CFLAGS += -Ipal/include 9 10# GoogleTest Source Files ###################################################### 11 12GOOGLETEST_CFLAGS += -Ipal/tests/include 13GOOGLETEST_SRCS += pal/tests/src/version_test.cc 14GOOGLETEST_SRCS += pal/tests/src/wwan_test.cc 15GOOGLETEST_PAL_IMPL_SRCS += pal/tests/src/gnss_pal_impl_test.cc 16GOOGLETEST_PAL_IMPL_SRCS += pal/tests/src/wifi_pal_impl_test.cc 17