]> Dogcows Code - chaz/yoink/blobdiff - Makefile.am
removed logging from script to fix compile error
[chaz/yoink] / Makefile.am
index d5f603756998443f0fac80d1ac2d646b6d8bb355..7f62c7d7dad4f09e8e70be2a5c2d4bd3e6ab35ed 100644 (file)
@@ -1 +1,31 @@
-SUBDIRS = yajl src
+
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = data doc src
+
+EXTRA_DIST = autogen.sh extra win32
+
+
+.PHONY: run debug docs portable installer
+
+run: all
+       @cd src && $(MAKE) run
+
+debug: all
+       @cd src && $(MAKE) debug
+
+docs:
+       $(DOXYGEN)
+
+if WIN32
+
+portable: all
+       $(SH) win32/makepackage.sh -p $(prefix) -d "@DATA_FILES@" \
+               -s $(STRIP) -V $(VERSION)
+
+installer: all
+       $(SH) win32/makepackage.sh -p $(prefix) -d "@DATA_FILES@" \
+               -s $(STRIP) -V $(VERSION) -i $(MAKENSIS)
+
+endif
+
This page took 0.016191 seconds and 4 git commands to generate.