]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/Makefile.in
Add topic TS and channel TS constraints for /LIST.
[irc/rqf/shadowircd.git] / src / Makefile.in
index 29c47377adac08524b7330e107a9d8db68afb314..ab69afbb2759fb99abc6e0982473188d2fbceff5 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Makefile.in for ircd/src
 #
-# $Id: Makefile.in 3159 2007-01-25 07:08:21Z nenolod $
+# $Id: Makefile.in 3360 2007-04-03 09:37:03Z nenolod $
 #
 CC             = @CC@
 INSTALL                = @INSTALL@
@@ -24,8 +24,6 @@ bindir                = @bindir@
 libdir         = @libdir@
 libexecdir     = @libexecdir@
 
-FNVHASH_S      = @FNVHASH_S@
-
 DOLLAR = $$
 
 IRCD_EXE       = ircd
@@ -35,9 +33,9 @@ PROGS         = $(IRCD_EXE)
 SSL_LIBS       = @SSL_LIBS@
 SSL_INCLUDES   = @SSL_INCLUDES@
 
-IRCDLIBS       = @MODULES_LIBS@ -L../libcharybdis -lcharybdis @LIBS@ $(SSL_LIBS)
+IRCDLIBS       = @MODULES_LIBS@ -L../libratbox/src/.libs -lratbox @LIBS@ $(SSL_LIBS)
 
-INCLUDES       = -I../include -I../libcharybdis $(SSL_INCLUDES)
+INCLUDES       = -I../include -I../libratbox/include $(SSL_INCLUDES)
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
  
 default:       all
@@ -55,7 +53,8 @@ lex.yy.o:     lex.yy.c ircd_lexer.l
 lex.yy.c:      ircd_lexer.l
        ${LEX} ircd_lexer.l
 
-BASE_SRCS =                     \
+SRCS =                          \
+  bandbi.c                     \
   blacklist.c                  \
   cache.c                      \
   channel.c                     \
@@ -67,20 +66,20 @@ BASE_SRCS =                     \
   hash.c                        \
   hook.c                        \
   hostmask.c                   \
-  irc_string.c                  \
+  irc_dictionary.c             \
   ircd.c                        \
   ircd_signal.c                 \
-  ircd_state.c                 \
-  kdparse.c                    \
   listener.c                    \
+  logger.c                      \
   match.c                       \
   modules.c                     \
   monitor.c                    \
   newconf.c                    \
   numeric.c                     \
+  operhash.c                    \
   packet.c                      \
   parse.c                       \
-  patricia.c                   \
+  privilege.c                  \
   res.c                                \
   reslib.c                     \
   reject.c                     \
@@ -88,20 +87,16 @@ BASE_SRCS =                     \
   s_auth.c                      \
   s_conf.c                      \
   s_newconf.c                  \
-  s_gline.c                     \
-  s_log.c                       \
   s_serv.c                      \
-  s_stats.c                     \
   s_user.c                      \
   scache.c                      \
   send.c                        \
   snomask.c                    \
+  sslproc.c                    \
   substitution.c               \
   supported.c                  \
-  whowas.c                     \
-  $(FNVHASH_S)
-
-SRCS = ${BASE_SRCS:.s=.o}
+  tgchange.c                   \
+  whowas.c
 
 OBJS = ${SRCS:.c=.o}
 
@@ -152,7 +147,7 @@ version.c: version.c.SH
 
 .PHONY: depend clean distclean
 depend:
-       ${MKDEP} ${CPPFLAGS} ${BASE_SRCS} > .depend
+       ${MKDEP} ${CPPFLAGS} ${SRCS} > .depend
 
 clean:
        ${RM} -f *.o *.exe *~ y.tab.* lex.yy.c ircd.core core ircd