1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 02:43:12 +02:00

BUILD : 1.7.5 (321) BUGS : none NOTES : Fixed make distclean and updated hun.l

git-svn-id: svn://svn.anope.org/anope/trunk@321 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@199 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-08-11 14:54:43 +00:00
parent 93ccd1541e
commit 7bbc80af47
6 changed files with 751 additions and 744 deletions
+6
View File
@@ -31,6 +31,8 @@ MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \
all: services
distclean: clean spotless
services: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) $(ANOPELIBS) $(MLIBS) -o $@ $(LDFLAGS)
@@ -76,9 +78,13 @@ modules: DUMMY
(cd modules ; ./configure ; ${MAKE} ${MAKEARGS} all)
clean:
@touch modules/Makefile.inc # Horribly ugly...
(cd modules ; ${MAKE} ${MAKEARGS} clean)
rm -f *.o services a.out
spotless: clean
(cd modules ; ${MAKE} ${MAKEARGS} distclean)
install: services
test -d ${BINDEST} || mkdir ${BINDEST}
$(INSTALL) services $(BINDEST)/services