+libcaptive/io/
authorshort <>
Tue, 5 Nov 2002 13:35:48 +0000 (13:35 +0000)
committershort <>
Tue, 5 Nov 2002 13:35:48 +0000 (13:35 +0000)
configure.in
src/libcaptive/Makefile.am
src/libcaptive/io/Makefile.am [new file with mode: 0644]

index da2f8cc..96b0c2b 100644 (file)
@@ -131,6 +131,7 @@ Makefile
 ./src/libcaptive/reactos/ntoskrnl/rtl/Makefile
 ./src/libcaptive/reactos/ntoskrnl/se/Makefile
 ./src/libcaptive/halcaptive/Makefile
+./src/libcaptive/io/Makefile
 ./src/libcaptive/kd/Makefile
 ./src/libcaptive/ke/Makefile
 ./src/libcaptive/ldr/Makefile
index 0d1fdf4..56fd721 100644 (file)
@@ -19,7 +19,7 @@
 include $(top_srcdir)/Makefile-head.am
 include $(top_srcdir)/src/libcaptive/Makefile-libcaptive.am
 
-SUBDIRS=include reactos halcaptive kd ke ldr mm ob ps rtl storage client
+SUBDIRS=include reactos halcaptive io kd ke ldr mm ob ps rtl storage client
 
 EXTRA_DIST+= \
                Makefile-libcaptive.am
@@ -28,6 +28,7 @@ lib_LTLIBRARIES+=libcaptive.la
 libcaptive_la_LIBADD= \
                reactos/libreactos.la \
                halcaptive/libhalcaptive.la \
+               io/libio.la \
                kd/libkd.la \
                ke/libke.la \
                ldr/libldr.la \
diff --git a/src/libcaptive/io/Makefile.am b/src/libcaptive/io/Makefile.am
new file mode 100644 (file)
index 0000000..26f0b2f
--- /dev/null
@@ -0,0 +1,24 @@
+# $Id$
+# automake source for the reactos's io/ emulation of libcaptive Makefile 
+# Copyright (C) 2002 Jan Kratochvil <project-captive@jankratochvil.net>
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; exactly version 2 of June 1991 is required
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+include $(top_srcdir)/Makefile-head.am
+include $(top_srcdir)/src/libcaptive/Makefile-libcaptive.am
+
+noinst_LTLIBRARIES=libio.la
+libio_la_SOURCES= \
+               process.c