| Revision: | 908 |
| Committed: | Sun Nov 4 23:21:51 2007 UTC (18 years, 8 months ago) by stu |
| Original Path: | ircd-hybrid-7.2/Makefile.am |
| File size: | 457 byte(s) |
| Log Message: | Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh. |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | stu | 908 | MAINTAINERCLEANFILES=aclocal.m4 config.h.in config.h.in~ config.guess config.log config.status config.sub configure install-sh missing mkinstalldirs Makefile.in depcomp compile ltmain.sh COPYING |
| 2 | SUBDIRS=libltdl doc etc help include lib messages modules servlink src | ||
| 3 | |||
| 4 | maintainer-clean-local: | ||
| 5 | rm -f ${PACKAGE}-${VERSION}.tar.gz | ||
| 6 | rm -rf libltdl | ||
| 7 | |||
| 8 | install-data-local: | ||
| 9 | $(INSTALL) -d $(DESTDIR)${localstatedir}/log | ||
| 10 | $(INSTALL) -d $(DESTDIR)${localstatedir}/run |