Basic multithreading support
[clinton/bobotpp.git] / source / Makefile.am
CommitLineData
cb21075d 1bin_PROGRAMS = bobotpp
2
3bobotpp_SOURCES = BanEntry.C \
4 Bot.C \
6b59e728 5 BotConfig.C \
cb21075d 6 BotInterp.C \
eb42e727 7 BotThreading.C \
cb21075d 8 Channel.C \
9 ChannelList.C \
10 Commands.C \
11 Connection.C \
4edefeb6 12 DCCChatConnection.C \
cb21075d 13 DCCConnection.C \
6530edbf 14 DCCManager.H \
15 DCCManager.C \
cb21075d 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 \
6b59e728 42 BotConfig.H \
cb21075d 43 BotInterp.H \
eb42e727 44 BotThreading.H \
cb21075d 45 Channel.H \
46 ChannelList.H \
47 Commands.H \
48 Connection.H \
4edefeb6 49 DCCChatConnection.H \
cb21075d 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
55f2215d 82##bobotpp_LDFLAGS = @GUILE_LDFLAGS@
83##bototpp_CXXFLAGS = @GUILE_CFLAGS@
31433d27 84
ad529fde 85#bobot-scheme.scm: bobot-scheme.scm.in
86# sed -e 's|\!pkgdatadir\!|@datadir@\/bobotpp|g' bobot-scheme.scm.in > bobot-scheme.scm
31433d27 87
ad529fde 88#scmconfigdir = /etc/bobotpp
89#scmconfig_DATA = bobot-scheme.scm