From fb947d5615d96922efac7ecda941caab77dceb0f Mon Sep 17 00:00:00 2001 From: frostycoolslug Date: Sat, 3 Apr 2004 19:38:01 +0000 Subject: Fixed bugs in ./configure Created new Makefile Generator Removed some redundant makefiles. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@365 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/Makefile.Linux | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/Makefile.Linux (limited to 'src/Makefile.Linux') diff --git a/src/Makefile.Linux b/src/Makefile.Linux deleted file mode 100644 index 981b075f7..000000000 --- a/src/Makefile.Linux +++ /dev/null @@ -1,22 +0,0 @@ -# Insp Makefile :p -# -# (C) ChatSpike development team -# Makefile by -# Small modifications by -# - -CC = im a cheezeball - -SRC_1 = inspircd.cpp inspircd_util.cpp inspircd_io.cpp connection.cpp -SRC_2 = dynamic.cpp users.cpp modules.cpp wildcard.cpp servers.cpp channels.cpp - -SRC = $(SRC_1) $(SRC_2) -OBJS = $(SRC:.cpp=.o) - -CXXFLAGS = -I$../../include ${FLAGS} - -all: inspircd - -inspircd: $(OBJS) - $(CXX) -rdynamic $^ -o $@ $(LDLIBS) - -- cgit v1.3.1-10-gc9f91