[Hdrflow-svn] SF.net SVN: hdrflow: [147] trunk/lib/openlibraries/src
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2007-06-10 14:50:15
|
Revision: 147 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=147&view=rev Author: glslang Date: 2007-06-10 07:50:13 -0700 (Sun, 10 Jun 2007) Log Message: ----------- +umbrella framework Added Paths: ----------- trunk/lib/openlibraries/src/umbrella_framework/ trunk/lib/openlibraries/src/umbrella_framework/Makefile.am trunk/lib/openlibraries/src/umbrella_framework/openlibraries.cpp trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp Added: trunk/lib/openlibraries/src/umbrella_framework/Makefile.am =================================================================== --- trunk/lib/openlibraries/src/umbrella_framework/Makefile.am (rev 0) +++ trunk/lib/openlibraries/src/umbrella_framework/Makefile.am 2007-06-10 14:50:13 UTC (rev 147) @@ -0,0 +1,32 @@ + +# +# +# + +libdir = $(OPENMEDIALIB_LIBPATH) + +lib_LTLIBRARIES = libumbrella_framework.la + +libumbrella_framework_la_SOURCES = \ + openlibraries.cpp \ + openlibraries.hpp + +libumbrella_framework_la_CXXFLAGS = \ + $(OLIB_CXXFLAGS) \ + $(BOOST_INCLUDE_PATH) + +libumbrella_framework_la_LIBADD = \ + $(top_builddir)/src/openpluginlib/pl/libopenpluginlib_pl.la \ + $(top_builddir)/src/openimagelib/il/libopenimagelib_il.la \ + $(top_builddir)/src/openmedialib/ml/libopenmedialib_ml.la + +libumbrella_framework_la_LDFLAGS = \ + $(OLIB_LDFLAGS) \ + $(BOOST_LIB_PATH) \ + -version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE) + +library_includedir = $(OPENLIBRARIES_INCLUDEPATH)/openmedialib/ml + +library_include_HEADERS = \ + openlibraries.hpp + Property changes on: trunk/lib/openlibraries/src/umbrella_framework/Makefile.am ___________________________________________________________________ Name: svn:eol-style + native Added: trunk/lib/openlibraries/src/umbrella_framework/openlibraries.cpp =================================================================== --- trunk/lib/openlibraries/src/umbrella_framework/openlibraries.cpp (rev 0) +++ trunk/lib/openlibraries/src/umbrella_framework/openlibraries.cpp 2007-06-10 14:50:13 UTC (rev 147) @@ -0,0 +1,9 @@ + +// umbrella_framework stub. + +// Copyright (C) 2007 Goncalo N. M. de Carvalho +// Released under the LGPL. +// For more information, see http://www.openlibraries.org. + +#include <openlibraries.hpp> + Property changes on: trunk/lib/openlibraries/src/umbrella_framework/openlibraries.cpp ___________________________________________________________________ Name: svn:eol-style + native Added: trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp =================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |