From aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd Mon Sep 17 00:00:00 2001 From: Maksym Mamontov Date: Sun, 12 Jan 2020 19:23:12 +0200 Subject: [PATCH] Remove Makefiles from libs. --- libs/common/Makefile | 18 ------------------ libs/conffiles/Makefile | 11 ----------- libs/crypto/Makefile | 15 --------------- libs/dotconfpp/Makefile | 12 ------------ libs/ia/Makefile | 18 ------------------ libs/ibpp/Makefile | 33 --------------------------------- libs/json/Makefile | 18 ------------------ libs/logger/Makefile | 11 ----------- libs/pinger/Makefile | 19 ------------------- libs/scriptexecuter/Makefile | 11 ----------- libs/smux/Makefile | 22 ---------------------- libs/srvconf/Makefile | 35 ----------------------------------- 12 files changed, 223 deletions(-) delete mode 100644 libs/common/Makefile delete mode 100644 libs/conffiles/Makefile delete mode 100644 libs/crypto/Makefile delete mode 100644 libs/dotconfpp/Makefile delete mode 100644 libs/ia/Makefile delete mode 100644 libs/ibpp/Makefile delete mode 100644 libs/json/Makefile delete mode 100644 libs/logger/Makefile delete mode 100644 libs/pinger/Makefile delete mode 100644 libs/scriptexecuter/Makefile delete mode 100644 libs/smux/Makefile delete mode 100644 libs/srvconf/Makefile diff --git a/libs/common/Makefile b/libs/common/Makefile deleted file mode 100644 index 932e2709..00000000 --- a/libs/common/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.9 2010/01/21 13:02:12 faust Exp $ -############################################################################### - -include ../../Makefile.conf - -LIB_NAME = stgcommon - -SRCS = common.cpp \ - strptime.cpp \ - blockio.cpp - -INCS = common.h \ - blockio.h - -LIBS += $(LIBICONV) - -include ../Makefile.in diff --git a/libs/conffiles/Makefile b/libs/conffiles/Makefile deleted file mode 100644 index 4d485578..00000000 --- a/libs/conffiles/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.4 2007/05/08 14:29:19 faust Exp $ -############################################################################### - -LIB_NAME = stgconffiles - -SRCS = conffiles.cpp - -INCS = conffiles.h - -include ../Makefile.in diff --git a/libs/crypto/Makefile b/libs/crypto/Makefile deleted file mode 100644 index 47e91203..00000000 --- a/libs/crypto/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.5 2009/10/09 07:15:48 nobunaga Exp $ -############################################################################### - -LIB_NAME = stgcrypto - -SRCS = ag_md5.c \ - blowfish.c \ - bfstream.cpp - -INCS = ag_md5.h \ - blowfish.h \ - bfstream.h - -include ../Makefile.in diff --git a/libs/dotconfpp/Makefile b/libs/dotconfpp/Makefile deleted file mode 100644 index 52c44833..00000000 --- a/libs/dotconfpp/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.3 2007/05/08 14:29:19 faust Exp $ -############################################################################### - -LIB_NAME = stgdotconfpp - -SRCS = dotconfpp.cpp \ - mempool.cpp - -INCS = dotconfpp.h - -include ../Makefile.in diff --git a/libs/ia/Makefile b/libs/ia/Makefile deleted file mode 100644 index 3ab0306a..00000000 --- a/libs/ia/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.11 2010/08/18 07:47:03 faust Exp $ -############################################################################### - -LIB_NAME = stgia - -SRCS = ia.cpp - -INCS = ia.h - -STGLIBS = -lstgcrypto - -LIBS = $(LIB_THREAD) - -LIB_INCS = -I ../crypto.lib/include \ - -I ../common.lib/include - -include ../Makefile.in diff --git a/libs/ibpp/Makefile b/libs/ibpp/Makefile deleted file mode 100644 index 80a895e9..00000000 --- a/libs/ibpp/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.6 2009/03/03 15:50:15 faust Exp $ -############################################################################### - -LIB_NAME = stgibpp - -SRCS = array.cpp \ - blob.cpp \ - database.cpp \ - date.cpp \ - dbkey.cpp \ - _dpb.cpp \ - events.cpp \ - exception.cpp \ - _ibpp.cpp \ - _ibs.cpp \ - _rb.cpp \ - row.cpp \ - service.cpp \ - _spb.cpp \ - statement.cpp \ - time.cpp \ - _tpb.cpp \ - transaction.cpp \ - user.cpp - -INCS = ibpp.h - -LIB_DEFS = -DIBPP_LINUX - -LIBS = -lfbclient - -include ../Makefile.in diff --git a/libs/json/Makefile b/libs/json/Makefile deleted file mode 100644 index 947fce40..00000000 --- a/libs/json/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.9 2010/08/18 07:47:03 faust Exp $ -############################################################################### - -LIB_NAME = stgjson - -STGLIBS = -lstgcommon -LIBS = - -SRCS = parser.cpp \ - generator.cpp - -INCS = json_parser.h \ - json_generator.h - -LIB_INCS = -I ../common.lib/include - -include ../Makefile.in diff --git a/libs/logger/Makefile b/libs/logger/Makefile deleted file mode 100644 index f2dbf0c4..00000000 --- a/libs/logger/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.3 2007/05/08 14:29:21 faust Exp $ -############################################################################### - -LIB_NAME = stglogger - -SRCS = logger.cpp - -INCS = logger.h - -include ../Makefile.in diff --git a/libs/pinger/Makefile b/libs/pinger/Makefile deleted file mode 100644 index 803f7ac4..00000000 --- a/libs/pinger/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.5 2008/12/04 17:13:14 faust Exp $ -############################################################################### - -LIB_NAME = stgpinger - -SRCS = pinger.cpp - -INCS = pinger.h - -LIBS = $(LIB_THREAD) - -LIB_INCS = -I ../common.lib/include - -include ../Makefile.in - -test: all - g++ -c test.cpp - g++ -o test test.o ./libstgpinger.a -lpthread diff --git a/libs/scriptexecuter/Makefile b/libs/scriptexecuter/Makefile deleted file mode 100644 index 92538b12..00000000 --- a/libs/scriptexecuter/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.6 2010/01/21 13:02:12 faust Exp $ -############################################################################### - -LIB_NAME = stgscriptexecuter - -SRCS = scriptexecuter.c - -INCS = scriptexecuter.h - -include ../Makefile.in diff --git a/libs/smux/Makefile b/libs/smux/Makefile deleted file mode 100644 index 8988da2f..00000000 --- a/libs/smux/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -include ../../Makefile.conf - -LIB_NAME = stgsmux - -SRCS = $(wildcard *.c) - -INCS = $(notdir $(wildcard include/stg/*.h)) - -LIB_INCS = -I ./include/stg - -#.PHONY: asn1 - -#ASN1_SOURCES = RFC1213-MIB.asn1 \ -# RFC1155-SMI.asn1 \ -# RFC1157-SNMP.asn1 \ -# SMUX.asn1 - -#asn1: $(ASN1_SOURCES) -# asn1c -fskeletons-copy -fcompound-names $^ -# rm Makefile.am.sample - -include ../Makefile.in diff --git a/libs/srvconf/Makefile b/libs/srvconf/Makefile deleted file mode 100644 index d7bc80c0..00000000 --- a/libs/srvconf/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.9 2010/08/18 07:47:03 faust Exp $ -############################################################################### - -LIB_NAME = stgsrvconf - -STGLIBS = -lstgcommon \ - -lstgcrypto -LIBS = -lexpat - -SRCS = parsers/property.cpp \ - parsers/simple.cpp \ - parsers/server_info.cpp \ - parsers/get_admin.cpp \ - parsers/chg_admin.cpp \ - parsers/get_tariff.cpp \ - parsers/chg_tariff.cpp \ - parsers/auth_by.cpp \ - parsers/get_user.cpp \ - parsers/chg_user.cpp \ - parsers/get_service.cpp \ - parsers/chg_service.cpp \ - parsers/get_corp.cpp \ - parsers/chg_corp.cpp \ - netunit.cpp \ - servconf.cpp - - -INCS = servconf.h \ - netunit.h - -LIB_INCS = -I ../common.lib/include \ - -I ../crypto.lib/include - -include ../Makefile.in -- 2.43.2