]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/plr/lib/libperfcnt/Makefile
update
[l4.git] / l4 / pkg / plr / lib / libperfcnt / Makefile
1 PKGDIR?= ../..
2 L4DIR ?= $(PKGDIR)/../..
3
4 # the name of your library
5 TARGET  = libpcnt.a
6
7 PC_FILENAME = libpcnt
8
9 # list your .c or .cc files here
10 SRC_C   = pcnt.c 
11 SRC_CC  =
12
13 include $(L4DIR)/mk/lib.mk