Initial creation.

This commit is contained in:
agibert 2001-12-17 01:07:47 +00:00
commit 72db530dbf
5 changed files with 1455 additions and 0 deletions

0
ReadMe.txt Normal file
View File

0
ReleaseNotes.txt Normal file
View File

0
ToDo.txt Normal file
View File

11
lib/Makefile Normal file
View File

@ -0,0 +1,11 @@
all: libopt.so
libnode.o: libopt.c opt.h libopt.h Makefile
gcc -c -g -o libopt.o -I . libopt.c
libnode.so: libnode.o
ld -shared -o libopt.so libopt.o
clean:
rm libopt.o libopt.so

1444
lib/libopt.c Normal file

File diff suppressed because it is too large Load Diff