[Hdrflow-svn] SF.net SVN: hdrflow: [245] trunk/lib/extras
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2007-08-14 21:15:42
|
Revision: 245 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=245&view=rev Author: glslang Date: 2007-08-14 14:15:41 -0700 (Tue, 14 Aug 2007) Log Message: ----------- +initial maya plugin Modified Paths: -------------- trunk/lib/extras/configure.ac trunk/lib/extras/src/Makefile.am Added Paths: ----------- trunk/lib/extras/src/imf/ trunk/lib/extras/src/imf/Makefile.am trunk/lib/extras/src/imf/imf.cpp Modified: trunk/lib/extras/configure.ac =================================================================== --- trunk/lib/extras/configure.ac 2007-08-13 20:48:45 UTC (rev 244) +++ trunk/lib/extras/configure.ac 2007-08-14 21:15:41 UTC (rev 245) @@ -170,6 +170,7 @@ AC_CONFIG_FILES([ Makefile src/Makefile +src/imf/Makefile src/panoramic/Makefile src/raw/Makefile ]) Modified: trunk/lib/extras/src/Makefile.am =================================================================== --- trunk/lib/extras/src/Makefile.am 2007-08-13 20:48:45 UTC (rev 244) +++ trunk/lib/extras/src/Makefile.am 2007-08-14 21:15:41 UTC (rev 245) @@ -3,4 +3,4 @@ # # -SUBDIRS = panoramic raw +SUBDIRS = panoramic raw imf Added: trunk/lib/extras/src/imf/Makefile.am =================================================================== --- trunk/lib/extras/src/imf/Makefile.am (rev 0) +++ trunk/lib/extras/src/imf/Makefile.am 2007-08-14 21:15:41 UTC (rev 245) @@ -0,0 +1,15 @@ + +# +# +# + +libdir = $(EXTRAS_PLUGINPATH) + +lib_LTLIBRARIES = libhdrflow_extras_imf.la + +libhdrflow_extras_imf_la_SOURCES = \ + imf.cpp + +libhdrflow_extras_imf_la_CXXFLAGS = \ + $(BOOST_INCLUDE_PATH) \ + -I$(top_buiddir)/../openlibraries/src Property changes on: trunk/lib/extras/src/imf/Makefile.am ___________________________________________________________________ Name: svn:eol-style + native Added: trunk/lib/extras/src/imf/imf.cpp =================================================================== Property changes on: trunk/lib/extras/src/imf/imf.cpp ___________________________________________________________________ Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |