ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.am
Revision: 6503
Committed: Sat Sep 5 19:54:49 2015 UTC (10 years, 10 months ago) by michael
File size: 2102 byte(s)
Log Message:
- Allow the maintainers of the debian ircd-hybrid package to have their own BUILD_DATE shown in the RPL_CREATED numeric.
  Patch submitted by Dominic Hargreaves <dom@debian.org>, slightly modified by me to fit ircd-hybrid needs

File Contents

# User Rev Content
1 michael 912 AUTOMAKE_OPTIONS = foreign
2    
3 michael 3048 bin_PROGRAMS = ircd
4 michael 912
5 michael 6503 BUILD_DATE ?= $(shell LANG=C date '+%B %-e %Y at %T%z')
6    
7 michael 912 AM_YFLAGS = -d
8    
9 michael 6503 AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include -DBUILD_DATE="\"$(BUILD_DATE)\""
10 michael 977 ircd_LDFLAGS = -export-dynamic
11 michael 1009 ircd_LDADD = $(LIBLTDL)
12 michael 1090 ircd_DEPENDENCIES = $(LTDLDEPS)
13 michael 912
14 michael 3324 ircd_SOURCES = auth.c \
15     channel.c \
16 michael 912 channel_mode.c \
17     client.c \
18 michael 1309 conf.c \
19 michael 1632 conf_class.c \
20 michael 1620 conf_db.c \
21 michael 4533 conf_pseudo.c \
22 michael 1316 conf_parser.y \
23 michael 1309 conf_lexer.l \
24 michael 912 dbuf.c \
25     event.c \
26     fdlist.c \
27     getopt.c \
28     hash.c \
29     hostmask.c \
30 michael 6160 id.c \
31 michael 4326 ipcache.c \
32 michael 912 irc_string.c \
33     ircd.c \
34     ircd_signal.c \
35 michael 6186 isupport.c \
36 michael 912 list.c \
37     listener.c \
38 michael 1309 log.c \
39 michael 912 match.c \
40     memory.c \
41 michael 1654 mempool.c \
42 michael 3347 misc.c \
43 michael 912 modules.c \
44     motd.c \
45 michael 1834 numeric.c \
46 michael 912 packet.c \
47     parse.c \
48     s_bsd_epoll.c \
49     s_bsd_poll.c \
50     s_bsd_devpoll.c \
51     s_bsd_kqueue.c \
52 michael 3322 res.c \
53     reslib.c \
54 michael 912 restart.c \
55     resv.c \
56 michael 3322 rng_mt.c \
57 michael 1304 rsa.c \
58 michael 912 s_bsd.c \
59     send.c \
60 michael 3347 server.c \
61     user.c \
62 michael 6392 userhost.c \
63 michael 912 version.c \
64     watch.c \
65 michael 2382 whowas.c

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision