Changeset 938 for trunk/Makefile.am


Ignore:
Timestamp:
Sep 10, 2011, 2:42:09 PM (12 years ago)
Author:
sam
Message:

build: add LolUnit to the build rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r877 r938  
    1010.PHONY: bench
    1111
     12dist: lolunit-$(LOLUNIT_VERSION).tar.gz
     13
     14lolunit-$(LOLUNIT_VERSION).tar.gz:
     15        rm -rf lolunit-$(LOLUNIT_VERSION)
     16        mkdir lolunit-$(LOLUNIT_VERSION)
     17        mkdir lolunit-$(LOLUNIT_VERSION)/lol
     18        cp $(top_srcdir)/src/lol/unit.h lolunit-$(LOLUNIT_VERSION)/lol
     19        tar cvzf lolunit-$(LOLUNIT_VERSION).tar.gz lolunit-$(LOLUNIT_VERSION)
     20        rm -rf lolunit-$(LOLUNIT_VERSION)
     21
Note: See TracChangeset for help on using the changeset viewer.