Merge branch 'pu'
[jungerl.git] / lib / lama / Makefile
blob5c076b38b30b40b4852b8378f09c239eb514fa8d
1 # Makefile for the LAMA application maintained in Jungerl
3 # $Id$
4 # $Url$
7 #include ../../support/subdir.mk
8 APP_NAME=lama
10 all:
11 (cd src;$(MAKE))
13 clean:
14 (cd src;$(MAKE) clean)
16 release: clean appfile
17 sh ../../support/create_release.sh
19 appfile:
20 (cd src;$(MAKE) ../ebin/$(APP_NAME).app)
22 docs:
23 erl -noshell -run edoc_run application "'$(APP_NAME)'" \
24 '"."' '[{def,{vsn,"$(VSN)"}}]' -s init stop