File: Makefile.am

package info (click to toggle)
dns2tcp 0.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,268 kB
  • sloc: ansic: 5,320; sh: 3,553; makefile: 63
file content (27 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
bin_PROGRAMS = dns2tcpd
INCLUDES = -I./includes/ -I../common/includes
CLEANFILES=*~
EXTRA_DIST = includes dns2tcpdrc
dns2tcpd_SOURCES =	\
			../common/hmac_sha1.c	\
			../common/crc16.c	\
			rr.c			\
			../common/mycrypto.c	\
			session.c		\
			queue.c			\
			../common/config.c	\
			../common/myrand.c	\
			auth.c	 		\
			requests.c 		\
			server.c 		\
			../common/list.c 	\
			../common/dns.c 	\
			dns_decode.c 		\
			../common/mystrnlen.c 	\
			../common/memdump.c 	\
			../common/base64.c 	\
			socket.c 		\
			options.c 		\
			main.c