]> git.stg.codes - stg.git/commitdiff
Remove Makefiles from libs.
authorMaksym Mamontov <madf@madf.info>
Sun, 12 Jan 2020 17:23:12 +0000 (19:23 +0200)
committerMaksym Mamontov <madf@madf.info>
Sun, 12 Jan 2020 17:23:12 +0000 (19:23 +0200)
12 files changed:
libs/common/Makefile [deleted file]
libs/conffiles/Makefile [deleted file]
libs/crypto/Makefile [deleted file]
libs/dotconfpp/Makefile [deleted file]
libs/ia/Makefile [deleted file]
libs/ibpp/Makefile [deleted file]
libs/json/Makefile [deleted file]
libs/logger/Makefile [deleted file]
libs/pinger/Makefile [deleted file]
libs/scriptexecuter/Makefile [deleted file]
libs/smux/Makefile [deleted file]
libs/srvconf/Makefile [deleted file]

diff --git a/libs/common/Makefile b/libs/common/Makefile
deleted file mode 100644 (file)
index 932e270..0000000
+++ /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 (file)
index 4d48557..0000000
+++ /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 (file)
index 47e9120..0000000
+++ /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 (file)
index 52c4483..0000000
+++ /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 (file)
index 3ab0306..0000000
+++ /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 (file)
index 80a895e..0000000
+++ /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 (file)
index 947fce4..0000000
+++ /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 (file)
index f2dbf0c..0000000
+++ /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 (file)
index 803f7ac..0000000
+++ /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 (file)
index 92538b1..0000000
+++ /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 (file)
index 8988da2..0000000
+++ /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 (file)
index d7bc80c..0000000
+++ /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