This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / lib / kbdus / makefile
diff --git a/lib/kbdus/makefile b/lib/kbdus/makefile
new file mode 100644 (file)
index 0000000..40b63dd
--- /dev/null
@@ -0,0 +1,39 @@
+# $Id$
+
+PATH_TO_TOP = ../..
+
+TARGET_TYPE = dynlink
+
+TARGET_NAME = kbdus
+
+TARGET_BASE = 0x5500000
+
+TARGET_CFLAGS = -I$(PATH_TO_TOP)/ntoskrnl/include
+
+# require os code to explicitly request A/W version of structs/functions
+TARGET_CFLAGS += -D_DISABLE_TIDENTS
+
+TARGET_LFLAGS = -nostartfiles -nostdlib
+
+TARGET_SDKLIBS =
+
+TARGET_GCCLIBS = gcc
+
+TARGET_PCH = 
+
+TARGET_CLEAN = 
+
+TARGET_OBJECTS = kbdus.o
+
+DEP_OBJECTS = $(TARGET_OBJECTS)
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+include $(TOOLS_PATH)/depend.mk
+
+%/TAGS:
+       etags -o $(@D)/TAGS $(@D)/\*.c
+
+etags: ./TAGS