diff options
| author | Adam <Adam@anope.org> | 2010-07-09 02:27:02 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-07-09 02:27:02 -0400 |
| commit | 166d6f5d0933a3c639b869235f0fabdfac499886 (patch) | |
| tree | d6df597cd6d22e7bab7b950112238b37eb462278 /src/tools | |
| parent | 7e20659522abae28509a38f2010a5508eae3b6c3 (diff) | |
Removed autotools and the makefiles. This will be reintroduced differently before the 1.9.3 release.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/tools/Makefile b/src/tools/Makefile deleted file mode 100644 index 95f1e6b9a..000000000 --- a/src/tools/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -SRCS = anopesmtp.cpp db-convert.cpp -OBJS = $(SRCS:.cpp=) - -INCLUDES = ../../include/services.h - -MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \ - 'LDFLAGS=${LDFLAGS}' 'INSTDIR=${INSTDIR}' 'INSTALL=${INSTALL}' \ - 'INCLUDEDIR=${INCLUDEDIR}' 'RM=${RM}' 'CP=${CP}' \ - 'TOUCH=${TOUCH}' 'SHELL=${SHELL}' \ - 'RUNGROUP=${RUNGROUP}' 'MAKEBIN=${MAKEBIN}' - -.cpp: - $(MAKEBIN) $(CC) $(CFLAGS) -I../../include/ ../hashcomp.o $< -o $@ - -all: ${OBJS} - -distclean: spotless - -$(OBJS): Makefile -anopesmtp: anopesmtp.cpp $(INCLUDES) -db-convert: db-convert.cpp $(INCLUDES) - -clean: - rm -f *.o anopesmtp a.out db-convert - -spotless: clean - -install: - test -d ${INSTDIR} || mkdir ${INSTDIR} - test -d $(INSTDIR)/bin || mkdir $(INSTDIR)/bin - $(INSTALL) anopesmtp $(INSTDIR)/bin/anopesmtp - $(INSTALL) db-convert $(INSTDIR)/bin/db-convert - -DUMMY: |
