]> Dogcows Code - chaz/yoink/blob - Makefile.am
fixed aabb static class problem
[chaz/yoink] / Makefile.am
1
2 ACLOCAL_AMFLAGS = -I m4
3
4 SUBDIRS = data doc src
5
6 EXTRA_DIST = autogen.sh extra win32
7
8
9 .PHONY: run debug docs portable installer
10
11 run: all
12 @cd src && $(MAKE) run
13
14 debug: all
15 @cd src && $(MAKE) debug
16
17 docs:
18 $(DOXYGEN)
19
20 if WIN32
21
22 portable: all
23 $(SH) win32/makepackage.sh -p $(prefix) -d "@DATA_FILES@" \
24 -s $(STRIP) -V $(VERSION)
25
26 installer: all
27 $(SH) win32/makepackage.sh -p $(prefix) -d "@DATA_FILES@" \
28 -s $(STRIP) -V $(VERSION) -i $(MAKENSIS)
29
30 endif
31
This page took 0.031311 seconds and 4 git commands to generate.