]> git.stg.codes - stg.git/commitdiff
PROG variavle removed from library's Makefiles
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 23 Apr 2011 14:21:15 +0000 (17:21 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 23 Apr 2011 14:21:15 +0000 (17:21 +0300)
stglibs/common.lib/Makefile
stglibs/conffiles.lib/Makefile
stglibs/crypto.lib/Makefile
stglibs/dotconfpp.lib/Makefile
stglibs/ia.lib/Makefile
stglibs/ibpp.lib/Makefile
stglibs/locker.lib/Makefile
stglibs/logger.lib/Makefile
stglibs/pinger.lib/Makefile
stglibs/scriptexecuter.lib/Makefile
stglibs/srvconf.lib/Makefile

index 3e52ad8d32006480269b66194f1b68d9ab68c2b7..0ef14dea0a8af4f700317e1a2d0dad97b69972a8 100644 (file)
@@ -5,7 +5,6 @@
 include ../../Makefile.conf
 
 LIB_NAME = stgcommon
-PROG = lib$(LIB_NAME)
 
 SRCS = common.cpp \
        strptime.cpp
index 28505b6f1a62eeeff428421ea238642571c29cfc..4d4855787b2b29fe6d93a8767739a275a43a6cf2 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = stgconffiles
-PROG = lib$(LIB_NAME)
 
 SRCS = conffiles.cpp
 
index 36ef7ee6052b30e8b6b608c31f8e74989d934944..7d19fcec9a75d7cccac116051d5aec1661f726d4 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = stgcrypto
-PROG = lib$(LIB_NAME)
 
 SRCS = ag_md5.cpp \
        blowfish.cpp
index bc76d9693179f988be68be9afccdf3e7639631e2..3acce9221fbd59e4406fd85cd44b515bd6ff58b4 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = dotconfpp
-PROG = lib$(LIB_NAME)
 
 SRCS = dotconfpp.cpp \
        mempool.cpp
index f6638bce3c31fc902cb661201211ffb4cb57099e..15104cd298992d6af7803a569c17c4ac076df1e5 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = stgia
-PROG = lib$(LIB_NAME)
 
 SRCS = ia.cpp
 
index 642e24e42874953b96c6717733c27a8cccb66151..b73c56d6e6f982a9796dc148070ff005aa025cc6 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = ibpp
-PROG = lib$(LIB_NAME)
 
 SRCS = array.cpp \
        blob.cpp \
index c490ce69d59034140935f575fc52a8f0d5922c36..734526372fe722772a3b47aacb69093436c63457 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = stglocker
-PROG = lib$(LIB_NAME)
 
 SRCS = locker.cpp
 
index 95aca37e307837cd6c7aebdc0d349840943dc25b..f2dbf0c458e5b0943901b7c27ee4406a37263d97 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = stglogger
-PROG = lib$(LIB_NAME)
 
 SRCS = logger.cpp
 
index 91f6322dab10042c0000abac44893b649c7f1bd2..f0aac6d34f1c7a27665d176f6724c56ecd2dd9e1 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = stgpinger
-PROG = lib$(LIB_NAME)
 
 SRCS = pinger.cpp
 
index 52f8259f8d1ab5add7bedf25e097982547cc3504..146d4af91fa38fac17c11f68b44feda0d44508da 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = stgscriptexecuter
-PROG = lib$(LIB_NAME)
 
 SRCS = scriptexecuter.cpp
 
index f2f379d0e4ee8f625ed6c778b0317278f54cdecb..328d8d3384e0bf05e03a772cd0139ca2483a2df1 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = stgsrvconf
-PROG = lib$(LIB_NAME)
 
 STGLIBS = -lstgcommon \
           -lstgcrypto