Compare commits
2 Commits
94e9ba3b57
...
862fb9f944
Author | SHA1 | Date | |
---|---|---|---|
862fb9f944 | |||
8c05336c73 |
4
Makefile
4
Makefile
@@ -2,6 +2,7 @@ CC=gcc
|
||||
CFLAGS=
|
||||
LIB_FILE = libeasysock.so
|
||||
|
||||
|
||||
.PHONY: all
|
||||
all: $(LIB_FILE)
|
||||
|
||||
@@ -40,6 +41,8 @@ install: $(LIB_FILE)
|
||||
install -d $(DESTDIR)$(PREFIX)/include
|
||||
install -m 644 easysock.h $(DESTDIR)$(PREFIX)/include
|
||||
|
||||
install -m 644 docs/man3/*.gz /usr/share/man/man3/
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm *.o
|
||||
@@ -50,3 +53,4 @@ clean:
|
||||
uninstall:
|
||||
rm $(DESTDIR)$(PREFIX)/lib/$(LIB_FILE)
|
||||
rm $(DESTDIR)$(PREFIX)/include/easysock.h
|
||||
|
||||
|
BIN
docs/man3/char_to_socktype.3.gz
Normal file
BIN
docs/man3/char_to_socktype.3.gz
Normal file
Binary file not shown.
BIN
docs/man3/check_ip_ver.3.gz
Normal file
BIN
docs/man3/check_ip_ver.3.gz
Normal file
Binary file not shown.
BIN
docs/man3/create_addr.3.gz
Normal file
BIN
docs/man3/create_addr.3.gz
Normal file
Binary file not shown.
BIN
docs/man3/create_local.3.gz
Normal file
BIN
docs/man3/create_local.3.gz
Normal file
Binary file not shown.
BIN
docs/man3/create_remote.3.gz
Normal file
BIN
docs/man3/create_remote.3.gz
Normal file
Binary file not shown.
BIN
docs/man3/create_socket.3.gz
Normal file
BIN
docs/man3/create_socket.3.gz
Normal file
Binary file not shown.
BIN
docs/man3/easysock.3.gz
Normal file
BIN
docs/man3/easysock.3.gz
Normal file
Binary file not shown.
BIN
docs/man3/inet_to_int.3.gz
Normal file
BIN
docs/man3/inet_to_int.3.gz
Normal file
Binary file not shown.
BIN
docs/man3/int_to_inet.3.gz
Normal file
BIN
docs/man3/int_to_inet.3.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user