update for HEAD-2003050101
[reactos.git] / lib / epsapi / makefile
diff --git a/lib/epsapi/makefile b/lib/epsapi/makefile
new file mode 100644 (file)
index 0000000..f185c38
--- /dev/null
@@ -0,0 +1,18 @@
+# $Id$
+
+PATH_TO_TOP = ../..
+
+TARGET_TYPE = library
+
+TARGET_NAME = epsapi
+
+TARGET_OBJECTS = \
+ enum/drivers.o \
+ enum/modules.o \
+ enum/processes.o 
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF