. Added support for a static libcgi.a debian_cgilib_0-1-1
authorJoey Schulze <joey@infodrom.org>
Sun, 15 Feb 1998 04:44:12 +0000 (04:44 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 15 Feb 1998 04:44:12 +0000 (04:44 +0000)
 . Added readme file
 . Added Debian GNU/Linux control files

Makefile
readme [new file with mode: 0644]

index 5933f54..640999e 100644 (file)
--- a/Makefile
+++ b/Makefile
 #   along with this program; if not, write to the Free Software
 #   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
 
-CFLAGS = -I. -Wall -O5
+CFLAGS = -I. -Wall -O2 -g
+
+libcgi.a: cgi.o
+       ar rc libcgi.a cgi.o
 
 cgitest: cgitest.o cgi.o
        $(CC) $(CFLAGS) -o cgitest cgitest.o cgi.o
diff --git a/readme b/readme
new file mode 100644 (file)
index 0000000..2f24776
--- /dev/null
+++ b/readme
@@ -0,0 +1,15 @@
+To use this library simply include the cgi.h include file with the
+following command in your C programs:
+
+#include <cgi.h>
+
+And add the libcgi.a to the linker either by modifying the LDFLAGS in
+your makefiles or by adding `-lcgi' to the appropriate commandline.
+
+
+If you have additions, questions or improvements please don't hesitate
+to contact me.
+
+Infodrom Oldenburg
+Martin Schulze
+joey@infodrom.north.de