From 0a2c464826d74a0c5156e3c0f4bdc764c4fe87ac Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 23 Jan 2007 18:03:56 +0000 Subject: [PATCH] First part of OSX patches for 1.1 from BuildSmart git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6426 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 152 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 140 insertions(+), 12 deletions(-) diff --git a/configure b/configure index 735f10ca3..71d093789 100755 --- a/configure +++ b/configure @@ -1491,10 +1491,129 @@ CXXFLAGS = -I../include \${FLAGS} CPPFILES = \$(shell /bin/ls -l modes/ | grep '\\.cpp' | sed 's/^.* //' | grep -v svn) RELCPPFILES = \$(shell /bin/ls -l modes/ | grep '\\.cpp' | sed 's/^.* /modes\\//' | grep -v svn) -all: libIRCDtimer.so libIRCDcull_list.so libIRCDuserprocess.so libIRCDsocketengine.so libIRCDsocket.so libIRCDhash.so libIRCDchannels.so libIRCDmode.so libIRCDxline.so libIRCDstring.so libIRCDasyncdns.so libIRCDbase.so libIRCDconfigreader.so libIRCDinspsocket.so $cmdobjs libIRCDcommands.so libIRCDdynamic.so libIRCDusers.so libIRCDmodules.so libIRCDwildcard.so libIRCDhelper.so libIRCDcommand_parse.so libIRCDsnomasks.so inspircd +CMD_SRC = \\ +EOM + + foreach my $cmd (@cmdlist) { + print FH < \$@" + \$(CC) -pipe -I../include \$(FLAGS) -export-dynamic -c \$< -o \$@ + +EOM +# foreach my $cmd (@cmdlist) { +# print FH <