From: Maxim Mamontov Date: Sat, 23 Apr 2011 14:21:15 +0000 (+0300) Subject: PROG variavle removed from library's Makefiles X-Git-Tag: 2.407-p1~41 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/6124f07f31aa48cbeef0d8939b76eac73a8a227e PROG variavle removed from library's Makefiles --- diff --git a/stglibs/common.lib/Makefile b/stglibs/common.lib/Makefile index 3e52ad8d..0ef14dea 100644 --- a/stglibs/common.lib/Makefile +++ b/stglibs/common.lib/Makefile @@ -5,7 +5,6 @@ include ../../Makefile.conf LIB_NAME = stgcommon -PROG = lib$(LIB_NAME) SRCS = common.cpp \ strptime.cpp diff --git a/stglibs/conffiles.lib/Makefile b/stglibs/conffiles.lib/Makefile index 28505b6f..4d485578 100644 --- a/stglibs/conffiles.lib/Makefile +++ b/stglibs/conffiles.lib/Makefile @@ -3,7 +3,6 @@ ############################################################################### LIB_NAME = stgconffiles -PROG = lib$(LIB_NAME) SRCS = conffiles.cpp diff --git a/stglibs/crypto.lib/Makefile b/stglibs/crypto.lib/Makefile index 36ef7ee6..7d19fcec 100644 --- a/stglibs/crypto.lib/Makefile +++ b/stglibs/crypto.lib/Makefile @@ -3,7 +3,6 @@ ############################################################################### LIB_NAME = stgcrypto -PROG = lib$(LIB_NAME) SRCS = ag_md5.cpp \ blowfish.cpp diff --git a/stglibs/dotconfpp.lib/Makefile b/stglibs/dotconfpp.lib/Makefile index bc76d969..3acce922 100644 --- a/stglibs/dotconfpp.lib/Makefile +++ b/stglibs/dotconfpp.lib/Makefile @@ -3,7 +3,6 @@ ############################################################################### LIB_NAME = dotconfpp -PROG = lib$(LIB_NAME) SRCS = dotconfpp.cpp \ mempool.cpp diff --git a/stglibs/ia.lib/Makefile b/stglibs/ia.lib/Makefile index f6638bce..15104cd2 100644 --- a/stglibs/ia.lib/Makefile +++ b/stglibs/ia.lib/Makefile @@ -3,7 +3,6 @@ ############################################################################### LIB_NAME = stgia -PROG = lib$(LIB_NAME) SRCS = ia.cpp diff --git a/stglibs/ibpp.lib/Makefile b/stglibs/ibpp.lib/Makefile index 642e24e4..b73c56d6 100644 --- a/stglibs/ibpp.lib/Makefile +++ b/stglibs/ibpp.lib/Makefile @@ -3,7 +3,6 @@ ############################################################################### LIB_NAME = ibpp -PROG = lib$(LIB_NAME) SRCS = array.cpp \ blob.cpp \ diff --git a/stglibs/locker.lib/Makefile b/stglibs/locker.lib/Makefile index c490ce69..73452637 100644 --- a/stglibs/locker.lib/Makefile +++ b/stglibs/locker.lib/Makefile @@ -3,7 +3,6 @@ ############################################################################### LIB_NAME = stglocker -PROG = lib$(LIB_NAME) SRCS = locker.cpp diff --git a/stglibs/logger.lib/Makefile b/stglibs/logger.lib/Makefile index 95aca37e..f2dbf0c4 100644 --- a/stglibs/logger.lib/Makefile +++ b/stglibs/logger.lib/Makefile @@ -3,7 +3,6 @@ ############################################################################### LIB_NAME = stglogger -PROG = lib$(LIB_NAME) SRCS = logger.cpp diff --git a/stglibs/pinger.lib/Makefile b/stglibs/pinger.lib/Makefile index 91f6322d..f0aac6d3 100644 --- a/stglibs/pinger.lib/Makefile +++ b/stglibs/pinger.lib/Makefile @@ -3,7 +3,6 @@ ############################################################################### LIB_NAME = stgpinger -PROG = lib$(LIB_NAME) SRCS = pinger.cpp diff --git a/stglibs/scriptexecuter.lib/Makefile b/stglibs/scriptexecuter.lib/Makefile index 52f8259f..146d4af9 100644 --- a/stglibs/scriptexecuter.lib/Makefile +++ b/stglibs/scriptexecuter.lib/Makefile @@ -3,7 +3,6 @@ ############################################################################### LIB_NAME = stgscriptexecuter -PROG = lib$(LIB_NAME) SRCS = scriptexecuter.cpp diff --git a/stglibs/srvconf.lib/Makefile b/stglibs/srvconf.lib/Makefile index f2f379d0..328d8d33 100644 --- a/stglibs/srvconf.lib/Makefile +++ b/stglibs/srvconf.lib/Makefile @@ -3,7 +3,6 @@ ############################################################################### LIB_NAME = stgsrvconf -PROG = lib$(LIB_NAME) STGLIBS = -lstgcommon \ -lstgcrypto