b0aa3ad784
Warn on non-literal format strings and cleanup. Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
18 lines
278 B
Makefile
18 lines
278 B
Makefile
CC=@CC@
|
|
CXX=@CXX@
|
|
|
|
CFLAGS=@CFLAGS@
|
|
CFLAGS+=-fPIC -Wall -Wformat=2 -Wstrict-prototypes -Wshadow -D_GNU_SOURCE
|
|
|
|
LEX=@LEX@
|
|
YACC=@YACC@
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
sysconfdir=@sysconfdir@
|
|
sbindir=@sbindir@
|
|
libdir=@libdir@
|
|
mandir=@mandir@
|
|
|
|
PACKAGE_NAME=@PACKAGE_NAME@
|