You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 rivejä
648 B

  1. SUBDIRS = src test deushax monsterz tools gfx
  2. DIST_SUBDIRS = $(SUBDIRS)
  3. EXTRA_DIST = bootstrap build-linux build-mingw build-mingw64 build-ps3 \
  4. build-nacl32 build-nacl64 build/lol-build
  5. AUTOMAKE_OPTIONS = dist-bzip2
  6. bench:
  7. cd test && $(MAKE) $(AM_MAKEFLAGS) $@
  8. .PHONY: bench
  9. dist: lolunit-$(LOLUNIT_VERSION).tar.gz
  10. lolunit-$(LOLUNIT_VERSION).tar.gz:
  11. rm -rf lolunit-$(LOLUNIT_VERSION)
  12. mkdir lolunit-$(LOLUNIT_VERSION)
  13. mkdir lolunit-$(LOLUNIT_VERSION)/lol
  14. cp $(top_srcdir)/src/lol/unit.h lolunit-$(LOLUNIT_VERSION)/lol
  15. tar cvzf lolunit-$(LOLUNIT_VERSION).tar.gz lolunit-$(LOLUNIT_VERSION)
  16. rm -rf lolunit-$(LOLUNIT_VERSION)