+libcaptive/cm/
authorshort <>
Sat, 23 Nov 2002 16:20:45 +0000 (16:20 +0000)
committershort <>
Sat, 23 Nov 2002 16:20:45 +0000 (16:20 +0000)
configure.in
src/libcaptive/Makefile.am
src/libcaptive/cm/Makefile.am [new file with mode: 0644]

index f300480..45d3c84 100644 (file)
@@ -136,6 +136,7 @@ Makefile
 ./src/libcaptive/reactos/ntoskrnl/se/Makefile
 ./src/libcaptive/halcaptive/Makefile
 ./src/libcaptive/cc/Makefile
+./src/libcaptive/cm/Makefile
 ./src/libcaptive/fs/Makefile
 ./src/libcaptive/io/Makefile
 ./src/libcaptive/kd/Makefile
index c5210e2..673bc21 100644 (file)
@@ -19,7 +19,7 @@
 include $(top_srcdir)/Makefile-head.am
 include $(top_srcdir)/src/libcaptive/Makefile-libcaptive.am
 
-SUBDIRS=include reactos halcaptive cc fs io kd ke ldr mm ob ps rtl storage client
+SUBDIRS=include reactos halcaptive cc cm fs io kd ke ldr mm ob ps rtl storage client
 
 EXTRA_DIST+= \
                Makefile-libcaptive.am
@@ -29,6 +29,7 @@ libcaptive_la_LIBADD= \
                reactos/libreactos.la \
                halcaptive/libhalcaptive.la \
                cc/libcc.la \
+               cm/libcm.la \
                fs/libfs.la \
                io/libio.la \
                kd/libkd.la \
diff --git a/src/libcaptive/cm/Makefile.am b/src/libcaptive/cm/Makefile.am
new file mode 100644 (file)
index 0000000..1a1b088
--- /dev/null
@@ -0,0 +1,24 @@
+# $Id$
+# automake source for the reactos's cm/ 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=libcm.la
+libcm_la_SOURCES= \
+               rtlfunc.c