From ec7e2cf3369352ef71e1d81555cb4ba9f0ba30a2 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sun, 7 Apr 2013 11:21:12 +0000 Subject: [PATCH] Add ECCL.h and document with frames git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@36485 72102866-910b-0410-8b05-ffd578937521 --- ECCL.h | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ GNUmakefile | 5 ++++- 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 ECCL.h diff --git a/ECCL.h b/ECCL.h new file mode 100644 index 0000000..c73dc94 --- /dev/null +++ b/ECCL.h @@ -0,0 +1,57 @@ + +/** Enterprise Control Configuration and Logging + + Copyright (C) 2013 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: April 2013 + Originally developed from 1996 to 2013 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + + + +

The index below lists the major components of the ECCL + documentation.

+ +
+ Enterprise Control Configuration and Logging +

+ Classes and tools for building and administering 24*7 + server processes for large scale software systems. +

+
+
+ */ + +#ifndef INCLUDED_ECCL_H +#define INCLUDED_ECCL_H + +#import +#import +#import +#import +#import +#import +#import +#import +#import + +#endif diff --git a/GNUmakefile b/GNUmakefile index abd963e..eec8037 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -88,7 +88,7 @@ Terminate_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR) DOCUMENT_NAME = ECCL -ECCL_AGSDOC_FILES = \ +ECCL_AGSDOC_FILES = ECCL.h \ EcAlarm.h \ EcAlarmDestination.h \ EcAlarmSinkSNMP.h \ @@ -99,6 +99,9 @@ ECCL_AGSDOC_FILES = \ EcProcess.h \ EcUserDefaults.h \ +ECCL_AGSDOC_FLAGS = \ + -MakeFrames YES \ + ECCL_DOC_INSTALL_DIR = Libraries