migrate substitution keywords to SVN
[reactos.git] / reactos / lib / kbdgr / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../..
4
5 TARGET_TYPE = dynlink
6
7 TARGET_NAME = kbdgr
8
9 TARGET_BASE = 0x5500000
10
11 TARGET_ENTRY = 0x00000000
12
13 TARGET_CFLAGS = -I$(PATH_TO_TOP)/ntoskrnl/include
14
15 # require os code to explicitly request A/W version of structs/functions
16 TARGET_CFLAGS += -D_DISABLE_TIDENTS
17
18 TARGET_LFLAGS = -nostartfiles -nostdlib
19
20 TARGET_SDKLIBS =
21
22 TARGET_GCCLIBS = gcc
23
24 TARGET_PCH =
25
26 TARGET_CLEAN =
27
28 TARGET_OBJECTS = kbdgr.o
29
30 DEP_OBJECTS = $(TARGET_OBJECTS)
31
32 include $(PATH_TO_TOP)/rules.mak
33
34 include $(TOOLS_PATH)/helper.mk
35
36 include $(TOOLS_PATH)/depend.mk
37
38 %/TAGS:
39 etags -o $(@D)/TAGS $(@D)/\*.c
40
41 etags: ./TAGS