File: Makefile.am

package info (click to toggle)
dancer-ircd 1.0.36-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 3,204 kB
  • ctags: 2,703
  • sloc: ansic: 36,121; sh: 3,534; perl: 612; makefile: 307
file content (63 lines) | stat: -rw-r--r-- 880 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
## Process this file with automake to produce Makefile.in

include $(top_srcdir)/build-misc/common.mk

noinst_HEADERS = ircd.h \
	blalloc.h \
	caps.h \
	channel.h \
	class.h \
	client.h \
	common.h \
	config.h \
	config.h.debian \
	config.h.dist \
	config.h.fn \
	config.h.fn-small \
	config.h.fn-large \
	config.h.fn-include \
	dbuf.h \
	dline_conf.h \
	dump.h \
	fdlist.h \
	fileio.h \
	flud.h \
	hash.h \
	irc_string.h \
	ircd_defs.h \
	ircd_signal.h \
	list.h \
	listener.h \
	m_commands.h \
	m_info.h \
	m_kline.h \
	md5.h \
	md5crypt.h \
	motd.h \
	msg.h \
	mtrie_conf.h \
	numeric.h \
	packet.h \
	parse.h \
	patchlevel.h \
	paths.h \
	res.h \
	restart.h \
	s_auth.h \
	s_bsd.h \
	s_conf.h \
	s_cr.h \
	s_debug.h \
	s_log.h \
	s_misc.h \
	s_serv.h \
	s_stats.h \
	s_user.h \
	s_zip.h \
	scache.h \
	send.h \
	sprintf_irc.h \
	struct.h \
	umodes.h \
	whowas.h \
	varparse.h