+++ /dev/null
-###############################################################################
-# $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
+++ /dev/null
-###############################################################################
-# $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
+++ /dev/null
-###############################################################################
-# $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
+++ /dev/null
-###############################################################################
-# $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
+++ /dev/null
-###############################################################################
-# $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
+++ /dev/null
-###############################################################################
-# $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
+++ /dev/null
-###############################################################################
-# $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
+++ /dev/null
-###############################################################################
-# $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
+++ /dev/null
-###############################################################################
-# $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
+++ /dev/null
-###############################################################################
-# $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
+++ /dev/null
-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
+++ /dev/null
-###############################################################################
-# $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