2 CFLAGS
= -Wall
-W
-Wmissing-declarations
-Wmissing-prototypes
-O3 \
3 -Wredundant-decls
-Wshadow
-Wbad-function-cast
-Wcast-qual \
4 -minline-all-stringops
-maccumulate-outgoing-args
5 HEADERS
= module.h mod_cuckoo.h mod_lp.h
6 CFILES
= mega-sena.c mod_cuckoo.c mod_lp.c
7 OBJS
:= $(CFILES
:.c
=.o
)
15 mega-sena.o
: mega-sena.c
$(HEADERS
)
18 mod_cuckoo.o
: mod_cuckoo.c mod_cuckoo.h module.h
21 mod_lp.o
: mod_lp.c mod_lp.h module.h