source: mediastreamer2/linphone/coreapi/plugins/buddylookup/Makefile.am @ 506:ce6e9b185f17

Last change on this file since 506:ce6e9b185f17 was 506:ce6e9b185f17, checked in by simorl <simon.morlat@…>, 4 years ago

cleanup
msx264 compiles with mingw.

File size: 442 bytes
Line 
1SUBDIRS=src
2
3
4
5INSTALLDIR=$(shell cd $(top_builddir) && pwd)/$(PACKAGE)-install
6ZIPFILE=$(shell cd $(top_builddir) && pwd)/$(PACKAGE)-win32-$(VERSION).zip
7ZIP_EXCLUDED=include
8
9
10
11zip:
12        rm -f $(ZIPFILE)
13        rm -rf $(INSTALLDIR)
14        mkdir -p $(INSTALLDIR)
15        make install DESTDIR=$(INSTALLDIR)
16        cd $(INSTALLDIR)/$(prefix) && rm -rf $(ZIP_EXCLUDED) && \
17        zip -r $(ZIPFILE) *
18
19clean-local:
20        rm -rf $(PACKAGE)-install
21        rm $(PACKAGE)-win32-$(VERSION).zip
Note: See TracBrowser for help on using the repository browser.