# ANSI_DECLARATIONS is needed to comply with C99 standard
# Compliance with C99 standard can be tested wtih
# -std=gnu99 -Wstrict-prototypes
# with gcc-11 on Linux
PKG_CPPFLAGS = -include RTriangle.h -DANSI_DECLARATORS -DVOID=void

