78 |
POST_UNINSTALL = : |
POST_UNINSTALL = : |
79 |
build_triplet = @build@ |
build_triplet = @build@ |
80 |
host_triplet = @host@ |
host_triplet = @host@ |
81 |
sbin_PROGRAMS = ircd$(EXEEXT) |
bin_PROGRAMS = ircd$(EXEEXT) |
82 |
subdir = src |
subdir = src |
83 |
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
84 |
conf_parser.h conf_parser.c conf_lexer.c $(top_srcdir)/depcomp \ |
conf_parser.h conf_parser.c conf_lexer.c $(top_srcdir)/depcomp \ |
101 |
CONFIG_HEADER = $(top_builddir)/config.h |
CONFIG_HEADER = $(top_builddir)/config.h |
102 |
CONFIG_CLEAN_FILES = |
CONFIG_CLEAN_FILES = |
103 |
CONFIG_CLEAN_VPATH_FILES = |
CONFIG_CLEAN_VPATH_FILES = |
104 |
am__installdirs = "$(DESTDIR)$(sbindir)" |
am__installdirs = "$(DESTDIR)$(bindir)" |
105 |
PROGRAMS = $(sbin_PROGRAMS) |
PROGRAMS = $(bin_PROGRAMS) |
106 |
am_ircd_OBJECTS = channel.$(OBJEXT) channel_mode.$(OBJEXT) \ |
am_ircd_OBJECTS = channel.$(OBJEXT) channel_mode.$(OBJEXT) \ |
107 |
client.$(OBJEXT) conf.$(OBJEXT) conf_class.$(OBJEXT) \ |
client.$(OBJEXT) conf.$(OBJEXT) conf_class.$(OBJEXT) \ |
108 |
conf_db.$(OBJEXT) conf_parser.$(OBJEXT) conf_lexer.$(OBJEXT) \ |
conf_db.$(OBJEXT) conf_parser.$(OBJEXT) conf_lexer.$(OBJEXT) \ |
442 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
443 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
444 |
$(am__aclocal_m4_deps): |
$(am__aclocal_m4_deps): |
445 |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
install-binPROGRAMS: $(bin_PROGRAMS) |
446 |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
447 |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
448 |
if test -n "$$list"; then \ |
if test -n "$$list"; then \ |
449 |
echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ |
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
450 |
$(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ |
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
451 |
fi; \ |
fi; \ |
452 |
for p in $$list; do echo "$$p $$p"; done | \ |
for p in $$list; do echo "$$p $$p"; done | \ |
453 |
sed 's/$(EXEEXT)$$//' | \ |
sed 's/$(EXEEXT)$$//' | \ |
467 |
while read type dir files; do \ |
while read type dir files; do \ |
468 |
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
469 |
test -z "$$files" || { \ |
test -z "$$files" || { \ |
470 |
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ |
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ |
471 |
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ |
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ |
472 |
} \ |
} \ |
473 |
; done |
; done |
474 |
|
|
475 |
uninstall-sbinPROGRAMS: |
uninstall-binPROGRAMS: |
476 |
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
477 |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
478 |
files=`for p in $$list; do echo "$$p"; done | \ |
files=`for p in $$list; do echo "$$p"; done | \ |
479 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
480 |
-e 's/$$/$(EXEEXT)/' \ |
-e 's/$$/$(EXEEXT)/' \ |
481 |
`; \ |
`; \ |
482 |
test -n "$$list" || exit 0; \ |
test -n "$$list" || exit 0; \ |
483 |
echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
484 |
cd "$(DESTDIR)$(sbindir)" && rm -f $$files |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
485 |
|
|
486 |
clean-sbinPROGRAMS: |
clean-binPROGRAMS: |
487 |
@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \ |
@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ |
488 |
echo " rm -f" $$list; \ |
echo " rm -f" $$list; \ |
489 |
rm -f $$list || exit $$?; \ |
rm -f $$list || exit $$?; \ |
490 |
test -n "$(EXEEXT)" || exit 0; \ |
test -n "$(EXEEXT)" || exit 0; \ |
678 |
check: check-am |
check: check-am |
679 |
all-am: Makefile $(PROGRAMS) |
all-am: Makefile $(PROGRAMS) |
680 |
installdirs: |
installdirs: |
681 |
for dir in "$(DESTDIR)$(sbindir)"; do \ |
for dir in "$(DESTDIR)$(bindir)"; do \ |
682 |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
683 |
done |
done |
684 |
install: install-am |
install: install-am |
716 |
-rm -f conf_parser.h |
-rm -f conf_parser.h |
717 |
clean: clean-am |
clean: clean-am |
718 |
|
|
719 |
clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \ |
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am |
|
mostlyclean-am |
|
720 |
|
|
721 |
distclean: distclean-am |
distclean: distclean-am |
722 |
-rm -rf ./$(DEPDIR) |
-rm -rf ./$(DEPDIR) |
742 |
|
|
743 |
install-dvi-am: |
install-dvi-am: |
744 |
|
|
745 |
install-exec-am: install-sbinPROGRAMS |
install-exec-am: install-binPROGRAMS |
746 |
|
|
747 |
install-html: install-html-am |
install-html: install-html-am |
748 |
|
|
782 |
|
|
783 |
ps-am: |
ps-am: |
784 |
|
|
785 |
uninstall-am: uninstall-sbinPROGRAMS |
uninstall-am: uninstall-binPROGRAMS |
786 |
|
|
787 |
.MAKE: install-am install-strip |
.MAKE: install-am install-strip |
788 |
|
|
789 |
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
790 |
clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \ |
clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
791 |
distclean distclean-compile distclean-generic \ |
ctags ctags-am distclean distclean-compile distclean-generic \ |
792 |
distclean-libtool distclean-tags distdir dvi dvi-am html \ |
distclean-libtool distclean-tags distdir dvi dvi-am html \ |
793 |
html-am info info-am install install-am install-data \ |
html-am info info-am install install-am install-binPROGRAMS \ |
794 |
install-data-am install-dvi install-dvi-am install-exec \ |
install-data install-data-am install-dvi install-dvi-am \ |
795 |
install-exec-am install-html install-html-am install-info \ |
install-exec install-exec-am install-html install-html-am \ |
796 |
install-info-am install-man install-pdf install-pdf-am \ |
install-info install-info-am install-man install-pdf \ |
797 |
install-ps install-ps-am install-sbinPROGRAMS install-strip \ |
install-pdf-am install-ps install-ps-am install-strip \ |
798 |
installcheck installcheck-am installdirs maintainer-clean \ |
installcheck installcheck-am installdirs maintainer-clean \ |
799 |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
800 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
801 |
tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS |
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS |
802 |
|
|
803 |
|
|
804 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |