]> granicus.if.org Git - apache/commitdiff
Add the rest of the files to allow BeOS to use the buildconf stuff.
authorDavid Reid <dreid@apache.org>
Thu, 10 Feb 2000 13:20:33 +0000 (13:20 +0000)
committerDavid Reid <dreid@apache.org>
Thu, 10 Feb 2000 13:20:33 +0000 (13:20 +0000)
Forgot to add these last time.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84597 13f79535-47bb-0310-9956-ffa450edef68

os/beos/Makefile.in [new file with mode: 0644]
os/beos/config.m4 [new file with mode: 0644]

diff --git a/os/beos/Makefile.in b/os/beos/Makefile.in
new file mode 100644 (file)
index 0000000..ea86214
--- /dev/null
@@ -0,0 +1,10 @@
+
+DEPTH     = ../..
+topsrcdir = @topsrcdir@
+srcdir    = @srcdir@
+VPATH     = @srcdir@
+
+LTLIBRARY_NAME    = libos.la
+LTLIBRARY_SOURCES = os.c os-inline.c beosd.c iol_socket.c
+
+include $(topsrcdir)/build/ltlib.mk
diff --git a/os/beos/config.m4 b/os/beos/config.m4
new file mode 100644 (file)
index 0000000..823ac06
--- /dev/null
@@ -0,0 +1,3 @@
+if test "$OS" = "beos" ; then
+    CFLAGS="$CFLAGS -DBEOS"
+fi