]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/Makefile
update
[l4.git] / l4 / pkg / valgrind / Makefile
1 PKGDIR  ?= .
2 L4DIR   ?= $(PKGDIR)/../..
3
4 # the default is to build the listed directories, provided that they
5 # contain a Makefile. If you need to change this, uncomment the following
6 # line and adapt it.
7 # TARGET = include src lib server examples doc
8
9 SYSTEMS = x86-l4f
10
11 all::
12         PWD=$(PWD)/build make -C build
13
14 clean::
15         PWD=$(PWD)/build make -C build $@
16
17 cleanall::
18         PWD=$(PWD)/build make -C build $@
19
20 include $(L4DIR)/mk/subdir.mk