--- /dev/null
+# $Id$
+
+CC = cc
+AR = ar
+CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I /usr/local/include -fPIC
+LDFLAGS = -Wl,-R/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33
+LIBS =
+EXEC =
+LIBSUF = .so
Windows NT 4.0/later Working on NT 4.0 SP6a
Linux Working on Debian GNU/Linux 12 (x86_64)
NetBSD Working on NetBSD/amd64 10.0
+OpenBSD Working
Haiku Working
PlayStation Portable Working, missing module support
TODO: Get multi-threading working (maybe)
Windows NT 4.0/later Working on NT 4.0 SP6a
Linux Working on Debian GNU/Linux 12 (x86_64)
NetBSD Working on NetBSD/amd64 10.0
+OpenBSD Working
Haiku Working
PlayStation Portable Working, missing module support
TODO: Get multi-threading working (maybe)
PLATFORM
#elif defined(__NetBSD__)
"NetBSD"
+#elif defined(__OpenBSD__)
+ "OpenBSD"
#elif defined(__linux__)
"Linux"
#elif defined(__MINGW32__)