1check-syntax:
2	$(CC) $(AM_CPPFLAGS) $(AM_CFLAGS) -fsyntax-only $(CHK_SOURCES)
3
4.PHONY: check-syntax
5