1 | | |
2 | | |
3 | | |
4 | | |
5 | | |
6 | | |
7 | | |
8 | | |
9 | | |
10 | | |
11 | | |
12 | | |
13 | | |
14 | | |
15 | | |
16 | | |
| @make_variables@ | VPATH=@srcdir@ | OBJS=file.o efuns.o socket.o termios.o sendfile.o udp.o stat.o buffer.o | MODULE_LDFLAGS=@LIBS@ | MODULE_TESTS=local_tests | PRECOMPILER_ARGS=--api=3 --base='' | | CONFIG_HEADERS=@CONFIG_HEADERS@ | | @static_module_makefile@ | | local_tests: | $(RUNPIKE) $(SRCDIR)/socktest.pike | | @dependencies@ | |
|