| Makefile | Makefile | |||
|---|---|---|---|---|
| all: test_tunnel test_exec | all: test_tunnel test_exec test_pcap | |||
| CFLAGS=-I../include/ -g -Wall | CFLAGS=-I../include/ -g -Wall | |||
| LDFLAGS=-lssh -L../build/libssh/ | LDFLAGS=-lssh -L../build/libssh/ | |||
| test_tunnel: test_tunnel.o authentication.o connection.o | test_tunnel: test_tunnel.o authentication.o connection.o | |||
| gcc -o $@ $^ $(LDFLAGS) | gcc -o $@ $^ $(LDFLAGS) | |||
| test_exec: test_exec.o authentication.o connection.o | test_exec: test_exec.o authentication.o connection.o | |||
| gcc -o $@ $^ $(LDFLAGS) | gcc -o $@ $^ $(LDFLAGS) | |||
| test_pcap: test_pcap.o | ||||
| gcc -o $@ $^ $(LDFLAGS) | ||||
| clean: | clean: | |||
| rm -f *.o test_tunnel | rm -f *.o test_tunnel | |||
| End of changes. 2 change blocks. | ||||
| 1 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||