Basic multithreading support
[clinton/bobotpp.git] / source / Makefile.am
1 bin_PROGRAMS = bobotpp
2
3 bobotpp_SOURCES = BanEntry.C \
4 Bot.C \
5 BotConfig.C \
6 BotInterp.C \
7 BotThreading.C \
8 Channel.C \
9 ChannelList.C \
10 Commands.C \
11 Connection.C \
12 DCCChatConnection.C \
13 DCCConnection.C \
14 DCCManager.H \
15 DCCManager.C \
16 DCCParser.C \
17 DCCPerson.C \
18 Interp.C \
19 Main.C \
20 Mask.C \
21 Parser.C \
22 Person.C \
23 Queue.C \
24 ScriptCommands.C \
25 Server.C \
26 ServerConnection.C \
27 ServerList.C \
28 ServerQueue.C \
29 ServerQueueItem.C \
30 ShitEntry.C \
31 ShitList.C \
32 Socket.C \
33 String.C \
34 StringTokenizer.C \
35 TodoList.C \
36 User.C \
37 UserCommands.C \
38 UserList.C \
39 Utils.C \
40 BanEntry.H \
41 Bot.H \
42 BotConfig.H \
43 BotInterp.H \
44 BotThreading.H \
45 Channel.H \
46 ChannelList.H \
47 Commands.H \
48 Connection.H \
49 DCCChatConnection.H \
50 DCCConnection.H \
51 DCCParser.H \
52 DCCPerson.H \
53 Interp.H \
54 Mask.H \
55 Parser.H \
56 Person.H \
57 Queue.H \
58 ScriptCommands.H \
59 Server.H \
60 ServerConnection.H \
61 ServerList.H \
62 ServerQueue.H \
63 ServerQueueItem.H \
64 ShitEntry.H \
65 ShitList.H \
66 Socket.H \
67 String.H \
68 StringTokenizer.H \
69 TodoList.H \
70 User.H \
71 UserCommands.H \
72 UserList.H \
73 Utils.H \
74 Message.H \
75 UserListItem.H \
76 Macros.H
77 # TelnetServer.C \
78 # TelnetServer.H
79
80 ## what is up with telnet stuff?
81
82 ##bobotpp_LDFLAGS = @GUILE_LDFLAGS@
83 ##bototpp_CXXFLAGS = @GUILE_CFLAGS@
84
85 #bobot-scheme.scm: bobot-scheme.scm.in
86 # sed -e 's|\!pkgdatadir\!|@datadir@\/bobotpp|g' bobot-scheme.scm.in > bobot-scheme.scm
87
88 #scmconfigdir = /etc/bobotpp
89 #scmconfig_DATA = bobot-scheme.scm