Initial creation.
This commit is contained in:
commit
72db530dbf
0
ReadMe.txt
Normal file
0
ReadMe.txt
Normal file
0
ReleaseNotes.txt
Normal file
0
ReleaseNotes.txt
Normal file
11
lib/Makefile
Normal file
11
lib/Makefile
Normal 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
1444
lib/libopt.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user