* added _DISABLE_TIDENTS macro to disable any ANSI/UNICODE ambiguous elements from...
[reactos.git] / reactos / lib / kbdus / makefile
1 # $Id: makefile,v 1.2 2003/08/07 04:03:23 royce Exp $
2
3 PATH_TO_TOP = ../..
4
5 TARGET_TYPE = dynlink
6
7 TARGET_NAME = kbdus
8
9 TARGET_BASE = 0x5500000
10
11 TARGET_CFLAGS = -I$(PATH_TO_TOP)/ntoskrnl/include
12
13 # require os code to explicitly request A/W version of structs/functions
14 TARGET_CFLAGS += -D_DISABLE_TIDENTS
15
16 TARGET_LFLAGS = -nostartfiles -nostdlib
17
18 TARGET_SDKLIBS =
19
20 TARGET_GCCLIBS = gcc
21
22 TARGET_PCH =
23
24 TARGET_CLEAN =
25
26 TARGET_OBJECTS = kbdus.o
27
28 DEP_OBJECTS = $(TARGET_OBJECTS)
29
30 include $(PATH_TO_TOP)/rules.mak
31
32 include $(TOOLS_PATH)/helper.mk
33
34 include $(TOOLS_PATH)/depend.mk
35
36 %/TAGS:
37 etags -o $(@D)/TAGS $(@D)/\*.c
38
39 etags: ./TAGS