forked from Mirrors/freeswitch
83f4a9dc2f
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3756 d0543943-73ff-0310-b7d9-9358b9ac24b2
19 lines
436 B
Makefile
19 lines
436 B
Makefile
##
|
|
## Process this file with automake to produce Makefile.in
|
|
##
|
|
|
|
SUBDIRS = include src tools test doc
|
|
|
|
EXTRA_DIST = HACKING iksemel.pc.in
|
|
|
|
pkgconfigdir=$(libdir)/pkgconfig
|
|
pkgconfig_DATA = iksemel.pc
|
|
|
|
snapshot:
|
|
$(MAKE) dist distdir=$(PACKAGE)-`date +"%y%m%d"`
|
|
mv $(PACKAGE)-`date +"%y%m%d"`.tar.gz ../
|
|
|
|
ikslite:
|
|
cp include/iksemel.h ../
|
|
cat include/finetune.h src/utility.c src/ikstack.c src/sax.c src/iks.c src/dom.c >../iksemel.c
|