PSX: minor changes to the 'posix' module for enabling full compilation.
[reactos.git] / posix / lib / Makefile
diff --git a/posix/lib/Makefile b/posix/lib/Makefile
new file mode 100644 (file)
index 0000000..7a2d21c
--- /dev/null
@@ -0,0 +1,17 @@
+# $Id: Makefile,v 1.1 2002/10/01 20:21:45 ea Exp $
+# posix/lib/Makefile
+#
+PATH_TO_TOP=../../reactos
+
+PATH_TO_PSX_TOP = ../..
+
+all:
+       make -C psxdll psxdll.a
+       make -C psxx   psxx.a
+
+clean:
+       - $(RM) *.a
+
+include $(PATH_TO_TOP)/rules.mak
+
+# EOF