]> jfr.im git - irc/evilnet/x3.git/blob - Makefile.am
Added tempshun support to OpServ trace and addalert
[irc/evilnet/x3.git] / Makefile.am
1 EXTRA_DIST = FAQ x3.conf.example sockcheck.conf.example autogen.sh
2 SUBDIRS = @MY_SUBDIRS@
3 PY_CFLAGS = @PY_CFLAGS@
4 PY_LIBS = @PY_LIBS@
5 pythonpath = @pythonpath@
6
7 DIST_SUBDIRS = src rx
8
9 all: x3
10
11 x3: src/x3
12 cp ./src/x3 $(srcdir)/src/*.help .
13
14 install-exec-local:
15 $(INSTALL) -d -m 755 $(prefix)
16 $(INSTALL) -m 744 ./src/x3 $(prefix)
17 $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)
18 $(INSTALL) -m 600 $(srcdir)/x3.conf.example $(prefix)
19 $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)
20 $(INSTALL) -m 644 $(srcdir)/src/modpython.py $(prefix)
21 ./install-r.sh $(srcdir)/src/plugins $(prefix)
22 @echo
23 @echo X3-$(VERSION) has been installed to $(prefix)
24 @echo Remember to edit x3.conf.example and sockcheck.conf.example
25 @echo And of course, ./x3 --help before starting.
26 @echo