summaryrefslogtreecommitdiff
path: root/libdde-linux26/mk/tmpl/lib/src/Makefile
blob: dfa737162ac5f8221bf0bde114be816e53c02e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PKGDIR?= ../..
L4DIR ?= $(PKGDIR)/../..

# the name of your library
TARGET	= lib$(PKGNAME).a

# list your .c files here
SRC_C	= 

# if your library implements the client side of an idl defined in an
# idl-file of your package, list the idl file name(s) here (no path needed)
CLIENTIDL =

include $(L4DIR)/mk/lib.mk