summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 76130be4513530a6e05ed373147dab9c29e37c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AM_CXXFLAGS = -Wall

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I config

SUBDIRS = src test doc contrib

.PHONY: production debug default competition
production: ; (cd @top_srcdir@ && ./configure --with-build=production && $(MAKE))
debug:      ; (cd @top_srcdir@ && ./configure --with-build=debug && $(MAKE))
default:    ; (cd @top_srcdir@ && ./configure --with-build=default && $(MAKE))
competition:; (cd @top_srcdir@ && ./configure --with-build=competition && $(MAKE))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback