wesnoth/utils/stats/Makefile
Rusty Russell b1a0af242c Statistics CGI program and hacky display code.
This is what is running on stats.wesnoth.org.
2007-12-26 07:13:19 +00:00

19 lines
490 B
Makefile

CFLAGS=-Wall -g -Wunused-parameter -W -Wmissing-declarations
LDFLAGS=-lsqlite3 -lm
all: upload.cgi graph db2wml
upload.cgi: upload.cgi.o utils.o sqlite3_database.o
graph: graph.o utils.o sqlite3_database.o
db2wml: db2wml.o utils.o sqlite3_database.o
clean:
rm -f graph upload.cgi *.o
# Testsuite: .input* are fed into database, then .test run, compared with .result.
check: upload.cgi
@./run-tests.sh
clean-db: upload.cgi
rm -f wesnoth-uploads.db
./wesnoth-upload.cgi --initialize