File: Makefile.am

package info (click to toggle)
bezerk 0.3.2-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 920 kB
  • ctags: 1,027
  • sloc: ansic: 12,291; sh: 1,822; makefile: 92; tcl: 56
file content (64 lines) | stat: -rw-r--r-- 1,122 bytes parent folder | download | duplicates (2)
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
64

bin_PROGRAMS = 	bezerk

bezerk_SOURCES = bezerk.c     \
                 bezerk.h     \
		 callback.c   \
		 callback.h   \
		 ch_utils.c   \
		 ch_utils.h   \
		 ctcp.c       \
		 ctcp.h       \
		 dcc.c        \
		 dcc.h        \
		 debug.c      \
		 debug.h      \
		 dialogs.c    \
		 dialogs.h    \
		 gtkfontsel.c \
		 gtkfontsel.h \
		 irc.c        \
		 irc.h        \
		 menu.c       \
		 menu.h       \
		 message.c   \
		 message.h   \
		 msg_utils.c  \
		 msg_utils.h  \
		 persona.c    \
		 persona.h    \
		 popup.c      \
		 popup.h      \
		 prefs.c      \
		 prefs.h      \
		 recv.c       \
		 recv.h       \
		 reply.c      \
		 reply.h      \
		 script.c     \
		 script.h     \
		 send.c       \
		 send.h       \
		 servers.c    \
		 servers.h    \
		 tcl_script.c \
		 tcl_script.h \
		 util.c       \
		 util.h

LDADD = @GTK_LIBS@

EXTRA_DIST = bezerk.tcl      \
	     README.TCL      \
	     TCL             \
	     RELEASE.NOTES   \
	     copy.xpm        \
	     paste.xpm       \
	     connect.xpm     \
	     book_open.xpm   \
	     book_closed.xpm
             

INCLUDES = @GTK_CFLAGS@ -I.