]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/plr/Makefile
update
[l4.git] / l4 / pkg / plr / 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 doc
8
9 SYSTEMS = x86-l4f
10
11 TARGET = include server lib ex
12
13 ex : lib server
14
15 include $(L4DIR)/mk/subdir.mk