diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am deleted file mode 100644 index bd3bffc..0000000 --- a/lib/Makefile.am +++ /dev/null @@ -1,55 +0,0 @@ -localedir = $(datadir)/locale -DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -AM_CPPFLAGS = -O3 -Wall -Wstrict-prototypes -g @MYSQL_CFLAGS@ -fexceptions -LIBS = @MYSQL_LIBS@ -INCLUDES = -I.. -I../include -I$(includedir) -Ilua/include -Ilua/includes -Izlib/include -lib_LTLIBRARIES = libBaltisot.la - -libBaltisot_la_SOURCES = Action.cc Buffer.cc checkargs.c Confirm.cc CopyJob.cc \ -datecalc.c Exceptions.cc Form.cc GMPString.cc Handle.cc HttpServ.cc Image.cc \ -InPipe.cc Input.cc IRC.cc Main.cc Menu.cc Message.cc OutPipe.cc Output.cc \ -ReadJob.cc Regex.cc Socket.cc String.cc Table.cc Task.cc TaskMan.cc \ -Variables.cc generic.cc fileutils.cc SQL.cc ConfigFile.cc BLua.cc LuaHandle.cc \ -\ -lua/src/ldebug.c \ -lua/src/lapi.c \ -lua/src/lcode.c \ -lua/src/lobject.c \ -lua/src/ldo.c \ -lua/src/ldump.c \ -lua/src/lfunc.c \ -lua/src/lgc.c \ -lua/src/llex.c \ -lua/src/lmem.c \ -lua/src/LuaLib/lauxlib.c \ -lua/src/LuaLib/lbaselib.c \ -lua/src/LuaLib/ldblib.c \ -lua/src/LuaLib/liolib.c \ -lua/src/LuaLib/lmathlib.c \ -lua/src/LuaLib/loadlib.c \ -lua/src/LuaLib/lstrlib.c \ -lua/src/LuaLib/ltablib.c \ -lua/src/LuaLib/ldirlib.c \ -lua/src/lopcodes.c \ -lua/src/lparser.c \ -lua/src/lstate.c \ -lua/src/lstring.c \ -lua/src/ltable.c \ -lua/src/ltests.c \ -lua/src/ltm.c \ -lua/src/luacomp.c \ -lua/src/lundump.c \ -lua/src/lvm.c \ -lua/src/lzio.c \ -\ -zlib/src/adler32.c \ -zlib/src/compress.c \ -zlib/src/crc32.c \ -zlib/src/deflate.c \ -zlib/src/gzio.c \ -zlib/src/inffast.c \ -zlib/src/inflate.c \ -zlib/src/inftrees.c \ -zlib/src/trees.c \ -zlib/src/uncompr.c \ -zlib/src/zutil.c |