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