]> andersk Git - udis86.git/blame - Makefile.am
Use the public http URI to docbook.xsl.
[udis86.git] / Makefile.am
CommitLineData
bbe45369 1ACLOCAL_AMFLAGS = -I build/m4
2
cd54c340 3SUBDIRS = libudis86 . udcli . docs . tests
bbe45369 4
5GENERATED = autom4te.cache \
6 aclocal.m4 \
7 configure \
8 build \
9 *.in \
10 libudis86/*.in \
11 udcli/*.in \
12 tests/*.in \
d2623857 13 docs/manual/*.in \
bbe45369 14 docs/*.in
15
16include_ladir = ${includedir}
17include_la_HEADERS = udis86.h
18
cd54c340 19.PHONY: libudis86 udcli tests docs
bbe45369 20
21libudis86:
22 $(MAKE) -C $@
23
24udcli: libudis86
25 $(MAKE) -C $@
26
27tests: check
28
29maintainer-clean-local:
30 rm -rf $(GENERATED)
This page took 0.064522 seconds and 5 git commands to generate.