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