]>
Commit | Line | Data |
---|---|---|
a40a14f8 A |
1 | test_dns: Makefile dns-configuration.h dns-configuration.c |
2 | cc -Wall -g -o test_dns -DMAIN dns-configuration.c -framework SystemConfiguration -framework CoreFoundation -ldnsinfo | |
3 | ||
4 | test_smb: Makefile smb-configuration.h smb-configuration.c | |
5 | cc -Wall -g -o test_smb -DMAIN -DDEBUG smb-configuration.c -framework SystemConfiguration -framework CoreFoundation | |
6 | ||
7 | test_ipv4_routelist: ip_plugin.c | |
8 | cc -Wall -g -o test_ipv4_routelist -DTEST_IPV4_ROUTELIST smb-configuration.c ip_plugin.c -framework SystemConfiguration -framework CoreFoundation -ldnsinfo | |
9 | ||
10 | IPMonitor: ip_plugin.c | |
11 | cc -Wall -g -o IPMonitor -DTEST_IPMONITOR smb-configuration.c ip_plugin.c -framework SystemConfiguration -framework CoreFoundation -ldnsinfo | |
12 | ||
13 | test_ipv4_routelist_reference.txt: test_ipv4_routelist | |
14 | sh test_reference.sh create test_ipv4_routelist test_ipv4_routelist_reference.txt test_ipv4_routelist_filter.sh | |
15 | ||
16 | test_ipv4_routelist_test: test_ipv4_routelist | |
17 | sh test_reference.sh test test_ipv4_routelist test_ipv4_routelist_reference.txt test_ipv4_routelist_filter.sh | |
18 | ||
19 | ||
20 | clean: | |
21 | rm -rf test_dns test_dns.dSYM \ | |
22 | test_smb test_smb.dSYM \ | |
23 | test_ipv4_routelist test_ipv4_routelist.dSYM \ | |
24 | IPMonitor IPMonitor.dSYM |