File: Makefile.am

package info (click to toggle)
libiksemel 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,448 kB
  • sloc: sh: 9,158; ansic: 5,486; makefile: 71
file content (18 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##
## 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