From 6f74f80e4c116c61b4734ffbae86aff881daaf5b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 26 Apr 2014 18:20:21 +0100 Subject: started GLFW version --- liveengineUnmapped/ofxSVGTiny/example/Makefile | 2 - liveengineUnmapped/ofxSVGTiny/example/addons.make | 1 - .../ofxSVGTiny/example/bin/data/taichi.svg | 1268 -------------------- .../ofxSVGTiny/example/bin/data/tiger.svg | 813 ------------- liveengineUnmapped/ofxSVGTiny/example/bin/example | Bin 2244926 -> 0 bytes .../ofxSVGTiny/example/bin/libs/libfmodex.so | Bin 1338632 -> 0 bytes .../ofxSVGTiny/example/bin/libs/libfmodexp64.so | Bin 698416 -> 0 bytes liveengineUnmapped/ofxSVGTiny/example/config.make | 56 - .../addons/ofxSVGTiny/libs/src_colors.d | 68 -- .../addons/ofxSVGTiny/libs/src_colors.o | Bin 17152 -> 0 bytes .../x86_64Release/addons/ofxSVGTiny/libs/svgtiny.d | 74 -- .../x86_64Release/addons/ofxSVGTiny/libs/svgtiny.o | Bin 26056 -> 0 bytes .../addons/ofxSVGTiny/libs/svgtiny_gradient.d | 68 -- .../addons/ofxSVGTiny/libs/svgtiny_gradient.o | Bin 12728 -> 0 bytes .../addons/ofxSVGTiny/libs/svgtiny_list.d | 68 -- .../addons/ofxSVGTiny/libs/svgtiny_list.o | Bin 2736 -> 0 bytes .../addons/ofxSVGTiny/src/ofxSVGTiny.d | 850 ------------- .../addons/ofxSVGTiny/src/ofxSVGTiny.o | Bin 25200 -> 0 bytes .../example/obj/x86_64Release/src/main.d | 791 ------------ .../example/obj/x86_64Release/src/main.o | Bin 17648 -> 0 bytes .../example/obj/x86_64Release/src/testApp.d | 851 ------------- .../example/obj/x86_64Release/src/testApp.o | Bin 25560 -> 0 bytes liveengineUnmapped/ofxSVGTiny/example/src/main.cpp | 16 - .../ofxSVGTiny/example/src/testApp.cpp | 114 -- .../ofxSVGTiny/example/src/testApp.h | 22 - 25 files changed, 5062 deletions(-) delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/Makefile delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/addons.make delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/bin/data/taichi.svg delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/bin/data/tiger.svg delete mode 100755 liveengineUnmapped/ofxSVGTiny/example/bin/example delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/bin/libs/libfmodex.so delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/bin/libs/libfmodexp64.so delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/config.make delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/src_colors.d delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/src_colors.o delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny.d delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny.o delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_gradient.d delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_gradient.o delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_list.d delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_list.o delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/src/ofxSVGTiny.d delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/src/ofxSVGTiny.o delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/main.d delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/main.o delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/testApp.d delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/testApp.o delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/src/main.cpp delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/src/testApp.cpp delete mode 100644 liveengineUnmapped/ofxSVGTiny/example/src/testApp.h (limited to 'liveengineUnmapped/ofxSVGTiny/example') diff --git a/liveengineUnmapped/ofxSVGTiny/example/Makefile b/liveengineUnmapped/ofxSVGTiny/example/Makefile deleted file mode 100644 index 2d83a77..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -include config.make -include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/Makefile.examples diff --git a/liveengineUnmapped/ofxSVGTiny/example/addons.make b/liveengineUnmapped/ofxSVGTiny/example/addons.make deleted file mode 100644 index 2c72d9e..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/addons.make +++ /dev/null @@ -1 +0,0 @@ -ofxSVGTiny diff --git a/liveengineUnmapped/ofxSVGTiny/example/bin/data/taichi.svg b/liveengineUnmapped/ofxSVGTiny/example/bin/data/taichi.svg deleted file mode 100644 index 187b756..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/bin/data/taichi.svg +++ /dev/null @@ -1,1268 +0,0 @@ - - - -wmf2svg - - - - - - - - - - - - - - diff --git a/liveengineUnmapped/ofxSVGTiny/example/bin/data/tiger.svg b/liveengineUnmapped/ofxSVGTiny/example/bin/data/tiger.svg deleted file mode 100644 index de80b01..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/bin/data/tiger.svg +++ /dev/null @@ -1,813 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/liveengineUnmapped/ofxSVGTiny/example/bin/example b/liveengineUnmapped/ofxSVGTiny/example/bin/example deleted file mode 100755 index c12e73a..0000000 Binary files a/liveengineUnmapped/ofxSVGTiny/example/bin/example and /dev/null differ diff --git a/liveengineUnmapped/ofxSVGTiny/example/bin/libs/libfmodex.so b/liveengineUnmapped/ofxSVGTiny/example/bin/libs/libfmodex.so deleted file mode 100644 index 9e5d07e..0000000 Binary files a/liveengineUnmapped/ofxSVGTiny/example/bin/libs/libfmodex.so and /dev/null differ diff --git a/liveengineUnmapped/ofxSVGTiny/example/bin/libs/libfmodexp64.so b/liveengineUnmapped/ofxSVGTiny/example/bin/libs/libfmodexp64.so deleted file mode 100644 index b12fb30..0000000 Binary files a/liveengineUnmapped/ofxSVGTiny/example/bin/libs/libfmodexp64.so and /dev/null differ diff --git a/liveengineUnmapped/ofxSVGTiny/example/config.make b/liveengineUnmapped/ofxSVGTiny/example/config.make deleted file mode 100644 index 9eec157..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/config.make +++ /dev/null @@ -1,56 +0,0 @@ -# add custom variables to this file - -# OF_ROOT allows to move projects outside apps/* just set this variable to the -# absoulte path to the OF root folder - -OF_ROOT = ../../.. - - -# USER_CFLAGS allows to pass custom flags to the compiler -# for example search paths like: -# USER_CFLAGS = -I src/objects - -USER_CFLAGS = - - -# USER_LDFLAGS allows to pass custom flags to the linker -# for example libraries like: -# USER_LDFLAGS = libs/libawesomelib.a - -USER_LDFLAGS = - - -EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj" - -# change this to add different compiler optimizations to your project - -USER_COMPILER_OPTIMIZATION = -march=native -mtune=native -Os - - -# android specific, in case you want to use different optimizations -USER_LIBS_ARM = -USER_LIBS_ARM7 = -USER_LIBS_NEON = - -# android optimizations - -ANDROID_COMPILER_OPTIMIZATION = -Os - -NDK_PLATFORM = android-8 - -# uncomment this for custom application name (if the folder name is different than the application name) -#APPNAME = folderName - -# uncomment this for custom package name, must be the same as the java package that contains OFActivity -#PKGNAME = cc.openframeworks.$(APPNAME) - - - - - -# linux arm flags - -LINUX_ARM7_COMPILER_OPTIMIZATIONS = -march=armv7-a -mtune=cortex-a8 -finline-functions -funroll-all-loops -O3 -funsafe-math-optimizations -mfpu=neon -ftree-vectorize -mfloat-abi=hard -mfpu=vfp - - - diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/src_colors.d b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/src_colors.d deleted file mode 100644 index d1fcd96..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/src_colors.d +++ /dev/null @@ -1,68 +0,0 @@ -obj/x86_64Release/addons/ofxSVGTiny/libs/src_colors.o: \ - ../../../addons/ofxSVGTiny/libs/src_colors.c \ - ../../../addons/ofxSVGTiny/libs/svgtiny.h \ - /usr/include/libxml2/libxml/parser.h \ - /usr/include/libxml2/libxml/xmlversion.h \ - /usr/include/libxml2/libxml/xmlexports.h \ - /usr/include/libxml2/libxml/tree.h \ - /usr/include/libxml2/libxml/xmlstring.h \ - /usr/include/libxml2/libxml/xmlregexp.h \ - /usr/include/libxml2/libxml/dict.h /usr/include/libxml2/libxml/hash.h \ - /usr/include/libxml2/libxml/valid.h \ - /usr/include/libxml2/libxml/xmlerror.h \ - /usr/include/libxml2/libxml/list.h \ - /usr/include/libxml2/libxml/xmlautomata.h \ - /usr/include/libxml2/libxml/entities.h \ - /usr/include/libxml2/libxml/encoding.h \ - /usr/include/libxml2/libxml/xmlIO.h \ - /usr/include/libxml2/libxml/globals.h /usr/include/libxml2/libxml/SAX.h \ - /usr/include/libxml2/libxml/xlink.h /usr/include/libxml2/libxml/SAX2.h \ - /usr/include/libxml2/libxml/xmlmemory.h \ - /usr/include/libxml2/libxml/threads.h \ - ../../../addons/ofxSVGTiny/libs/svgtiny_internal.h - -../../../addons/ofxSVGTiny/libs/svgtiny.h: - -/usr/include/libxml2/libxml/parser.h: - -/usr/include/libxml2/libxml/xmlversion.h: - -/usr/include/libxml2/libxml/xmlexports.h: - -/usr/include/libxml2/libxml/tree.h: - -/usr/include/libxml2/libxml/xmlstring.h: - -/usr/include/libxml2/libxml/xmlregexp.h: - -/usr/include/libxml2/libxml/dict.h: - -/usr/include/libxml2/libxml/hash.h: - -/usr/include/libxml2/libxml/valid.h: - -/usr/include/libxml2/libxml/xmlerror.h: - -/usr/include/libxml2/libxml/list.h: - -/usr/include/libxml2/libxml/xmlautomata.h: - -/usr/include/libxml2/libxml/entities.h: - -/usr/include/libxml2/libxml/encoding.h: - -/usr/include/libxml2/libxml/xmlIO.h: - -/usr/include/libxml2/libxml/globals.h: - -/usr/include/libxml2/libxml/SAX.h: - -/usr/include/libxml2/libxml/xlink.h: - -/usr/include/libxml2/libxml/SAX2.h: - -/usr/include/libxml2/libxml/xmlmemory.h: - -/usr/include/libxml2/libxml/threads.h: - -../../../addons/ofxSVGTiny/libs/svgtiny_internal.h: diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/src_colors.o b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/src_colors.o deleted file mode 100644 index 1b75356..0000000 Binary files a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/src_colors.o and /dev/null differ diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny.d b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny.d deleted file mode 100644 index ea40d55..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny.d +++ /dev/null @@ -1,74 +0,0 @@ -obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny.o: \ - ../../../addons/ofxSVGTiny/libs/svgtiny.c \ - /usr/include/libxml2/libxml/parser.h \ - /usr/include/libxml2/libxml/xmlversion.h \ - /usr/include/libxml2/libxml/xmlexports.h \ - /usr/include/libxml2/libxml/tree.h \ - /usr/include/libxml2/libxml/xmlstring.h \ - /usr/include/libxml2/libxml/xmlregexp.h \ - /usr/include/libxml2/libxml/dict.h /usr/include/libxml2/libxml/hash.h \ - /usr/include/libxml2/libxml/valid.h \ - /usr/include/libxml2/libxml/xmlerror.h \ - /usr/include/libxml2/libxml/list.h \ - /usr/include/libxml2/libxml/xmlautomata.h \ - /usr/include/libxml2/libxml/entities.h \ - /usr/include/libxml2/libxml/encoding.h \ - /usr/include/libxml2/libxml/xmlIO.h \ - /usr/include/libxml2/libxml/globals.h /usr/include/libxml2/libxml/SAX.h \ - /usr/include/libxml2/libxml/xlink.h /usr/include/libxml2/libxml/SAX2.h \ - /usr/include/libxml2/libxml/xmlmemory.h \ - /usr/include/libxml2/libxml/threads.h \ - /usr/include/libxml2/libxml/debugXML.h \ - /usr/include/libxml2/libxml/xpath.h \ - ../../../addons/ofxSVGTiny/libs/svgtiny.h \ - ../../../addons/ofxSVGTiny/libs/svgtiny_internal.h - -/usr/include/libxml2/libxml/parser.h: - -/usr/include/libxml2/libxml/xmlversion.h: - -/usr/include/libxml2/libxml/xmlexports.h: - -/usr/include/libxml2/libxml/tree.h: - -/usr/include/libxml2/libxml/xmlstring.h: - -/usr/include/libxml2/libxml/xmlregexp.h: - -/usr/include/libxml2/libxml/dict.h: - -/usr/include/libxml2/libxml/hash.h: - -/usr/include/libxml2/libxml/valid.h: - -/usr/include/libxml2/libxml/xmlerror.h: - -/usr/include/libxml2/libxml/list.h: - -/usr/include/libxml2/libxml/xmlautomata.h: - -/usr/include/libxml2/libxml/entities.h: - -/usr/include/libxml2/libxml/encoding.h: - -/usr/include/libxml2/libxml/xmlIO.h: - -/usr/include/libxml2/libxml/globals.h: - -/usr/include/libxml2/libxml/SAX.h: - -/usr/include/libxml2/libxml/xlink.h: - -/usr/include/libxml2/libxml/SAX2.h: - -/usr/include/libxml2/libxml/xmlmemory.h: - -/usr/include/libxml2/libxml/threads.h: - -/usr/include/libxml2/libxml/debugXML.h: - -/usr/include/libxml2/libxml/xpath.h: - -../../../addons/ofxSVGTiny/libs/svgtiny.h: - -../../../addons/ofxSVGTiny/libs/svgtiny_internal.h: diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny.o b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny.o deleted file mode 100644 index 2ca77fb..0000000 Binary files a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny.o and /dev/null differ diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_gradient.d b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_gradient.d deleted file mode 100644 index 9c11268..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_gradient.d +++ /dev/null @@ -1,68 +0,0 @@ -obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_gradient.o: \ - ../../../addons/ofxSVGTiny/libs/svgtiny_gradient.c \ - ../../../addons/ofxSVGTiny/libs/svgtiny.h \ - /usr/include/libxml2/libxml/parser.h \ - /usr/include/libxml2/libxml/xmlversion.h \ - /usr/include/libxml2/libxml/xmlexports.h \ - /usr/include/libxml2/libxml/tree.h \ - /usr/include/libxml2/libxml/xmlstring.h \ - /usr/include/libxml2/libxml/xmlregexp.h \ - /usr/include/libxml2/libxml/dict.h /usr/include/libxml2/libxml/hash.h \ - /usr/include/libxml2/libxml/valid.h \ - /usr/include/libxml2/libxml/xmlerror.h \ - /usr/include/libxml2/libxml/list.h \ - /usr/include/libxml2/libxml/xmlautomata.h \ - /usr/include/libxml2/libxml/entities.h \ - /usr/include/libxml2/libxml/encoding.h \ - /usr/include/libxml2/libxml/xmlIO.h \ - /usr/include/libxml2/libxml/globals.h /usr/include/libxml2/libxml/SAX.h \ - /usr/include/libxml2/libxml/xlink.h /usr/include/libxml2/libxml/SAX2.h \ - /usr/include/libxml2/libxml/xmlmemory.h \ - /usr/include/libxml2/libxml/threads.h \ - ../../../addons/ofxSVGTiny/libs/svgtiny_internal.h - -../../../addons/ofxSVGTiny/libs/svgtiny.h: - -/usr/include/libxml2/libxml/parser.h: - -/usr/include/libxml2/libxml/xmlversion.h: - -/usr/include/libxml2/libxml/xmlexports.h: - -/usr/include/libxml2/libxml/tree.h: - -/usr/include/libxml2/libxml/xmlstring.h: - -/usr/include/libxml2/libxml/xmlregexp.h: - -/usr/include/libxml2/libxml/dict.h: - -/usr/include/libxml2/libxml/hash.h: - -/usr/include/libxml2/libxml/valid.h: - -/usr/include/libxml2/libxml/xmlerror.h: - -/usr/include/libxml2/libxml/list.h: - -/usr/include/libxml2/libxml/xmlautomata.h: - -/usr/include/libxml2/libxml/entities.h: - -/usr/include/libxml2/libxml/encoding.h: - -/usr/include/libxml2/libxml/xmlIO.h: - -/usr/include/libxml2/libxml/globals.h: - -/usr/include/libxml2/libxml/SAX.h: - -/usr/include/libxml2/libxml/xlink.h: - -/usr/include/libxml2/libxml/SAX2.h: - -/usr/include/libxml2/libxml/xmlmemory.h: - -/usr/include/libxml2/libxml/threads.h: - -../../../addons/ofxSVGTiny/libs/svgtiny_internal.h: diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_gradient.o b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_gradient.o deleted file mode 100644 index 3c17247..0000000 Binary files a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_gradient.o and /dev/null differ diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_list.d b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_list.d deleted file mode 100644 index c69b073..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_list.d +++ /dev/null @@ -1,68 +0,0 @@ -obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_list.o: \ - ../../../addons/ofxSVGTiny/libs/svgtiny_list.c \ - ../../../addons/ofxSVGTiny/libs/svgtiny.h \ - /usr/include/libxml2/libxml/parser.h \ - /usr/include/libxml2/libxml/xmlversion.h \ - /usr/include/libxml2/libxml/xmlexports.h \ - /usr/include/libxml2/libxml/tree.h \ - /usr/include/libxml2/libxml/xmlstring.h \ - /usr/include/libxml2/libxml/xmlregexp.h \ - /usr/include/libxml2/libxml/dict.h /usr/include/libxml2/libxml/hash.h \ - /usr/include/libxml2/libxml/valid.h \ - /usr/include/libxml2/libxml/xmlerror.h \ - /usr/include/libxml2/libxml/list.h \ - /usr/include/libxml2/libxml/xmlautomata.h \ - /usr/include/libxml2/libxml/entities.h \ - /usr/include/libxml2/libxml/encoding.h \ - /usr/include/libxml2/libxml/xmlIO.h \ - /usr/include/libxml2/libxml/globals.h /usr/include/libxml2/libxml/SAX.h \ - /usr/include/libxml2/libxml/xlink.h /usr/include/libxml2/libxml/SAX2.h \ - /usr/include/libxml2/libxml/xmlmemory.h \ - /usr/include/libxml2/libxml/threads.h \ - ../../../addons/ofxSVGTiny/libs/svgtiny_internal.h - -../../../addons/ofxSVGTiny/libs/svgtiny.h: - -/usr/include/libxml2/libxml/parser.h: - -/usr/include/libxml2/libxml/xmlversion.h: - -/usr/include/libxml2/libxml/xmlexports.h: - -/usr/include/libxml2/libxml/tree.h: - -/usr/include/libxml2/libxml/xmlstring.h: - -/usr/include/libxml2/libxml/xmlregexp.h: - -/usr/include/libxml2/libxml/dict.h: - -/usr/include/libxml2/libxml/hash.h: - -/usr/include/libxml2/libxml/valid.h: - -/usr/include/libxml2/libxml/xmlerror.h: - -/usr/include/libxml2/libxml/list.h: - -/usr/include/libxml2/libxml/xmlautomata.h: - -/usr/include/libxml2/libxml/entities.h: - -/usr/include/libxml2/libxml/encoding.h: - -/usr/include/libxml2/libxml/xmlIO.h: - -/usr/include/libxml2/libxml/globals.h: - -/usr/include/libxml2/libxml/SAX.h: - -/usr/include/libxml2/libxml/xlink.h: - -/usr/include/libxml2/libxml/SAX2.h: - -/usr/include/libxml2/libxml/xmlmemory.h: - -/usr/include/libxml2/libxml/threads.h: - -../../../addons/ofxSVGTiny/libs/svgtiny_internal.h: diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_list.o b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_list.o deleted file mode 100644 index 842ebfe..0000000 Binary files a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/libs/svgtiny_list.o and /dev/null differ diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/src/ofxSVGTiny.d b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/src/ofxSVGTiny.d deleted file mode 100644 index 6eb57cc..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/src/ofxSVGTiny.d +++ /dev/null @@ -1,850 +0,0 @@ -obj/x86_64Release/addons/ofxSVGTiny/src/ofxSVGTiny.o: \ - ../../../addons/ofxSVGTiny/src/ofxSVGTiny.cpp \ - ../../../addons/ofxSVGTiny/src/ofxSVGTiny.h \ - ../../../libs/openFrameworks/ofMain.h \ - ../../../libs/openFrameworks/utils/ofConstants.h \ - ../../../libs/tess2/include/tesselator.h \ - ../../../libs/openFrameworks/utils/ofFileUtils.h \ - ../../../libs/poco/include/Poco/File.h \ - ../../../libs/poco/include/Poco/Foundation.h \ - ../../../libs/poco/include/Poco/Config.h \ - ../../../libs/poco/include/Poco/Platform.h \ - ../../../libs/poco/include/Poco/Platform_POSIX.h \ - ../../../libs/poco/include/Poco/Bugcheck.h \ - ../../../libs/poco/include/Poco/Types.h \ - ../../../libs/poco/include/Poco/Timestamp.h \ - ../../../libs/poco/include/Poco/File_UNIX.h \ - ../../../libs/openFrameworks/utils/ofLog.h \ - ../../../libs/openFrameworks/types/ofTypes.h \ - ../../../libs/openFrameworks/types/ofColor.h \ - ../../../libs/openFrameworks/math/ofMath.h \ - ../../../libs/openFrameworks/types/ofPoint.h \ - ../../../libs/openFrameworks/math/ofVec3f.h \ - ../../../libs/openFrameworks/math/ofVec2f.h \ - ../../../libs/openFrameworks/math/ofVec4f.h \ - ../../../libs/poco/include/Poco/Mutex.h \ - ../../../libs/poco/include/Poco/Exception.h \ - ../../../libs/poco/include/Poco/ScopedLock.h \ - ../../../libs/poco/include/Poco/Mutex_POSIX.h \ - ../../../libs/openFrameworks/utils/ofSystemUtils.h \ - ../../../libs/openFrameworks/utils/ofThread.h \ - ../../../libs/poco/include/Poco/Thread.h \ - ../../../libs/poco/include/Poco/Thread_POSIX.h \ - ../../../libs/poco/include/Poco/Runnable.h \ - ../../../libs/poco/include/Poco/SignalHandler.h \ - ../../../libs/poco/include/Poco/Event.h \ - ../../../libs/poco/include/Poco/Event_POSIX.h \ - ../../../libs/poco/include/Poco/RefCountedObject.h \ - ../../../libs/poco/include/Poco/AtomicCounter.h \ - ../../../libs/poco/include/Poco/AutoPtr.h \ - ../../../libs/openFrameworks/utils/ofURLFileLoader.h \ - ../../../libs/openFrameworks/events/ofEvents.h \ - ../../../libs/openFrameworks/events/ofEventUtils.h \ - ../../../libs/poco/include/Poco/FIFOEvent.h \ - ../../../libs/poco/include/Poco/AbstractEvent.h \ - ../../../libs/poco/include/Poco/SingletonHolder.h \ - ../../../libs/poco/include/Poco/SharedPtr.h \ - ../../../libs/poco/include/Poco/ActiveResult.h \ - ../../../libs/poco/include/Poco/ActiveMethod.h \ - ../../../libs/poco/include/Poco/ActiveRunnable.h \ - ../../../libs/poco/include/Poco/ActiveStarter.h \ - ../../../libs/poco/include/Poco/ThreadPool.h \ - ../../../libs/poco/include/Poco/FIFOStrategy.h \ - ../../../libs/poco/include/Poco/DefaultStrategy.h \ - ../../../libs/poco/include/Poco/NotificationStrategy.h \ - ../../../libs/poco/include/Poco/AbstractDelegate.h \ - ../../../libs/poco/include/Poco/Delegate.h \ - ../../../libs/poco/include/Poco/FunctionDelegate.h \ - ../../../libs/poco/include/Poco/Expire.h \ - ../../../libs/poco/include/Poco/Condition.h \ - ../../../libs/poco/include/Poco/ScopedUnlock.h \ - ../../../libs/openFrameworks/utils/ofUtils.h \ - ../../../libs/openFrameworks/types/ofBaseTypes.h \ - ../../../libs/openFrameworks/types/ofRectangle.h \ - ../../../libs/openFrameworks/3d/ofMesh.h \ - ../../../libs/openFrameworks/gl/ofGLUtils.h \ - ../../../libs/openFrameworks/graphics/ofPixels.h \ - ../../../libs/openFrameworks/math/ofMatrix4x4.h \ - ../../../libs/openFrameworks/math/ofQuaternion.h \ - ../../../libs/openFrameworks/math/ofVectorMath.h \ - ../../../libs/openFrameworks/math/ofMatrix3x3.h \ - ../../../libs/openFrameworks/communication/ofSerial.h \ - ../../../libs/openFrameworks/communication/ofArduino.h \ - ../../../libs/openFrameworks/gl/ofFbo.h \ - ../../../libs/openFrameworks/gl/ofTexture.h \ - ../../../libs/openFrameworks/gl/ofGLRenderer.h \ - ../../../libs/openFrameworks/graphics/ofPolyline.h \ - ../../../libs/openFrameworks/gl/ofLight.h \ - ../../../libs/openFrameworks/3d/ofNode.h \ - ../../../libs/openFrameworks/3d/of3dUtils.h \ - ../../../libs/openFrameworks/graphics/ofGraphics.h \ - ../../../libs/openFrameworks/gl/ofMaterial.h \ - ../../../libs/openFrameworks/gl/ofShader.h \ - ../../../libs/openFrameworks/gl/ofVbo.h \ - ../../../libs/openFrameworks/gl/ofGLUtils.h \ - ../../../libs/openFrameworks/gl/ofVboMesh.h \ - ../../../libs/openFrameworks/graphics/ofCairoRenderer.h \ - /usr/include/cairo/cairo-features.h /usr/include/cairo/cairo-pdf.h \ - /usr/include/cairo/cairo.h /usr/include/cairo/cairo-version.h \ - /usr/include/cairo/cairo-features.h \ - /usr/include/cairo/cairo-deprecated.h /usr/include/cairo/cairo-svg.h \ - /usr/include/cairo/cairo.h \ - ../../../libs/openFrameworks/graphics/ofPath.h \ - ../../../libs/openFrameworks/graphics/ofTessellator.h \ - ../../../libs/openFrameworks/graphics/ofImage.h \ - ../../../libs/openFrameworks/graphics/ofRendererCollection.h \ - ../../../libs/openFrameworks/graphics/ofTrueTypeFont.h \ - ../../../libs/openFrameworks/app/ofBaseApp.h \ - ../../../libs/openFrameworks/app/ofAppRunner.h \ - ../../../libs/openFrameworks/sound/ofSoundStream.h \ - ../../../libs/openFrameworks/sound/ofBaseSoundStream.h \ - ../../../libs/openFrameworks/sound/ofPASoundStream.h \ - ../../../libs/openFrameworks/sound/ofSoundPlayer.h \ - ../../../libs/openFrameworks/sound/ofBaseSoundPlayer.h \ - ../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.h \ - ../../../libs/kiss/include/kiss_fft.h \ - ../../../libs/kiss/include/kiss_fftr.h \ - ../../../libs/kiss/include/kiss_fft.h \ - ../../../libs/openFrameworks/video/ofVideoGrabber.h \ - ../../../libs/openFrameworks/video/ofGstVideoGrabber.h \ - ../../../libs/openFrameworks/video/ofGstUtils.h \ - /usr/include/gstreamer-0.10/gst/gst.h /usr/include/glib-2.0/glib.h \ - /usr/include/glib-2.0/glib/galloca.h /usr/include/glib-2.0/glib/gtypes.h \ - /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ - /usr/include/glib-2.0/glib/gmacros.h \ - /usr/include/glib-2.0/glib/gversionmacros.h \ - /usr/include/glib-2.0/glib/garray.h \ - /usr/include/glib-2.0/glib/gasyncqueue.h \ - /usr/include/glib-2.0/glib/gthread.h \ - /usr/include/glib-2.0/glib/gatomic.h /usr/include/glib-2.0/glib/gerror.h \ - /usr/include/glib-2.0/glib/gquark.h \ - /usr/include/glib-2.0/glib/gbacktrace.h \ - /usr/include/glib-2.0/glib/gbase64.h \ - /usr/include/glib-2.0/glib/gbitlock.h \ - /usr/include/glib-2.0/glib/gbookmarkfile.h \ - /usr/include/glib-2.0/glib/gbytes.h \ - /usr/include/glib-2.0/glib/gcharset.h \ - /usr/include/glib-2.0/glib/gchecksum.h \ - /usr/include/glib-2.0/glib/gconvert.h \ - /usr/include/glib-2.0/glib/gdataset.h /usr/include/glib-2.0/glib/gdate.h \ - /usr/include/glib-2.0/glib/gdatetime.h \ - /usr/include/glib-2.0/glib/gtimezone.h /usr/include/glib-2.0/glib/gdir.h \ - /usr/include/glib-2.0/glib/genviron.h \ - /usr/include/glib-2.0/glib/gfileutils.h \ - /usr/include/glib-2.0/glib/ggettext.h /usr/include/glib-2.0/glib/ghash.h \ - /usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \ - /usr/include/glib-2.0/glib/ghmac.h \ - /usr/include/glib-2.0/glib/gchecksum.h \ - /usr/include/glib-2.0/glib/ghook.h \ - /usr/include/glib-2.0/glib/ghostutils.h \ - /usr/include/glib-2.0/glib/giochannel.h \ - /usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gpoll.h \ - /usr/include/glib-2.0/glib/gslist.h /usr/include/glib-2.0/glib/gstring.h \ - /usr/include/glib-2.0/glib/gunicode.h \ - /usr/include/glib-2.0/glib/gutils.h \ - /usr/include/glib-2.0/glib/gkeyfile.h \ - /usr/include/glib-2.0/glib/gmappedfile.h \ - /usr/include/glib-2.0/glib/gmarkup.h \ - /usr/include/glib-2.0/glib/gmessages.h \ - /usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \ - /usr/include/glib-2.0/glib/gpattern.h \ - /usr/include/glib-2.0/glib/gprimes.h /usr/include/glib-2.0/glib/gqsort.h \ - /usr/include/glib-2.0/glib/gqueue.h /usr/include/glib-2.0/glib/grand.h \ - /usr/include/glib-2.0/glib/gregex.h \ - /usr/include/glib-2.0/glib/gscanner.h \ - /usr/include/glib-2.0/glib/gsequence.h \ - /usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gslice.h \ - /usr/include/glib-2.0/glib/gspawn.h \ - /usr/include/glib-2.0/glib/gstrfuncs.h \ - /usr/include/glib-2.0/glib/gstringchunk.h \ - /usr/include/glib-2.0/glib/gtestutils.h \ - /usr/include/glib-2.0/glib/gthreadpool.h \ - /usr/include/glib-2.0/glib/gtimer.h \ - /usr/include/glib-2.0/glib/gtrashstack.h \ - /usr/include/glib-2.0/glib/gtree.h \ - /usr/include/glib-2.0/glib/gurifuncs.h \ - /usr/include/glib-2.0/glib/gvarianttype.h \ - /usr/include/glib-2.0/glib/gvariant.h \ - /usr/include/glib-2.0/glib/gversion.h \ - /usr/include/glib-2.0/glib/deprecated/gallocator.h \ - /usr/include/glib-2.0/glib/deprecated/gcache.h \ - /usr/include/glib-2.0/glib/deprecated/gcompletion.h \ - /usr/include/glib-2.0/glib/deprecated/gmain.h \ - /usr/include/glib-2.0/glib/deprecated/grel.h \ - /usr/include/glib-2.0/glib/deprecated/gthread.h \ - /usr/include/gstreamer-0.10/gst/glib-compat.h \ - /usr/include/gstreamer-0.10/gst/gstenumtypes.h \ - /usr/include/glib-2.0/glib-object.h \ - /usr/include/glib-2.0/gobject/gbinding.h \ - /usr/include/glib-2.0/gobject/gobject.h \ - /usr/include/glib-2.0/gobject/gtype.h \ - /usr/include/glib-2.0/gobject/gvalue.h \ - /usr/include/glib-2.0/gobject/gparam.h \ - /usr/include/glib-2.0/gobject/gclosure.h \ - /usr/include/glib-2.0/gobject/gsignal.h \ - /usr/include/glib-2.0/gobject/gmarshal.h \ - /usr/include/glib-2.0/gobject/gboxed.h \ - /usr/include/glib-2.0/gobject/glib-types.h \ - /usr/include/glib-2.0/gobject/genums.h \ - /usr/include/glib-2.0/gobject/gparamspecs.h \ - /usr/include/glib-2.0/gobject/gsourceclosure.h \ - /usr/include/glib-2.0/gobject/gtypemodule.h \ - /usr/include/glib-2.0/gobject/gtypeplugin.h \ - /usr/include/glib-2.0/gobject/gvaluearray.h \ - /usr/include/glib-2.0/gobject/gvaluetypes.h \ - /usr/include/gstreamer-0.10/gst/gstversion.h \ - /usr/include/gstreamer-0.10/gst/gstatomicqueue.h \ - /usr/include/gstreamer-0.10/gst/gstbin.h \ - /usr/include/gstreamer-0.10/gst/gstelement.h \ - /usr/include/gstreamer-0.10/gst/gstconfig.h \ - /usr/include/gstreamer-0.10/gst/gstobject.h \ - /usr/include/gstreamer-0.10/gst/gstpad.h \ - /usr/include/gstreamer-0.10/gst/gstbuffer.h \ - /usr/include/gstreamer-0.10/gst/gstminiobject.h \ - /usr/include/gstreamer-0.10/gst/gstclock.h \ - /usr/include/gstreamer-0.10/gst/gstcaps.h \ - /usr/include/gstreamer-0.10/gst/gststructure.h \ - /usr/include/gstreamer-0.10/gst/gstdatetime.h \ - /usr/include/gstreamer-0.10/gst/gstbufferlist.h \ - /usr/include/gstreamer-0.10/gst/gstevent.h \ - /usr/include/gstreamer-0.10/gst/gstformat.h \ - /usr/include/gstreamer-0.10/gst/gstiterator.h \ - /usr/include/gstreamer-0.10/gst/gsttaglist.h \ - /usr/include/gstreamer-0.10/gst/gstquery.h \ - /usr/include/gstreamer-0.10/gst/gsttask.h \ - /usr/include/gstreamer-0.10/gst/gsttaskpool.h \ - /usr/include/gstreamer-0.10/gst/gstpadtemplate.h \ - /usr/include/gstreamer-0.10/gst/gstbus.h \ - /usr/include/gstreamer-0.10/gst/gstmessage.h \ - /usr/include/gstreamer-0.10/gst/gstelementfactory.h \ - /usr/include/gstreamer-0.10/gst/gstplugin.h \ - /usr/include/glib-2.0/gmodule.h \ - /usr/include/gstreamer-0.10/gst/gstmacros.h \ - /usr/include/gstreamer-0.10/gst/gstpluginfeature.h \ - /usr/include/gstreamer-0.10/gst/gstindex.h \ - /usr/include/gstreamer-0.10/gst/gstindexfactory.h \ - /usr/include/gstreamer-0.10/gst/gstchildproxy.h \ - /usr/include/gstreamer-0.10/gst/gstdebugutils.h \ - /usr/include/gstreamer-0.10/gst/gsterror.h \ - /usr/include/gstreamer-0.10/gst/gstghostpad.h \ - /usr/include/gstreamer-0.10/gst/gstinfo.h \ - /usr/include/gstreamer-0.10/gst/gstinterface.h \ - /usr/include/gstreamer-0.10/gst/gstmarshal.h \ - /usr/include/gstreamer-0.10/gst/gstparamspecs.h \ - /usr/include/gstreamer-0.10/gst/gstvalue.h \ - /usr/include/gstreamer-0.10/gst/gstpipeline.h \ - /usr/include/gstreamer-0.10/gst/gstpoll.h \ - /usr/include/gstreamer-0.10/gst/gstpreset.h \ - /usr/include/gstreamer-0.10/gst/gstregistry.h \ - /usr/include/gstreamer-0.10/gst/gstsegment.h \ - /usr/include/gstreamer-0.10/gst/gstsystemclock.h \ - /usr/include/gstreamer-0.10/gst/gsttagsetter.h \ - /usr/include/gstreamer-0.10/gst/gsttrace.h \ - /usr/include/gstreamer-0.10/gst/gsttypefind.h \ - /usr/include/gstreamer-0.10/gst/gsttypefindfactory.h \ - /usr/include/gstreamer-0.10/gst/gsturi.h \ - /usr/include/gstreamer-0.10/gst/gstutils.h \ - /usr/include/gstreamer-0.10/gst/gstparse.h \ - /usr/include/gstreamer-0.10/gst/gstxml.h \ - /usr/include/gstreamer-0.10/gst/gstcompat.h \ - ../../../libs/openFrameworks/video/ofVideoPlayer.h \ - ../../../libs/openFrameworks/video/ofGstVideoPlayer.h \ - ../../../libs/openFrameworks/3d/ofCamera.h \ - ../../../libs/openFrameworks/3d/ofEasyCam.h \ - ../../../addons/ofxSVGTiny/libs/svgtiny.h \ - /usr/include/libxml2/libxml/parser.h \ - /usr/include/libxml2/libxml/xmlversion.h \ - /usr/include/libxml2/libxml/xmlexports.h \ - /usr/include/libxml2/libxml/tree.h \ - /usr/include/libxml2/libxml/xmlstring.h \ - /usr/include/libxml2/libxml/xmlregexp.h \ - /usr/include/libxml2/libxml/dict.h /usr/include/libxml2/libxml/hash.h \ - /usr/include/libxml2/libxml/valid.h \ - /usr/include/libxml2/libxml/xmlerror.h \ - /usr/include/libxml2/libxml/list.h \ - /usr/include/libxml2/libxml/xmlautomata.h \ - /usr/include/libxml2/libxml/entities.h \ - /usr/include/libxml2/libxml/encoding.h \ - /usr/include/libxml2/libxml/xmlIO.h \ - /usr/include/libxml2/libxml/globals.h /usr/include/libxml2/libxml/SAX.h \ - /usr/include/libxml2/libxml/xlink.h /usr/include/libxml2/libxml/SAX2.h \ - /usr/include/libxml2/libxml/xmlmemory.h \ - /usr/include/libxml2/libxml/threads.h - -../../../addons/ofxSVGTiny/src/ofxSVGTiny.h: - -../../../libs/openFrameworks/ofMain.h: - -../../../libs/openFrameworks/utils/ofConstants.h: - -../../../libs/tess2/include/tesselator.h: - -../../../libs/openFrameworks/utils/ofFileUtils.h: - -../../../libs/poco/include/Poco/File.h: - -../../../libs/poco/include/Poco/Foundation.h: - -../../../libs/poco/include/Poco/Config.h: - -../../../libs/poco/include/Poco/Platform.h: - -../../../libs/poco/include/Poco/Platform_POSIX.h: - -../../../libs/poco/include/Poco/Bugcheck.h: - -../../../libs/poco/include/Poco/Types.h: - -../../../libs/poco/include/Poco/Timestamp.h: - -../../../libs/poco/include/Poco/File_UNIX.h: - -../../../libs/openFrameworks/utils/ofLog.h: - -../../../libs/openFrameworks/types/ofTypes.h: - -../../../libs/openFrameworks/types/ofColor.h: - -../../../libs/openFrameworks/math/ofMath.h: - -../../../libs/openFrameworks/types/ofPoint.h: - -../../../libs/openFrameworks/math/ofVec3f.h: - -../../../libs/openFrameworks/math/ofVec2f.h: - -../../../libs/openFrameworks/math/ofVec4f.h: - -../../../libs/poco/include/Poco/Mutex.h: - -../../../libs/poco/include/Poco/Exception.h: - -../../../libs/poco/include/Poco/ScopedLock.h: - -../../../libs/poco/include/Poco/Mutex_POSIX.h: - -../../../libs/openFrameworks/utils/ofSystemUtils.h: - -../../../libs/openFrameworks/utils/ofThread.h: - -../../../libs/poco/include/Poco/Thread.h: - -../../../libs/poco/include/Poco/Thread_POSIX.h: - -../../../libs/poco/include/Poco/Runnable.h: - -../../../libs/poco/include/Poco/SignalHandler.h: - -../../../libs/poco/include/Poco/Event.h: - -../../../libs/poco/include/Poco/Event_POSIX.h: - -../../../libs/poco/include/Poco/RefCountedObject.h: - -../../../libs/poco/include/Poco/AtomicCounter.h: - -../../../libs/poco/include/Poco/AutoPtr.h: - -../../../libs/openFrameworks/utils/ofURLFileLoader.h: - -../../../libs/openFrameworks/events/ofEvents.h: - -../../../libs/openFrameworks/events/ofEventUtils.h: - -../../../libs/poco/include/Poco/FIFOEvent.h: - -../../../libs/poco/include/Poco/AbstractEvent.h: - -../../../libs/poco/include/Poco/SingletonHolder.h: - -../../../libs/poco/include/Poco/SharedPtr.h: - -../../../libs/poco/include/Poco/ActiveResult.h: - -../../../libs/poco/include/Poco/ActiveMethod.h: - -../../../libs/poco/include/Poco/ActiveRunnable.h: - -../../../libs/poco/include/Poco/ActiveStarter.h: - -../../../libs/poco/include/Poco/ThreadPool.h: - -../../../libs/poco/include/Poco/FIFOStrategy.h: - -../../../libs/poco/include/Poco/DefaultStrategy.h: - -../../../libs/poco/include/Poco/NotificationStrategy.h: - -../../../libs/poco/include/Poco/AbstractDelegate.h: - -../../../libs/poco/include/Poco/Delegate.h: - -../../../libs/poco/include/Poco/FunctionDelegate.h: - -../../../libs/poco/include/Poco/Expire.h: - -../../../libs/poco/include/Poco/Condition.h: - -../../../libs/poco/include/Poco/ScopedUnlock.h: - -../../../libs/openFrameworks/utils/ofUtils.h: - -../../../libs/openFrameworks/types/ofBaseTypes.h: - -../../../libs/openFrameworks/types/ofRectangle.h: - -../../../libs/openFrameworks/3d/ofMesh.h: - -../../../libs/openFrameworks/gl/ofGLUtils.h: - -../../../libs/openFrameworks/graphics/ofPixels.h: - -../../../libs/openFrameworks/math/ofMatrix4x4.h: - -../../../libs/openFrameworks/math/ofQuaternion.h: - -../../../libs/openFrameworks/math/ofVectorMath.h: - -../../../libs/openFrameworks/math/ofMatrix3x3.h: - -../../../libs/openFrameworks/communication/ofSerial.h: - -../../../libs/openFrameworks/communication/ofArduino.h: - -../../../libs/openFrameworks/gl/ofFbo.h: - -../../../libs/openFrameworks/gl/ofTexture.h: - -../../../libs/openFrameworks/gl/ofGLRenderer.h: - -../../../libs/openFrameworks/graphics/ofPolyline.h: - -../../../libs/openFrameworks/gl/ofLight.h: - -../../../libs/openFrameworks/3d/ofNode.h: - -../../../libs/openFrameworks/3d/of3dUtils.h: - -../../../libs/openFrameworks/graphics/ofGraphics.h: - -../../../libs/openFrameworks/gl/ofMaterial.h: - -../../../libs/openFrameworks/gl/ofShader.h: - -../../../libs/openFrameworks/gl/ofVbo.h: - -../../../libs/openFrameworks/gl/ofGLUtils.h: - -../../../libs/openFrameworks/gl/ofVboMesh.h: - -../../../libs/openFrameworks/graphics/ofCairoRenderer.h: - -/usr/include/cairo/cairo-features.h: - -/usr/include/cairo/cairo-pdf.h: - -/usr/include/cairo/cairo.h: - -/usr/include/cairo/cairo-version.h: - -/usr/include/cairo/cairo-features.h: - -/usr/include/cairo/cairo-deprecated.h: - -/usr/include/cairo/cairo-svg.h: - -/usr/include/cairo/cairo.h: - -../../../libs/openFrameworks/graphics/ofPath.h: - -../../../libs/openFrameworks/graphics/ofTessellator.h: - -../../../libs/openFrameworks/graphics/ofImage.h: - -../../../libs/openFrameworks/graphics/ofRendererCollection.h: - -../../../libs/openFrameworks/graphics/ofTrueTypeFont.h: - -../../../libs/openFrameworks/app/ofBaseApp.h: - -../../../libs/openFrameworks/app/ofAppRunner.h: - -../../../libs/openFrameworks/sound/ofSoundStream.h: - -../../../libs/openFrameworks/sound/ofBaseSoundStream.h: - -../../../libs/openFrameworks/sound/ofPASoundStream.h: - -../../../libs/openFrameworks/sound/ofSoundPlayer.h: - -../../../libs/openFrameworks/sound/ofBaseSoundPlayer.h: - -../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.h: - -../../../libs/kiss/include/kiss_fft.h: - -../../../libs/kiss/include/kiss_fftr.h: - -../../../libs/kiss/include/kiss_fft.h: - -../../../libs/openFrameworks/video/ofVideoGrabber.h: - -../../../libs/openFrameworks/video/ofGstVideoGrabber.h: - -../../../libs/openFrameworks/video/ofGstUtils.h: - -/usr/include/gstreamer-0.10/gst/gst.h: - -/usr/include/glib-2.0/glib.h: - -/usr/include/glib-2.0/glib/galloca.h: - -/usr/include/glib-2.0/glib/gtypes.h: - -/usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h: - -/usr/include/glib-2.0/glib/gmacros.h: - -/usr/include/glib-2.0/glib/gversionmacros.h: - -/usr/include/glib-2.0/glib/garray.h: - -/usr/include/glib-2.0/glib/gasyncqueue.h: - -/usr/include/glib-2.0/glib/gthread.h: - -/usr/include/glib-2.0/glib/gatomic.h: - -/usr/include/glib-2.0/glib/gerror.h: - -/usr/include/glib-2.0/glib/gquark.h: - -/usr/include/glib-2.0/glib/gbacktrace.h: - -/usr/include/glib-2.0/glib/gbase64.h: - -/usr/include/glib-2.0/glib/gbitlock.h: - -/usr/include/glib-2.0/glib/gbookmarkfile.h: - -/usr/include/glib-2.0/glib/gbytes.h: - -/usr/include/glib-2.0/glib/gcharset.h: - -/usr/include/glib-2.0/glib/gchecksum.h: - -/usr/include/glib-2.0/glib/gconvert.h: - -/usr/include/glib-2.0/glib/gdataset.h: - -/usr/include/glib-2.0/glib/gdate.h: - -/usr/include/glib-2.0/glib/gdatetime.h: - -/usr/include/glib-2.0/glib/gtimezone.h: - -/usr/include/glib-2.0/glib/gdir.h: - -/usr/include/glib-2.0/glib/genviron.h: - -/usr/include/glib-2.0/glib/gfileutils.h: - -/usr/include/glib-2.0/glib/ggettext.h: - -/usr/include/glib-2.0/glib/ghash.h: - -/usr/include/glib-2.0/glib/glist.h: - -/usr/include/glib-2.0/glib/gmem.h: - -/usr/include/glib-2.0/glib/ghmac.h: - -/usr/include/glib-2.0/glib/gchecksum.h: - -/usr/include/glib-2.0/glib/ghook.h: - -/usr/include/glib-2.0/glib/ghostutils.h: - -/usr/include/glib-2.0/glib/giochannel.h: - -/usr/include/glib-2.0/glib/gmain.h: - -/usr/include/glib-2.0/glib/gpoll.h: - -/usr/include/glib-2.0/glib/gslist.h: - -/usr/include/glib-2.0/glib/gstring.h: - -/usr/include/glib-2.0/glib/gunicode.h: - -/usr/include/glib-2.0/glib/gutils.h: - -/usr/include/glib-2.0/glib/gkeyfile.h: - -/usr/include/glib-2.0/glib/gmappedfile.h: - -/usr/include/glib-2.0/glib/gmarkup.h: - -/usr/include/glib-2.0/glib/gmessages.h: - -/usr/include/glib-2.0/glib/gnode.h: - -/usr/include/glib-2.0/glib/goption.h: - -/usr/include/glib-2.0/glib/gpattern.h: - -/usr/include/glib-2.0/glib/gprimes.h: - -/usr/include/glib-2.0/glib/gqsort.h: - -/usr/include/glib-2.0/glib/gqueue.h: - -/usr/include/glib-2.0/glib/grand.h: - -/usr/include/glib-2.0/glib/gregex.h: - -/usr/include/glib-2.0/glib/gscanner.h: - -/usr/include/glib-2.0/glib/gsequence.h: - -/usr/include/glib-2.0/glib/gshell.h: - -/usr/include/glib-2.0/glib/gslice.h: - -/usr/include/glib-2.0/glib/gspawn.h: - -/usr/include/glib-2.0/glib/gstrfuncs.h: - -/usr/include/glib-2.0/glib/gstringchunk.h: - -/usr/include/glib-2.0/glib/gtestutils.h: - -/usr/include/glib-2.0/glib/gthreadpool.h: - -/usr/include/glib-2.0/glib/gtimer.h: - -/usr/include/glib-2.0/glib/gtrashstack.h: - -/usr/include/glib-2.0/glib/gtree.h: - -/usr/include/glib-2.0/glib/gurifuncs.h: - -/usr/include/glib-2.0/glib/gvarianttype.h: - -/usr/include/glib-2.0/glib/gvariant.h: - -/usr/include/glib-2.0/glib/gversion.h: - -/usr/include/glib-2.0/glib/deprecated/gallocator.h: - -/usr/include/glib-2.0/glib/deprecated/gcache.h: - -/usr/include/glib-2.0/glib/deprecated/gcompletion.h: - -/usr/include/glib-2.0/glib/deprecated/gmain.h: - -/usr/include/glib-2.0/glib/deprecated/grel.h: - -/usr/include/glib-2.0/glib/deprecated/gthread.h: - -/usr/include/gstreamer-0.10/gst/glib-compat.h: - -/usr/include/gstreamer-0.10/gst/gstenumtypes.h: - -/usr/include/glib-2.0/glib-object.h: - -/usr/include/glib-2.0/gobject/gbinding.h: - -/usr/include/glib-2.0/gobject/gobject.h: - -/usr/include/glib-2.0/gobject/gtype.h: - -/usr/include/glib-2.0/gobject/gvalue.h: - -/usr/include/glib-2.0/gobject/gparam.h: - -/usr/include/glib-2.0/gobject/gclosure.h: - -/usr/include/glib-2.0/gobject/gsignal.h: - -/usr/include/glib-2.0/gobject/gmarshal.h: - -/usr/include/glib-2.0/gobject/gboxed.h: - -/usr/include/glib-2.0/gobject/glib-types.h: - -/usr/include/glib-2.0/gobject/genums.h: - -/usr/include/glib-2.0/gobject/gparamspecs.h: - -/usr/include/glib-2.0/gobject/gsourceclosure.h: - -/usr/include/glib-2.0/gobject/gtypemodule.h: - -/usr/include/glib-2.0/gobject/gtypeplugin.h: - -/usr/include/glib-2.0/gobject/gvaluearray.h: - -/usr/include/glib-2.0/gobject/gvaluetypes.h: - -/usr/include/gstreamer-0.10/gst/gstversion.h: - -/usr/include/gstreamer-0.10/gst/gstatomicqueue.h: - -/usr/include/gstreamer-0.10/gst/gstbin.h: - -/usr/include/gstreamer-0.10/gst/gstelement.h: - -/usr/include/gstreamer-0.10/gst/gstconfig.h: - -/usr/include/gstreamer-0.10/gst/gstobject.h: - -/usr/include/gstreamer-0.10/gst/gstpad.h: - -/usr/include/gstreamer-0.10/gst/gstbuffer.h: - -/usr/include/gstreamer-0.10/gst/gstminiobject.h: - -/usr/include/gstreamer-0.10/gst/gstclock.h: - -/usr/include/gstreamer-0.10/gst/gstcaps.h: - -/usr/include/gstreamer-0.10/gst/gststructure.h: - -/usr/include/gstreamer-0.10/gst/gstdatetime.h: - -/usr/include/gstreamer-0.10/gst/gstbufferlist.h: - -/usr/include/gstreamer-0.10/gst/gstevent.h: - -/usr/include/gstreamer-0.10/gst/gstformat.h: - -/usr/include/gstreamer-0.10/gst/gstiterator.h: - -/usr/include/gstreamer-0.10/gst/gsttaglist.h: - -/usr/include/gstreamer-0.10/gst/gstquery.h: - -/usr/include/gstreamer-0.10/gst/gsttask.h: - -/usr/include/gstreamer-0.10/gst/gsttaskpool.h: - -/usr/include/gstreamer-0.10/gst/gstpadtemplate.h: - -/usr/include/gstreamer-0.10/gst/gstbus.h: - -/usr/include/gstreamer-0.10/gst/gstmessage.h: - -/usr/include/gstreamer-0.10/gst/gstelementfactory.h: - -/usr/include/gstreamer-0.10/gst/gstplugin.h: - -/usr/include/glib-2.0/gmodule.h: - -/usr/include/gstreamer-0.10/gst/gstmacros.h: - -/usr/include/gstreamer-0.10/gst/gstpluginfeature.h: - -/usr/include/gstreamer-0.10/gst/gstindex.h: - -/usr/include/gstreamer-0.10/gst/gstindexfactory.h: - -/usr/include/gstreamer-0.10/gst/gstchildproxy.h: - -/usr/include/gstreamer-0.10/gst/gstdebugutils.h: - -/usr/include/gstreamer-0.10/gst/gsterror.h: - -/usr/include/gstreamer-0.10/gst/gstghostpad.h: - -/usr/include/gstreamer-0.10/gst/gstinfo.h: - -/usr/include/gstreamer-0.10/gst/gstinterface.h: - -/usr/include/gstreamer-0.10/gst/gstmarshal.h: - -/usr/include/gstreamer-0.10/gst/gstparamspecs.h: - -/usr/include/gstreamer-0.10/gst/gstvalue.h: - -/usr/include/gstreamer-0.10/gst/gstpipeline.h: - -/usr/include/gstreamer-0.10/gst/gstpoll.h: - -/usr/include/gstreamer-0.10/gst/gstpreset.h: - -/usr/include/gstreamer-0.10/gst/gstregistry.h: - -/usr/include/gstreamer-0.10/gst/gstsegment.h: - -/usr/include/gstreamer-0.10/gst/gstsystemclock.h: - -/usr/include/gstreamer-0.10/gst/gsttagsetter.h: - -/usr/include/gstreamer-0.10/gst/gsttrace.h: - -/usr/include/gstreamer-0.10/gst/gsttypefind.h: - -/usr/include/gstreamer-0.10/gst/gsttypefindfactory.h: - -/usr/include/gstreamer-0.10/gst/gsturi.h: - -/usr/include/gstreamer-0.10/gst/gstutils.h: - -/usr/include/gstreamer-0.10/gst/gstparse.h: - -/usr/include/gstreamer-0.10/gst/gstxml.h: - -/usr/include/gstreamer-0.10/gst/gstcompat.h: - -../../../libs/openFrameworks/video/ofVideoPlayer.h: - -../../../libs/openFrameworks/video/ofGstVideoPlayer.h: - -../../../libs/openFrameworks/3d/ofCamera.h: - -../../../libs/openFrameworks/3d/ofEasyCam.h: - -../../../addons/ofxSVGTiny/libs/svgtiny.h: - -/usr/include/libxml2/libxml/parser.h: - -/usr/include/libxml2/libxml/xmlversion.h: - -/usr/include/libxml2/libxml/xmlexports.h: - -/usr/include/libxml2/libxml/tree.h: - -/usr/include/libxml2/libxml/xmlstring.h: - -/usr/include/libxml2/libxml/xmlregexp.h: - -/usr/include/libxml2/libxml/dict.h: - -/usr/include/libxml2/libxml/hash.h: - -/usr/include/libxml2/libxml/valid.h: - -/usr/include/libxml2/libxml/xmlerror.h: - -/usr/include/libxml2/libxml/list.h: - -/usr/include/libxml2/libxml/xmlautomata.h: - -/usr/include/libxml2/libxml/entities.h: - -/usr/include/libxml2/libxml/encoding.h: - -/usr/include/libxml2/libxml/xmlIO.h: - -/usr/include/libxml2/libxml/globals.h: - -/usr/include/libxml2/libxml/SAX.h: - -/usr/include/libxml2/libxml/xlink.h: - -/usr/include/libxml2/libxml/SAX2.h: - -/usr/include/libxml2/libxml/xmlmemory.h: - -/usr/include/libxml2/libxml/threads.h: diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/src/ofxSVGTiny.o b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/src/ofxSVGTiny.o deleted file mode 100644 index a71e47d..0000000 Binary files a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/addons/ofxSVGTiny/src/ofxSVGTiny.o and /dev/null differ diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/main.d b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/main.d deleted file mode 100644 index ccac225..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/main.d +++ /dev/null @@ -1,791 +0,0 @@ -obj/x86_64Release/src/main.o: src/main.cpp \ - ../../../libs/openFrameworks/ofMain.h \ - ../../../libs/openFrameworks/utils/ofConstants.h \ - ../../../libs/tess2/include/tesselator.h \ - ../../../libs/openFrameworks/utils/ofFileUtils.h \ - ../../../libs/poco/include/Poco/File.h \ - ../../../libs/poco/include/Poco/Foundation.h \ - ../../../libs/poco/include/Poco/Config.h \ - ../../../libs/poco/include/Poco/Platform.h \ - ../../../libs/poco/include/Poco/Platform_POSIX.h \ - ../../../libs/poco/include/Poco/Bugcheck.h \ - ../../../libs/poco/include/Poco/Types.h \ - ../../../libs/poco/include/Poco/Timestamp.h \ - ../../../libs/poco/include/Poco/File_UNIX.h \ - ../../../libs/openFrameworks/utils/ofLog.h \ - ../../../libs/openFrameworks/types/ofTypes.h \ - ../../../libs/openFrameworks/types/ofColor.h \ - ../../../libs/openFrameworks/math/ofMath.h \ - ../../../libs/openFrameworks/types/ofPoint.h \ - ../../../libs/openFrameworks/math/ofVec3f.h \ - ../../../libs/openFrameworks/math/ofVec2f.h \ - ../../../libs/openFrameworks/math/ofVec4f.h \ - ../../../libs/poco/include/Poco/Mutex.h \ - ../../../libs/poco/include/Poco/Exception.h \ - ../../../libs/poco/include/Poco/ScopedLock.h \ - ../../../libs/poco/include/Poco/Mutex_POSIX.h \ - ../../../libs/openFrameworks/utils/ofSystemUtils.h \ - ../../../libs/openFrameworks/utils/ofThread.h \ - ../../../libs/poco/include/Poco/Thread.h \ - ../../../libs/poco/include/Poco/Thread_POSIX.h \ - ../../../libs/poco/include/Poco/Runnable.h \ - ../../../libs/poco/include/Poco/SignalHandler.h \ - ../../../libs/poco/include/Poco/Event.h \ - ../../../libs/poco/include/Poco/Event_POSIX.h \ - ../../../libs/poco/include/Poco/RefCountedObject.h \ - ../../../libs/poco/include/Poco/AtomicCounter.h \ - ../../../libs/poco/include/Poco/AutoPtr.h \ - ../../../libs/openFrameworks/utils/ofURLFileLoader.h \ - ../../../libs/openFrameworks/events/ofEvents.h \ - ../../../libs/openFrameworks/events/ofEventUtils.h \ - ../../../libs/poco/include/Poco/FIFOEvent.h \ - ../../../libs/poco/include/Poco/AbstractEvent.h \ - ../../../libs/poco/include/Poco/SingletonHolder.h \ - ../../../libs/poco/include/Poco/SharedPtr.h \ - ../../../libs/poco/include/Poco/ActiveResult.h \ - ../../../libs/poco/include/Poco/ActiveMethod.h \ - ../../../libs/poco/include/Poco/ActiveRunnable.h \ - ../../../libs/poco/include/Poco/ActiveStarter.h \ - ../../../libs/poco/include/Poco/ThreadPool.h \ - ../../../libs/poco/include/Poco/FIFOStrategy.h \ - ../../../libs/poco/include/Poco/DefaultStrategy.h \ - ../../../libs/poco/include/Poco/NotificationStrategy.h \ - ../../../libs/poco/include/Poco/AbstractDelegate.h \ - ../../../libs/poco/include/Poco/Delegate.h \ - ../../../libs/poco/include/Poco/FunctionDelegate.h \ - ../../../libs/poco/include/Poco/Expire.h \ - ../../../libs/poco/include/Poco/Condition.h \ - ../../../libs/poco/include/Poco/ScopedUnlock.h \ - ../../../libs/openFrameworks/utils/ofUtils.h \ - ../../../libs/openFrameworks/types/ofBaseTypes.h \ - ../../../libs/openFrameworks/types/ofRectangle.h \ - ../../../libs/openFrameworks/3d/ofMesh.h \ - ../../../libs/openFrameworks/gl/ofGLUtils.h \ - ../../../libs/openFrameworks/graphics/ofPixels.h \ - ../../../libs/openFrameworks/math/ofMatrix4x4.h \ - ../../../libs/openFrameworks/math/ofQuaternion.h \ - ../../../libs/openFrameworks/math/ofVectorMath.h \ - ../../../libs/openFrameworks/math/ofMatrix3x3.h \ - ../../../libs/openFrameworks/communication/ofSerial.h \ - ../../../libs/openFrameworks/communication/ofArduino.h \ - ../../../libs/openFrameworks/gl/ofFbo.h \ - ../../../libs/openFrameworks/gl/ofTexture.h \ - ../../../libs/openFrameworks/gl/ofGLRenderer.h \ - ../../../libs/openFrameworks/graphics/ofPolyline.h \ - ../../../libs/openFrameworks/gl/ofLight.h \ - ../../../libs/openFrameworks/3d/ofNode.h \ - ../../../libs/openFrameworks/3d/of3dUtils.h \ - ../../../libs/openFrameworks/graphics/ofGraphics.h \ - ../../../libs/openFrameworks/gl/ofMaterial.h \ - ../../../libs/openFrameworks/gl/ofShader.h \ - ../../../libs/openFrameworks/gl/ofVbo.h \ - ../../../libs/openFrameworks/gl/ofGLUtils.h \ - ../../../libs/openFrameworks/gl/ofVboMesh.h \ - ../../../libs/openFrameworks/graphics/ofCairoRenderer.h \ - /usr/include/cairo/cairo-features.h /usr/include/cairo/cairo-pdf.h \ - /usr/include/cairo/cairo.h /usr/include/cairo/cairo-version.h \ - /usr/include/cairo/cairo-features.h \ - /usr/include/cairo/cairo-deprecated.h /usr/include/cairo/cairo-svg.h \ - /usr/include/cairo/cairo.h \ - ../../../libs/openFrameworks/graphics/ofPath.h \ - ../../../libs/openFrameworks/graphics/ofTessellator.h \ - ../../../libs/openFrameworks/graphics/ofImage.h \ - ../../../libs/openFrameworks/graphics/ofRendererCollection.h \ - ../../../libs/openFrameworks/graphics/ofTrueTypeFont.h \ - ../../../libs/openFrameworks/app/ofBaseApp.h \ - ../../../libs/openFrameworks/app/ofAppRunner.h \ - ../../../libs/openFrameworks/sound/ofSoundStream.h \ - ../../../libs/openFrameworks/sound/ofBaseSoundStream.h \ - ../../../libs/openFrameworks/sound/ofPASoundStream.h \ - ../../../libs/openFrameworks/sound/ofSoundPlayer.h \ - ../../../libs/openFrameworks/sound/ofBaseSoundPlayer.h \ - ../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.h \ - ../../../libs/kiss/include/kiss_fft.h \ - ../../../libs/kiss/include/kiss_fftr.h \ - ../../../libs/kiss/include/kiss_fft.h \ - ../../../libs/openFrameworks/video/ofVideoGrabber.h \ - ../../../libs/openFrameworks/video/ofGstVideoGrabber.h \ - ../../../libs/openFrameworks/video/ofGstUtils.h \ - /usr/include/gstreamer-0.10/gst/gst.h /usr/include/glib-2.0/glib.h \ - /usr/include/glib-2.0/glib/galloca.h /usr/include/glib-2.0/glib/gtypes.h \ - /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ - /usr/include/glib-2.0/glib/gmacros.h \ - /usr/include/glib-2.0/glib/gversionmacros.h \ - /usr/include/glib-2.0/glib/garray.h \ - /usr/include/glib-2.0/glib/gasyncqueue.h \ - /usr/include/glib-2.0/glib/gthread.h \ - /usr/include/glib-2.0/glib/gatomic.h /usr/include/glib-2.0/glib/gerror.h \ - /usr/include/glib-2.0/glib/gquark.h \ - /usr/include/glib-2.0/glib/gbacktrace.h \ - /usr/include/glib-2.0/glib/gbase64.h \ - /usr/include/glib-2.0/glib/gbitlock.h \ - /usr/include/glib-2.0/glib/gbookmarkfile.h \ - /usr/include/glib-2.0/glib/gbytes.h \ - /usr/include/glib-2.0/glib/gcharset.h \ - /usr/include/glib-2.0/glib/gchecksum.h \ - /usr/include/glib-2.0/glib/gconvert.h \ - /usr/include/glib-2.0/glib/gdataset.h /usr/include/glib-2.0/glib/gdate.h \ - /usr/include/glib-2.0/glib/gdatetime.h \ - /usr/include/glib-2.0/glib/gtimezone.h /usr/include/glib-2.0/glib/gdir.h \ - /usr/include/glib-2.0/glib/genviron.h \ - /usr/include/glib-2.0/glib/gfileutils.h \ - /usr/include/glib-2.0/glib/ggettext.h /usr/include/glib-2.0/glib/ghash.h \ - /usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \ - /usr/include/glib-2.0/glib/ghmac.h \ - /usr/include/glib-2.0/glib/gchecksum.h \ - /usr/include/glib-2.0/glib/ghook.h \ - /usr/include/glib-2.0/glib/ghostutils.h \ - /usr/include/glib-2.0/glib/giochannel.h \ - /usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gpoll.h \ - /usr/include/glib-2.0/glib/gslist.h /usr/include/glib-2.0/glib/gstring.h \ - /usr/include/glib-2.0/glib/gunicode.h \ - /usr/include/glib-2.0/glib/gutils.h \ - /usr/include/glib-2.0/glib/gkeyfile.h \ - /usr/include/glib-2.0/glib/gmappedfile.h \ - /usr/include/glib-2.0/glib/gmarkup.h \ - /usr/include/glib-2.0/glib/gmessages.h \ - /usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \ - /usr/include/glib-2.0/glib/gpattern.h \ - /usr/include/glib-2.0/glib/gprimes.h /usr/include/glib-2.0/glib/gqsort.h \ - /usr/include/glib-2.0/glib/gqueue.h /usr/include/glib-2.0/glib/grand.h \ - /usr/include/glib-2.0/glib/gregex.h \ - /usr/include/glib-2.0/glib/gscanner.h \ - /usr/include/glib-2.0/glib/gsequence.h \ - /usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gslice.h \ - /usr/include/glib-2.0/glib/gspawn.h \ - /usr/include/glib-2.0/glib/gstrfuncs.h \ - /usr/include/glib-2.0/glib/gstringchunk.h \ - /usr/include/glib-2.0/glib/gtestutils.h \ - /usr/include/glib-2.0/glib/gthreadpool.h \ - /usr/include/glib-2.0/glib/gtimer.h \ - /usr/include/glib-2.0/glib/gtrashstack.h \ - /usr/include/glib-2.0/glib/gtree.h \ - /usr/include/glib-2.0/glib/gurifuncs.h \ - /usr/include/glib-2.0/glib/gvarianttype.h \ - /usr/include/glib-2.0/glib/gvariant.h \ - /usr/include/glib-2.0/glib/gversion.h \ - /usr/include/glib-2.0/glib/deprecated/gallocator.h \ - /usr/include/glib-2.0/glib/deprecated/gcache.h \ - /usr/include/glib-2.0/glib/deprecated/gcompletion.h \ - /usr/include/glib-2.0/glib/deprecated/gmain.h \ - /usr/include/glib-2.0/glib/deprecated/grel.h \ - /usr/include/glib-2.0/glib/deprecated/gthread.h \ - /usr/include/gstreamer-0.10/gst/glib-compat.h \ - /usr/include/gstreamer-0.10/gst/gstenumtypes.h \ - /usr/include/glib-2.0/glib-object.h \ - /usr/include/glib-2.0/gobject/gbinding.h \ - /usr/include/glib-2.0/gobject/gobject.h \ - /usr/include/glib-2.0/gobject/gtype.h \ - /usr/include/glib-2.0/gobject/gvalue.h \ - /usr/include/glib-2.0/gobject/gparam.h \ - /usr/include/glib-2.0/gobject/gclosure.h \ - /usr/include/glib-2.0/gobject/gsignal.h \ - /usr/include/glib-2.0/gobject/gmarshal.h \ - /usr/include/glib-2.0/gobject/gboxed.h \ - /usr/include/glib-2.0/gobject/glib-types.h \ - /usr/include/glib-2.0/gobject/genums.h \ - /usr/include/glib-2.0/gobject/gparamspecs.h \ - /usr/include/glib-2.0/gobject/gsourceclosure.h \ - /usr/include/glib-2.0/gobject/gtypemodule.h \ - /usr/include/glib-2.0/gobject/gtypeplugin.h \ - /usr/include/glib-2.0/gobject/gvaluearray.h \ - /usr/include/glib-2.0/gobject/gvaluetypes.h \ - /usr/include/gstreamer-0.10/gst/gstversion.h \ - /usr/include/gstreamer-0.10/gst/gstatomicqueue.h \ - /usr/include/gstreamer-0.10/gst/gstbin.h \ - /usr/include/gstreamer-0.10/gst/gstelement.h \ - /usr/include/gstreamer-0.10/gst/gstconfig.h \ - /usr/include/gstreamer-0.10/gst/gstobject.h \ - /usr/include/gstreamer-0.10/gst/gstpad.h \ - /usr/include/gstreamer-0.10/gst/gstbuffer.h \ - /usr/include/gstreamer-0.10/gst/gstminiobject.h \ - /usr/include/gstreamer-0.10/gst/gstclock.h \ - /usr/include/gstreamer-0.10/gst/gstcaps.h \ - /usr/include/gstreamer-0.10/gst/gststructure.h \ - /usr/include/gstreamer-0.10/gst/gstdatetime.h \ - /usr/include/gstreamer-0.10/gst/gstbufferlist.h \ - /usr/include/gstreamer-0.10/gst/gstevent.h \ - /usr/include/gstreamer-0.10/gst/gstformat.h \ - /usr/include/gstreamer-0.10/gst/gstiterator.h \ - /usr/include/gstreamer-0.10/gst/gsttaglist.h \ - /usr/include/gstreamer-0.10/gst/gstquery.h \ - /usr/include/gstreamer-0.10/gst/gsttask.h \ - /usr/include/gstreamer-0.10/gst/gsttaskpool.h \ - /usr/include/gstreamer-0.10/gst/gstpadtemplate.h \ - /usr/include/gstreamer-0.10/gst/gstbus.h \ - /usr/include/gstreamer-0.10/gst/gstmessage.h \ - /usr/include/gstreamer-0.10/gst/gstelementfactory.h \ - /usr/include/gstreamer-0.10/gst/gstplugin.h \ - /usr/include/glib-2.0/gmodule.h \ - /usr/include/gstreamer-0.10/gst/gstmacros.h \ - /usr/include/gstreamer-0.10/gst/gstpluginfeature.h \ - /usr/include/gstreamer-0.10/gst/gstindex.h \ - /usr/include/gstreamer-0.10/gst/gstindexfactory.h \ - /usr/include/gstreamer-0.10/gst/gstchildproxy.h \ - /usr/include/gstreamer-0.10/gst/gstdebugutils.h \ - /usr/include/gstreamer-0.10/gst/gsterror.h \ - /usr/include/gstreamer-0.10/gst/gstghostpad.h \ - /usr/include/gstreamer-0.10/gst/gstinfo.h \ - /usr/include/gstreamer-0.10/gst/gstinterface.h \ - /usr/include/gstreamer-0.10/gst/gstmarshal.h \ - /usr/include/gstreamer-0.10/gst/gstparamspecs.h \ - /usr/include/gstreamer-0.10/gst/gstvalue.h \ - /usr/include/gstreamer-0.10/gst/gstpipeline.h \ - /usr/include/gstreamer-0.10/gst/gstpoll.h \ - /usr/include/gstreamer-0.10/gst/gstpreset.h \ - /usr/include/gstreamer-0.10/gst/gstregistry.h \ - /usr/include/gstreamer-0.10/gst/gstsegment.h \ - /usr/include/gstreamer-0.10/gst/gstsystemclock.h \ - /usr/include/gstreamer-0.10/gst/gsttagsetter.h \ - /usr/include/gstreamer-0.10/gst/gsttrace.h \ - /usr/include/gstreamer-0.10/gst/gsttypefind.h \ - /usr/include/gstreamer-0.10/gst/gsttypefindfactory.h \ - /usr/include/gstreamer-0.10/gst/gsturi.h \ - /usr/include/gstreamer-0.10/gst/gstutils.h \ - /usr/include/gstreamer-0.10/gst/gstparse.h \ - /usr/include/gstreamer-0.10/gst/gstxml.h \ - /usr/include/gstreamer-0.10/gst/gstcompat.h \ - ../../../libs/openFrameworks/video/ofVideoPlayer.h \ - ../../../libs/openFrameworks/video/ofGstVideoPlayer.h \ - ../../../libs/openFrameworks/3d/ofCamera.h \ - ../../../libs/openFrameworks/3d/ofEasyCam.h src/testApp.h \ - ../../../libs/openFrameworks/app/ofAppGlutWindow.h \ - ../../../libs/openFrameworks/app/ofAppBaseWindow.h - -../../../libs/openFrameworks/ofMain.h: - -../../../libs/openFrameworks/utils/ofConstants.h: - -../../../libs/tess2/include/tesselator.h: - -../../../libs/openFrameworks/utils/ofFileUtils.h: - -../../../libs/poco/include/Poco/File.h: - -../../../libs/poco/include/Poco/Foundation.h: - -../../../libs/poco/include/Poco/Config.h: - -../../../libs/poco/include/Poco/Platform.h: - -../../../libs/poco/include/Poco/Platform_POSIX.h: - -../../../libs/poco/include/Poco/Bugcheck.h: - -../../../libs/poco/include/Poco/Types.h: - -../../../libs/poco/include/Poco/Timestamp.h: - -../../../libs/poco/include/Poco/File_UNIX.h: - -../../../libs/openFrameworks/utils/ofLog.h: - -../../../libs/openFrameworks/types/ofTypes.h: - -../../../libs/openFrameworks/types/ofColor.h: - -../../../libs/openFrameworks/math/ofMath.h: - -../../../libs/openFrameworks/types/ofPoint.h: - -../../../libs/openFrameworks/math/ofVec3f.h: - -../../../libs/openFrameworks/math/ofVec2f.h: - -../../../libs/openFrameworks/math/ofVec4f.h: - -../../../libs/poco/include/Poco/Mutex.h: - -../../../libs/poco/include/Poco/Exception.h: - -../../../libs/poco/include/Poco/ScopedLock.h: - -../../../libs/poco/include/Poco/Mutex_POSIX.h: - -../../../libs/openFrameworks/utils/ofSystemUtils.h: - -../../../libs/openFrameworks/utils/ofThread.h: - -../../../libs/poco/include/Poco/Thread.h: - -../../../libs/poco/include/Poco/Thread_POSIX.h: - -../../../libs/poco/include/Poco/Runnable.h: - -../../../libs/poco/include/Poco/SignalHandler.h: - -../../../libs/poco/include/Poco/Event.h: - -../../../libs/poco/include/Poco/Event_POSIX.h: - -../../../libs/poco/include/Poco/RefCountedObject.h: - -../../../libs/poco/include/Poco/AtomicCounter.h: - -../../../libs/poco/include/Poco/AutoPtr.h: - -../../../libs/openFrameworks/utils/ofURLFileLoader.h: - -../../../libs/openFrameworks/events/ofEvents.h: - -../../../libs/openFrameworks/events/ofEventUtils.h: - -../../../libs/poco/include/Poco/FIFOEvent.h: - -../../../libs/poco/include/Poco/AbstractEvent.h: - -../../../libs/poco/include/Poco/SingletonHolder.h: - -../../../libs/poco/include/Poco/SharedPtr.h: - -../../../libs/poco/include/Poco/ActiveResult.h: - -../../../libs/poco/include/Poco/ActiveMethod.h: - -../../../libs/poco/include/Poco/ActiveRunnable.h: - -../../../libs/poco/include/Poco/ActiveStarter.h: - -../../../libs/poco/include/Poco/ThreadPool.h: - -../../../libs/poco/include/Poco/FIFOStrategy.h: - -../../../libs/poco/include/Poco/DefaultStrategy.h: - -../../../libs/poco/include/Poco/NotificationStrategy.h: - -../../../libs/poco/include/Poco/AbstractDelegate.h: - -../../../libs/poco/include/Poco/Delegate.h: - -../../../libs/poco/include/Poco/FunctionDelegate.h: - -../../../libs/poco/include/Poco/Expire.h: - -../../../libs/poco/include/Poco/Condition.h: - -../../../libs/poco/include/Poco/ScopedUnlock.h: - -../../../libs/openFrameworks/utils/ofUtils.h: - -../../../libs/openFrameworks/types/ofBaseTypes.h: - -../../../libs/openFrameworks/types/ofRectangle.h: - -../../../libs/openFrameworks/3d/ofMesh.h: - -../../../libs/openFrameworks/gl/ofGLUtils.h: - -../../../libs/openFrameworks/graphics/ofPixels.h: - -../../../libs/openFrameworks/math/ofMatrix4x4.h: - -../../../libs/openFrameworks/math/ofQuaternion.h: - -../../../libs/openFrameworks/math/ofVectorMath.h: - -../../../libs/openFrameworks/math/ofMatrix3x3.h: - -../../../libs/openFrameworks/communication/ofSerial.h: - -../../../libs/openFrameworks/communication/ofArduino.h: - -../../../libs/openFrameworks/gl/ofFbo.h: - -../../../libs/openFrameworks/gl/ofTexture.h: - -../../../libs/openFrameworks/gl/ofGLRenderer.h: - -../../../libs/openFrameworks/graphics/ofPolyline.h: - -../../../libs/openFrameworks/gl/ofLight.h: - -../../../libs/openFrameworks/3d/ofNode.h: - -../../../libs/openFrameworks/3d/of3dUtils.h: - -../../../libs/openFrameworks/graphics/ofGraphics.h: - -../../../libs/openFrameworks/gl/ofMaterial.h: - -../../../libs/openFrameworks/gl/ofShader.h: - -../../../libs/openFrameworks/gl/ofVbo.h: - -../../../libs/openFrameworks/gl/ofGLUtils.h: - -../../../libs/openFrameworks/gl/ofVboMesh.h: - -../../../libs/openFrameworks/graphics/ofCairoRenderer.h: - -/usr/include/cairo/cairo-features.h: - -/usr/include/cairo/cairo-pdf.h: - -/usr/include/cairo/cairo.h: - -/usr/include/cairo/cairo-version.h: - -/usr/include/cairo/cairo-features.h: - -/usr/include/cairo/cairo-deprecated.h: - -/usr/include/cairo/cairo-svg.h: - -/usr/include/cairo/cairo.h: - -../../../libs/openFrameworks/graphics/ofPath.h: - -../../../libs/openFrameworks/graphics/ofTessellator.h: - -../../../libs/openFrameworks/graphics/ofImage.h: - -../../../libs/openFrameworks/graphics/ofRendererCollection.h: - -../../../libs/openFrameworks/graphics/ofTrueTypeFont.h: - -../../../libs/openFrameworks/app/ofBaseApp.h: - -../../../libs/openFrameworks/app/ofAppRunner.h: - -../../../libs/openFrameworks/sound/ofSoundStream.h: - -../../../libs/openFrameworks/sound/ofBaseSoundStream.h: - -../../../libs/openFrameworks/sound/ofPASoundStream.h: - -../../../libs/openFrameworks/sound/ofSoundPlayer.h: - -../../../libs/openFrameworks/sound/ofBaseSoundPlayer.h: - -../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.h: - -../../../libs/kiss/include/kiss_fft.h: - -../../../libs/kiss/include/kiss_fftr.h: - -../../../libs/kiss/include/kiss_fft.h: - -../../../libs/openFrameworks/video/ofVideoGrabber.h: - -../../../libs/openFrameworks/video/ofGstVideoGrabber.h: - -../../../libs/openFrameworks/video/ofGstUtils.h: - -/usr/include/gstreamer-0.10/gst/gst.h: - -/usr/include/glib-2.0/glib.h: - -/usr/include/glib-2.0/glib/galloca.h: - -/usr/include/glib-2.0/glib/gtypes.h: - -/usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h: - -/usr/include/glib-2.0/glib/gmacros.h: - -/usr/include/glib-2.0/glib/gversionmacros.h: - -/usr/include/glib-2.0/glib/garray.h: - -/usr/include/glib-2.0/glib/gasyncqueue.h: - -/usr/include/glib-2.0/glib/gthread.h: - -/usr/include/glib-2.0/glib/gatomic.h: - -/usr/include/glib-2.0/glib/gerror.h: - -/usr/include/glib-2.0/glib/gquark.h: - -/usr/include/glib-2.0/glib/gbacktrace.h: - -/usr/include/glib-2.0/glib/gbase64.h: - -/usr/include/glib-2.0/glib/gbitlock.h: - -/usr/include/glib-2.0/glib/gbookmarkfile.h: - -/usr/include/glib-2.0/glib/gbytes.h: - -/usr/include/glib-2.0/glib/gcharset.h: - -/usr/include/glib-2.0/glib/gchecksum.h: - -/usr/include/glib-2.0/glib/gconvert.h: - -/usr/include/glib-2.0/glib/gdataset.h: - -/usr/include/glib-2.0/glib/gdate.h: - -/usr/include/glib-2.0/glib/gdatetime.h: - -/usr/include/glib-2.0/glib/gtimezone.h: - -/usr/include/glib-2.0/glib/gdir.h: - -/usr/include/glib-2.0/glib/genviron.h: - -/usr/include/glib-2.0/glib/gfileutils.h: - -/usr/include/glib-2.0/glib/ggettext.h: - -/usr/include/glib-2.0/glib/ghash.h: - -/usr/include/glib-2.0/glib/glist.h: - -/usr/include/glib-2.0/glib/gmem.h: - -/usr/include/glib-2.0/glib/ghmac.h: - -/usr/include/glib-2.0/glib/gchecksum.h: - -/usr/include/glib-2.0/glib/ghook.h: - -/usr/include/glib-2.0/glib/ghostutils.h: - -/usr/include/glib-2.0/glib/giochannel.h: - -/usr/include/glib-2.0/glib/gmain.h: - -/usr/include/glib-2.0/glib/gpoll.h: - -/usr/include/glib-2.0/glib/gslist.h: - -/usr/include/glib-2.0/glib/gstring.h: - -/usr/include/glib-2.0/glib/gunicode.h: - -/usr/include/glib-2.0/glib/gutils.h: - -/usr/include/glib-2.0/glib/gkeyfile.h: - -/usr/include/glib-2.0/glib/gmappedfile.h: - -/usr/include/glib-2.0/glib/gmarkup.h: - -/usr/include/glib-2.0/glib/gmessages.h: - -/usr/include/glib-2.0/glib/gnode.h: - -/usr/include/glib-2.0/glib/goption.h: - -/usr/include/glib-2.0/glib/gpattern.h: - -/usr/include/glib-2.0/glib/gprimes.h: - -/usr/include/glib-2.0/glib/gqsort.h: - -/usr/include/glib-2.0/glib/gqueue.h: - -/usr/include/glib-2.0/glib/grand.h: - -/usr/include/glib-2.0/glib/gregex.h: - -/usr/include/glib-2.0/glib/gscanner.h: - -/usr/include/glib-2.0/glib/gsequence.h: - -/usr/include/glib-2.0/glib/gshell.h: - -/usr/include/glib-2.0/glib/gslice.h: - -/usr/include/glib-2.0/glib/gspawn.h: - -/usr/include/glib-2.0/glib/gstrfuncs.h: - -/usr/include/glib-2.0/glib/gstringchunk.h: - -/usr/include/glib-2.0/glib/gtestutils.h: - -/usr/include/glib-2.0/glib/gthreadpool.h: - -/usr/include/glib-2.0/glib/gtimer.h: - -/usr/include/glib-2.0/glib/gtrashstack.h: - -/usr/include/glib-2.0/glib/gtree.h: - -/usr/include/glib-2.0/glib/gurifuncs.h: - -/usr/include/glib-2.0/glib/gvarianttype.h: - -/usr/include/glib-2.0/glib/gvariant.h: - -/usr/include/glib-2.0/glib/gversion.h: - -/usr/include/glib-2.0/glib/deprecated/gallocator.h: - -/usr/include/glib-2.0/glib/deprecated/gcache.h: - -/usr/include/glib-2.0/glib/deprecated/gcompletion.h: - -/usr/include/glib-2.0/glib/deprecated/gmain.h: - -/usr/include/glib-2.0/glib/deprecated/grel.h: - -/usr/include/glib-2.0/glib/deprecated/gthread.h: - -/usr/include/gstreamer-0.10/gst/glib-compat.h: - -/usr/include/gstreamer-0.10/gst/gstenumtypes.h: - -/usr/include/glib-2.0/glib-object.h: - -/usr/include/glib-2.0/gobject/gbinding.h: - -/usr/include/glib-2.0/gobject/gobject.h: - -/usr/include/glib-2.0/gobject/gtype.h: - -/usr/include/glib-2.0/gobject/gvalue.h: - -/usr/include/glib-2.0/gobject/gparam.h: - -/usr/include/glib-2.0/gobject/gclosure.h: - -/usr/include/glib-2.0/gobject/gsignal.h: - -/usr/include/glib-2.0/gobject/gmarshal.h: - -/usr/include/glib-2.0/gobject/gboxed.h: - -/usr/include/glib-2.0/gobject/glib-types.h: - -/usr/include/glib-2.0/gobject/genums.h: - -/usr/include/glib-2.0/gobject/gparamspecs.h: - -/usr/include/glib-2.0/gobject/gsourceclosure.h: - -/usr/include/glib-2.0/gobject/gtypemodule.h: - -/usr/include/glib-2.0/gobject/gtypeplugin.h: - -/usr/include/glib-2.0/gobject/gvaluearray.h: - -/usr/include/glib-2.0/gobject/gvaluetypes.h: - -/usr/include/gstreamer-0.10/gst/gstversion.h: - -/usr/include/gstreamer-0.10/gst/gstatomicqueue.h: - -/usr/include/gstreamer-0.10/gst/gstbin.h: - -/usr/include/gstreamer-0.10/gst/gstelement.h: - -/usr/include/gstreamer-0.10/gst/gstconfig.h: - -/usr/include/gstreamer-0.10/gst/gstobject.h: - -/usr/include/gstreamer-0.10/gst/gstpad.h: - -/usr/include/gstreamer-0.10/gst/gstbuffer.h: - -/usr/include/gstreamer-0.10/gst/gstminiobject.h: - -/usr/include/gstreamer-0.10/gst/gstclock.h: - -/usr/include/gstreamer-0.10/gst/gstcaps.h: - -/usr/include/gstreamer-0.10/gst/gststructure.h: - -/usr/include/gstreamer-0.10/gst/gstdatetime.h: - -/usr/include/gstreamer-0.10/gst/gstbufferlist.h: - -/usr/include/gstreamer-0.10/gst/gstevent.h: - -/usr/include/gstreamer-0.10/gst/gstformat.h: - -/usr/include/gstreamer-0.10/gst/gstiterator.h: - -/usr/include/gstreamer-0.10/gst/gsttaglist.h: - -/usr/include/gstreamer-0.10/gst/gstquery.h: - -/usr/include/gstreamer-0.10/gst/gsttask.h: - -/usr/include/gstreamer-0.10/gst/gsttaskpool.h: - -/usr/include/gstreamer-0.10/gst/gstpadtemplate.h: - -/usr/include/gstreamer-0.10/gst/gstbus.h: - -/usr/include/gstreamer-0.10/gst/gstmessage.h: - -/usr/include/gstreamer-0.10/gst/gstelementfactory.h: - -/usr/include/gstreamer-0.10/gst/gstplugin.h: - -/usr/include/glib-2.0/gmodule.h: - -/usr/include/gstreamer-0.10/gst/gstmacros.h: - -/usr/include/gstreamer-0.10/gst/gstpluginfeature.h: - -/usr/include/gstreamer-0.10/gst/gstindex.h: - -/usr/include/gstreamer-0.10/gst/gstindexfactory.h: - -/usr/include/gstreamer-0.10/gst/gstchildproxy.h: - -/usr/include/gstreamer-0.10/gst/gstdebugutils.h: - -/usr/include/gstreamer-0.10/gst/gsterror.h: - -/usr/include/gstreamer-0.10/gst/gstghostpad.h: - -/usr/include/gstreamer-0.10/gst/gstinfo.h: - -/usr/include/gstreamer-0.10/gst/gstinterface.h: - -/usr/include/gstreamer-0.10/gst/gstmarshal.h: - -/usr/include/gstreamer-0.10/gst/gstparamspecs.h: - -/usr/include/gstreamer-0.10/gst/gstvalue.h: - -/usr/include/gstreamer-0.10/gst/gstpipeline.h: - -/usr/include/gstreamer-0.10/gst/gstpoll.h: - -/usr/include/gstreamer-0.10/gst/gstpreset.h: - -/usr/include/gstreamer-0.10/gst/gstregistry.h: - -/usr/include/gstreamer-0.10/gst/gstsegment.h: - -/usr/include/gstreamer-0.10/gst/gstsystemclock.h: - -/usr/include/gstreamer-0.10/gst/gsttagsetter.h: - -/usr/include/gstreamer-0.10/gst/gsttrace.h: - -/usr/include/gstreamer-0.10/gst/gsttypefind.h: - -/usr/include/gstreamer-0.10/gst/gsttypefindfactory.h: - -/usr/include/gstreamer-0.10/gst/gsturi.h: - -/usr/include/gstreamer-0.10/gst/gstutils.h: - -/usr/include/gstreamer-0.10/gst/gstparse.h: - -/usr/include/gstreamer-0.10/gst/gstxml.h: - -/usr/include/gstreamer-0.10/gst/gstcompat.h: - -../../../libs/openFrameworks/video/ofVideoPlayer.h: - -../../../libs/openFrameworks/video/ofGstVideoPlayer.h: - -../../../libs/openFrameworks/3d/ofCamera.h: - -../../../libs/openFrameworks/3d/ofEasyCam.h: - -src/testApp.h: - -../../../libs/openFrameworks/app/ofAppGlutWindow.h: - -../../../libs/openFrameworks/app/ofAppBaseWindow.h: diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/main.o b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/main.o deleted file mode 100644 index 32fa8e5..0000000 Binary files a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/main.o and /dev/null differ diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/testApp.d b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/testApp.d deleted file mode 100644 index dd44938..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/testApp.d +++ /dev/null @@ -1,851 +0,0 @@ -obj/x86_64Release/src/testApp.o: src/testApp.cpp src/testApp.h \ - ../../../libs/openFrameworks/ofMain.h \ - ../../../libs/openFrameworks/utils/ofConstants.h \ - ../../../libs/tess2/include/tesselator.h \ - ../../../libs/openFrameworks/utils/ofFileUtils.h \ - ../../../libs/poco/include/Poco/File.h \ - ../../../libs/poco/include/Poco/Foundation.h \ - ../../../libs/poco/include/Poco/Config.h \ - ../../../libs/poco/include/Poco/Platform.h \ - ../../../libs/poco/include/Poco/Platform_POSIX.h \ - ../../../libs/poco/include/Poco/Bugcheck.h \ - ../../../libs/poco/include/Poco/Types.h \ - ../../../libs/poco/include/Poco/Timestamp.h \ - ../../../libs/poco/include/Poco/File_UNIX.h \ - ../../../libs/openFrameworks/utils/ofLog.h \ - ../../../libs/openFrameworks/types/ofTypes.h \ - ../../../libs/openFrameworks/types/ofColor.h \ - ../../../libs/openFrameworks/math/ofMath.h \ - ../../../libs/openFrameworks/types/ofPoint.h \ - ../../../libs/openFrameworks/math/ofVec3f.h \ - ../../../libs/openFrameworks/math/ofVec2f.h \ - ../../../libs/openFrameworks/math/ofVec4f.h \ - ../../../libs/poco/include/Poco/Mutex.h \ - ../../../libs/poco/include/Poco/Exception.h \ - ../../../libs/poco/include/Poco/ScopedLock.h \ - ../../../libs/poco/include/Poco/Mutex_POSIX.h \ - ../../../libs/openFrameworks/utils/ofSystemUtils.h \ - ../../../libs/openFrameworks/utils/ofThread.h \ - ../../../libs/poco/include/Poco/Thread.h \ - ../../../libs/poco/include/Poco/Thread_POSIX.h \ - ../../../libs/poco/include/Poco/Runnable.h \ - ../../../libs/poco/include/Poco/SignalHandler.h \ - ../../../libs/poco/include/Poco/Event.h \ - ../../../libs/poco/include/Poco/Event_POSIX.h \ - ../../../libs/poco/include/Poco/RefCountedObject.h \ - ../../../libs/poco/include/Poco/AtomicCounter.h \ - ../../../libs/poco/include/Poco/AutoPtr.h \ - ../../../libs/openFrameworks/utils/ofURLFileLoader.h \ - ../../../libs/openFrameworks/events/ofEvents.h \ - ../../../libs/openFrameworks/events/ofEventUtils.h \ - ../../../libs/poco/include/Poco/FIFOEvent.h \ - ../../../libs/poco/include/Poco/AbstractEvent.h \ - ../../../libs/poco/include/Poco/SingletonHolder.h \ - ../../../libs/poco/include/Poco/SharedPtr.h \ - ../../../libs/poco/include/Poco/ActiveResult.h \ - ../../../libs/poco/include/Poco/ActiveMethod.h \ - ../../../libs/poco/include/Poco/ActiveRunnable.h \ - ../../../libs/poco/include/Poco/ActiveStarter.h \ - ../../../libs/poco/include/Poco/ThreadPool.h \ - ../../../libs/poco/include/Poco/FIFOStrategy.h \ - ../../../libs/poco/include/Poco/DefaultStrategy.h \ - ../../../libs/poco/include/Poco/NotificationStrategy.h \ - ../../../libs/poco/include/Poco/AbstractDelegate.h \ - ../../../libs/poco/include/Poco/Delegate.h \ - ../../../libs/poco/include/Poco/FunctionDelegate.h \ - ../../../libs/poco/include/Poco/Expire.h \ - ../../../libs/poco/include/Poco/Condition.h \ - ../../../libs/poco/include/Poco/ScopedUnlock.h \ - ../../../libs/openFrameworks/utils/ofUtils.h \ - ../../../libs/openFrameworks/types/ofBaseTypes.h \ - ../../../libs/openFrameworks/types/ofRectangle.h \ - ../../../libs/openFrameworks/3d/ofMesh.h \ - ../../../libs/openFrameworks/gl/ofGLUtils.h \ - ../../../libs/openFrameworks/graphics/ofPixels.h \ - ../../../libs/openFrameworks/math/ofMatrix4x4.h \ - ../../../libs/openFrameworks/math/ofQuaternion.h \ - ../../../libs/openFrameworks/math/ofVectorMath.h \ - ../../../libs/openFrameworks/math/ofMatrix3x3.h \ - ../../../libs/openFrameworks/communication/ofSerial.h \ - ../../../libs/openFrameworks/communication/ofArduino.h \ - ../../../libs/openFrameworks/gl/ofFbo.h \ - ../../../libs/openFrameworks/gl/ofTexture.h \ - ../../../libs/openFrameworks/gl/ofGLRenderer.h \ - ../../../libs/openFrameworks/graphics/ofPolyline.h \ - ../../../libs/openFrameworks/gl/ofLight.h \ - ../../../libs/openFrameworks/3d/ofNode.h \ - ../../../libs/openFrameworks/3d/of3dUtils.h \ - ../../../libs/openFrameworks/graphics/ofGraphics.h \ - ../../../libs/openFrameworks/gl/ofMaterial.h \ - ../../../libs/openFrameworks/gl/ofShader.h \ - ../../../libs/openFrameworks/gl/ofVbo.h \ - ../../../libs/openFrameworks/gl/ofGLUtils.h \ - ../../../libs/openFrameworks/gl/ofVboMesh.h \ - ../../../libs/openFrameworks/graphics/ofCairoRenderer.h \ - /usr/include/cairo/cairo-features.h /usr/include/cairo/cairo-pdf.h \ - /usr/include/cairo/cairo.h /usr/include/cairo/cairo-version.h \ - /usr/include/cairo/cairo-features.h \ - /usr/include/cairo/cairo-deprecated.h /usr/include/cairo/cairo-svg.h \ - /usr/include/cairo/cairo.h \ - ../../../libs/openFrameworks/graphics/ofPath.h \ - ../../../libs/openFrameworks/graphics/ofTessellator.h \ - ../../../libs/openFrameworks/graphics/ofImage.h \ - ../../../libs/openFrameworks/graphics/ofRendererCollection.h \ - ../../../libs/openFrameworks/graphics/ofTrueTypeFont.h \ - ../../../libs/openFrameworks/app/ofBaseApp.h \ - ../../../libs/openFrameworks/app/ofAppRunner.h \ - ../../../libs/openFrameworks/sound/ofSoundStream.h \ - ../../../libs/openFrameworks/sound/ofBaseSoundStream.h \ - ../../../libs/openFrameworks/sound/ofPASoundStream.h \ - ../../../libs/openFrameworks/sound/ofSoundPlayer.h \ - ../../../libs/openFrameworks/sound/ofBaseSoundPlayer.h \ - ../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.h \ - ../../../libs/kiss/include/kiss_fft.h \ - ../../../libs/kiss/include/kiss_fftr.h \ - ../../../libs/kiss/include/kiss_fft.h \ - ../../../libs/openFrameworks/video/ofVideoGrabber.h \ - ../../../libs/openFrameworks/video/ofGstVideoGrabber.h \ - ../../../libs/openFrameworks/video/ofGstUtils.h \ - /usr/include/gstreamer-0.10/gst/gst.h /usr/include/glib-2.0/glib.h \ - /usr/include/glib-2.0/glib/galloca.h /usr/include/glib-2.0/glib/gtypes.h \ - /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ - /usr/include/glib-2.0/glib/gmacros.h \ - /usr/include/glib-2.0/glib/gversionmacros.h \ - /usr/include/glib-2.0/glib/garray.h \ - /usr/include/glib-2.0/glib/gasyncqueue.h \ - /usr/include/glib-2.0/glib/gthread.h \ - /usr/include/glib-2.0/glib/gatomic.h /usr/include/glib-2.0/glib/gerror.h \ - /usr/include/glib-2.0/glib/gquark.h \ - /usr/include/glib-2.0/glib/gbacktrace.h \ - /usr/include/glib-2.0/glib/gbase64.h \ - /usr/include/glib-2.0/glib/gbitlock.h \ - /usr/include/glib-2.0/glib/gbookmarkfile.h \ - /usr/include/glib-2.0/glib/gbytes.h \ - /usr/include/glib-2.0/glib/gcharset.h \ - /usr/include/glib-2.0/glib/gchecksum.h \ - /usr/include/glib-2.0/glib/gconvert.h \ - /usr/include/glib-2.0/glib/gdataset.h /usr/include/glib-2.0/glib/gdate.h \ - /usr/include/glib-2.0/glib/gdatetime.h \ - /usr/include/glib-2.0/glib/gtimezone.h /usr/include/glib-2.0/glib/gdir.h \ - /usr/include/glib-2.0/glib/genviron.h \ - /usr/include/glib-2.0/glib/gfileutils.h \ - /usr/include/glib-2.0/glib/ggettext.h /usr/include/glib-2.0/glib/ghash.h \ - /usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \ - /usr/include/glib-2.0/glib/ghmac.h \ - /usr/include/glib-2.0/glib/gchecksum.h \ - /usr/include/glib-2.0/glib/ghook.h \ - /usr/include/glib-2.0/glib/ghostutils.h \ - /usr/include/glib-2.0/glib/giochannel.h \ - /usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gpoll.h \ - /usr/include/glib-2.0/glib/gslist.h /usr/include/glib-2.0/glib/gstring.h \ - /usr/include/glib-2.0/glib/gunicode.h \ - /usr/include/glib-2.0/glib/gutils.h \ - /usr/include/glib-2.0/glib/gkeyfile.h \ - /usr/include/glib-2.0/glib/gmappedfile.h \ - /usr/include/glib-2.0/glib/gmarkup.h \ - /usr/include/glib-2.0/glib/gmessages.h \ - /usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \ - /usr/include/glib-2.0/glib/gpattern.h \ - /usr/include/glib-2.0/glib/gprimes.h /usr/include/glib-2.0/glib/gqsort.h \ - /usr/include/glib-2.0/glib/gqueue.h /usr/include/glib-2.0/glib/grand.h \ - /usr/include/glib-2.0/glib/gregex.h \ - /usr/include/glib-2.0/glib/gscanner.h \ - /usr/include/glib-2.0/glib/gsequence.h \ - /usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gslice.h \ - /usr/include/glib-2.0/glib/gspawn.h \ - /usr/include/glib-2.0/glib/gstrfuncs.h \ - /usr/include/glib-2.0/glib/gstringchunk.h \ - /usr/include/glib-2.0/glib/gtestutils.h \ - /usr/include/glib-2.0/glib/gthreadpool.h \ - /usr/include/glib-2.0/glib/gtimer.h \ - /usr/include/glib-2.0/glib/gtrashstack.h \ - /usr/include/glib-2.0/glib/gtree.h \ - /usr/include/glib-2.0/glib/gurifuncs.h \ - /usr/include/glib-2.0/glib/gvarianttype.h \ - /usr/include/glib-2.0/glib/gvariant.h \ - /usr/include/glib-2.0/glib/gversion.h \ - /usr/include/glib-2.0/glib/deprecated/gallocator.h \ - /usr/include/glib-2.0/glib/deprecated/gcache.h \ - /usr/include/glib-2.0/glib/deprecated/gcompletion.h \ - /usr/include/glib-2.0/glib/deprecated/gmain.h \ - /usr/include/glib-2.0/glib/deprecated/grel.h \ - /usr/include/glib-2.0/glib/deprecated/gthread.h \ - /usr/include/gstreamer-0.10/gst/glib-compat.h \ - /usr/include/gstreamer-0.10/gst/gstenumtypes.h \ - /usr/include/glib-2.0/glib-object.h \ - /usr/include/glib-2.0/gobject/gbinding.h \ - /usr/include/glib-2.0/gobject/gobject.h \ - /usr/include/glib-2.0/gobject/gtype.h \ - /usr/include/glib-2.0/gobject/gvalue.h \ - /usr/include/glib-2.0/gobject/gparam.h \ - /usr/include/glib-2.0/gobject/gclosure.h \ - /usr/include/glib-2.0/gobject/gsignal.h \ - /usr/include/glib-2.0/gobject/gmarshal.h \ - /usr/include/glib-2.0/gobject/gboxed.h \ - /usr/include/glib-2.0/gobject/glib-types.h \ - /usr/include/glib-2.0/gobject/genums.h \ - /usr/include/glib-2.0/gobject/gparamspecs.h \ - /usr/include/glib-2.0/gobject/gsourceclosure.h \ - /usr/include/glib-2.0/gobject/gtypemodule.h \ - /usr/include/glib-2.0/gobject/gtypeplugin.h \ - /usr/include/glib-2.0/gobject/gvaluearray.h \ - /usr/include/glib-2.0/gobject/gvaluetypes.h \ - /usr/include/gstreamer-0.10/gst/gstversion.h \ - /usr/include/gstreamer-0.10/gst/gstatomicqueue.h \ - /usr/include/gstreamer-0.10/gst/gstbin.h \ - /usr/include/gstreamer-0.10/gst/gstelement.h \ - /usr/include/gstreamer-0.10/gst/gstconfig.h \ - /usr/include/gstreamer-0.10/gst/gstobject.h \ - /usr/include/gstreamer-0.10/gst/gstpad.h \ - /usr/include/gstreamer-0.10/gst/gstbuffer.h \ - /usr/include/gstreamer-0.10/gst/gstminiobject.h \ - /usr/include/gstreamer-0.10/gst/gstclock.h \ - /usr/include/gstreamer-0.10/gst/gstcaps.h \ - /usr/include/gstreamer-0.10/gst/gststructure.h \ - /usr/include/gstreamer-0.10/gst/gstdatetime.h \ - /usr/include/gstreamer-0.10/gst/gstbufferlist.h \ - /usr/include/gstreamer-0.10/gst/gstevent.h \ - /usr/include/gstreamer-0.10/gst/gstformat.h \ - /usr/include/gstreamer-0.10/gst/gstiterator.h \ - /usr/include/gstreamer-0.10/gst/gsttaglist.h \ - /usr/include/gstreamer-0.10/gst/gstquery.h \ - /usr/include/gstreamer-0.10/gst/gsttask.h \ - /usr/include/gstreamer-0.10/gst/gsttaskpool.h \ - /usr/include/gstreamer-0.10/gst/gstpadtemplate.h \ - /usr/include/gstreamer-0.10/gst/gstbus.h \ - /usr/include/gstreamer-0.10/gst/gstmessage.h \ - /usr/include/gstreamer-0.10/gst/gstelementfactory.h \ - /usr/include/gstreamer-0.10/gst/gstplugin.h \ - /usr/include/glib-2.0/gmodule.h \ - /usr/include/gstreamer-0.10/gst/gstmacros.h \ - /usr/include/gstreamer-0.10/gst/gstpluginfeature.h \ - /usr/include/gstreamer-0.10/gst/gstindex.h \ - /usr/include/gstreamer-0.10/gst/gstindexfactory.h \ - /usr/include/gstreamer-0.10/gst/gstchildproxy.h \ - /usr/include/gstreamer-0.10/gst/gstdebugutils.h \ - /usr/include/gstreamer-0.10/gst/gsterror.h \ - /usr/include/gstreamer-0.10/gst/gstghostpad.h \ - /usr/include/gstreamer-0.10/gst/gstinfo.h \ - /usr/include/gstreamer-0.10/gst/gstinterface.h \ - /usr/include/gstreamer-0.10/gst/gstmarshal.h \ - /usr/include/gstreamer-0.10/gst/gstparamspecs.h \ - /usr/include/gstreamer-0.10/gst/gstvalue.h \ - /usr/include/gstreamer-0.10/gst/gstpipeline.h \ - /usr/include/gstreamer-0.10/gst/gstpoll.h \ - /usr/include/gstreamer-0.10/gst/gstpreset.h \ - /usr/include/gstreamer-0.10/gst/gstregistry.h \ - /usr/include/gstreamer-0.10/gst/gstsegment.h \ - /usr/include/gstreamer-0.10/gst/gstsystemclock.h \ - /usr/include/gstreamer-0.10/gst/gsttagsetter.h \ - /usr/include/gstreamer-0.10/gst/gsttrace.h \ - /usr/include/gstreamer-0.10/gst/gsttypefind.h \ - /usr/include/gstreamer-0.10/gst/gsttypefindfactory.h \ - /usr/include/gstreamer-0.10/gst/gsturi.h \ - /usr/include/gstreamer-0.10/gst/gstutils.h \ - /usr/include/gstreamer-0.10/gst/gstparse.h \ - /usr/include/gstreamer-0.10/gst/gstxml.h \ - /usr/include/gstreamer-0.10/gst/gstcompat.h \ - ../../../libs/openFrameworks/video/ofVideoPlayer.h \ - ../../../libs/openFrameworks/video/ofGstVideoPlayer.h \ - ../../../libs/openFrameworks/3d/ofCamera.h \ - ../../../libs/openFrameworks/3d/ofEasyCam.h \ - ../../../addons/ofxSVGTiny/src/ofxSVGTiny.h \ - ../../../addons/ofxSVGTiny/libs/svgtiny.h \ - /usr/include/libxml2/libxml/parser.h \ - /usr/include/libxml2/libxml/xmlversion.h \ - /usr/include/libxml2/libxml/xmlexports.h \ - /usr/include/libxml2/libxml/tree.h \ - /usr/include/libxml2/libxml/xmlstring.h \ - /usr/include/libxml2/libxml/xmlregexp.h \ - /usr/include/libxml2/libxml/dict.h /usr/include/libxml2/libxml/hash.h \ - /usr/include/libxml2/libxml/valid.h \ - /usr/include/libxml2/libxml/xmlerror.h \ - /usr/include/libxml2/libxml/list.h \ - /usr/include/libxml2/libxml/xmlautomata.h \ - /usr/include/libxml2/libxml/entities.h \ - /usr/include/libxml2/libxml/encoding.h \ - /usr/include/libxml2/libxml/xmlIO.h \ - /usr/include/libxml2/libxml/globals.h /usr/include/libxml2/libxml/SAX.h \ - /usr/include/libxml2/libxml/xlink.h /usr/include/libxml2/libxml/SAX2.h \ - /usr/include/libxml2/libxml/xmlmemory.h \ - /usr/include/libxml2/libxml/threads.h - -src/testApp.h: - -../../../libs/openFrameworks/ofMain.h: - -../../../libs/openFrameworks/utils/ofConstants.h: - -../../../libs/tess2/include/tesselator.h: - -../../../libs/openFrameworks/utils/ofFileUtils.h: - -../../../libs/poco/include/Poco/File.h: - -../../../libs/poco/include/Poco/Foundation.h: - -../../../libs/poco/include/Poco/Config.h: - -../../../libs/poco/include/Poco/Platform.h: - -../../../libs/poco/include/Poco/Platform_POSIX.h: - -../../../libs/poco/include/Poco/Bugcheck.h: - -../../../libs/poco/include/Poco/Types.h: - -../../../libs/poco/include/Poco/Timestamp.h: - -../../../libs/poco/include/Poco/File_UNIX.h: - -../../../libs/openFrameworks/utils/ofLog.h: - -../../../libs/openFrameworks/types/ofTypes.h: - -../../../libs/openFrameworks/types/ofColor.h: - -../../../libs/openFrameworks/math/ofMath.h: - -../../../libs/openFrameworks/types/ofPoint.h: - -../../../libs/openFrameworks/math/ofVec3f.h: - -../../../libs/openFrameworks/math/ofVec2f.h: - -../../../libs/openFrameworks/math/ofVec4f.h: - -../../../libs/poco/include/Poco/Mutex.h: - -../../../libs/poco/include/Poco/Exception.h: - -../../../libs/poco/include/Poco/ScopedLock.h: - -../../../libs/poco/include/Poco/Mutex_POSIX.h: - -../../../libs/openFrameworks/utils/ofSystemUtils.h: - -../../../libs/openFrameworks/utils/ofThread.h: - -../../../libs/poco/include/Poco/Thread.h: - -../../../libs/poco/include/Poco/Thread_POSIX.h: - -../../../libs/poco/include/Poco/Runnable.h: - -../../../libs/poco/include/Poco/SignalHandler.h: - -../../../libs/poco/include/Poco/Event.h: - -../../../libs/poco/include/Poco/Event_POSIX.h: - -../../../libs/poco/include/Poco/RefCountedObject.h: - -../../../libs/poco/include/Poco/AtomicCounter.h: - -../../../libs/poco/include/Poco/AutoPtr.h: - -../../../libs/openFrameworks/utils/ofURLFileLoader.h: - -../../../libs/openFrameworks/events/ofEvents.h: - -../../../libs/openFrameworks/events/ofEventUtils.h: - -../../../libs/poco/include/Poco/FIFOEvent.h: - -../../../libs/poco/include/Poco/AbstractEvent.h: - -../../../libs/poco/include/Poco/SingletonHolder.h: - -../../../libs/poco/include/Poco/SharedPtr.h: - -../../../libs/poco/include/Poco/ActiveResult.h: - -../../../libs/poco/include/Poco/ActiveMethod.h: - -../../../libs/poco/include/Poco/ActiveRunnable.h: - -../../../libs/poco/include/Poco/ActiveStarter.h: - -../../../libs/poco/include/Poco/ThreadPool.h: - -../../../libs/poco/include/Poco/FIFOStrategy.h: - -../../../libs/poco/include/Poco/DefaultStrategy.h: - -../../../libs/poco/include/Poco/NotificationStrategy.h: - -../../../libs/poco/include/Poco/AbstractDelegate.h: - -../../../libs/poco/include/Poco/Delegate.h: - -../../../libs/poco/include/Poco/FunctionDelegate.h: - -../../../libs/poco/include/Poco/Expire.h: - -../../../libs/poco/include/Poco/Condition.h: - -../../../libs/poco/include/Poco/ScopedUnlock.h: - -../../../libs/openFrameworks/utils/ofUtils.h: - -../../../libs/openFrameworks/types/ofBaseTypes.h: - -../../../libs/openFrameworks/types/ofRectangle.h: - -../../../libs/openFrameworks/3d/ofMesh.h: - -../../../libs/openFrameworks/gl/ofGLUtils.h: - -../../../libs/openFrameworks/graphics/ofPixels.h: - -../../../libs/openFrameworks/math/ofMatrix4x4.h: - -../../../libs/openFrameworks/math/ofQuaternion.h: - -../../../libs/openFrameworks/math/ofVectorMath.h: - -../../../libs/openFrameworks/math/ofMatrix3x3.h: - -../../../libs/openFrameworks/communication/ofSerial.h: - -../../../libs/openFrameworks/communication/ofArduino.h: - -../../../libs/openFrameworks/gl/ofFbo.h: - -../../../libs/openFrameworks/gl/ofTexture.h: - -../../../libs/openFrameworks/gl/ofGLRenderer.h: - -../../../libs/openFrameworks/graphics/ofPolyline.h: - -../../../libs/openFrameworks/gl/ofLight.h: - -../../../libs/openFrameworks/3d/ofNode.h: - -../../../libs/openFrameworks/3d/of3dUtils.h: - -../../../libs/openFrameworks/graphics/ofGraphics.h: - -../../../libs/openFrameworks/gl/ofMaterial.h: - -../../../libs/openFrameworks/gl/ofShader.h: - -../../../libs/openFrameworks/gl/ofVbo.h: - -../../../libs/openFrameworks/gl/ofGLUtils.h: - -../../../libs/openFrameworks/gl/ofVboMesh.h: - -../../../libs/openFrameworks/graphics/ofCairoRenderer.h: - -/usr/include/cairo/cairo-features.h: - -/usr/include/cairo/cairo-pdf.h: - -/usr/include/cairo/cairo.h: - -/usr/include/cairo/cairo-version.h: - -/usr/include/cairo/cairo-features.h: - -/usr/include/cairo/cairo-deprecated.h: - -/usr/include/cairo/cairo-svg.h: - -/usr/include/cairo/cairo.h: - -../../../libs/openFrameworks/graphics/ofPath.h: - -../../../libs/openFrameworks/graphics/ofTessellator.h: - -../../../libs/openFrameworks/graphics/ofImage.h: - -../../../libs/openFrameworks/graphics/ofRendererCollection.h: - -../../../libs/openFrameworks/graphics/ofTrueTypeFont.h: - -../../../libs/openFrameworks/app/ofBaseApp.h: - -../../../libs/openFrameworks/app/ofAppRunner.h: - -../../../libs/openFrameworks/sound/ofSoundStream.h: - -../../../libs/openFrameworks/sound/ofBaseSoundStream.h: - -../../../libs/openFrameworks/sound/ofPASoundStream.h: - -../../../libs/openFrameworks/sound/ofSoundPlayer.h: - -../../../libs/openFrameworks/sound/ofBaseSoundPlayer.h: - -../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.h: - -../../../libs/kiss/include/kiss_fft.h: - -../../../libs/kiss/include/kiss_fftr.h: - -../../../libs/kiss/include/kiss_fft.h: - -../../../libs/openFrameworks/video/ofVideoGrabber.h: - -../../../libs/openFrameworks/video/ofGstVideoGrabber.h: - -../../../libs/openFrameworks/video/ofGstUtils.h: - -/usr/include/gstreamer-0.10/gst/gst.h: - -/usr/include/glib-2.0/glib.h: - -/usr/include/glib-2.0/glib/galloca.h: - -/usr/include/glib-2.0/glib/gtypes.h: - -/usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h: - -/usr/include/glib-2.0/glib/gmacros.h: - -/usr/include/glib-2.0/glib/gversionmacros.h: - -/usr/include/glib-2.0/glib/garray.h: - -/usr/include/glib-2.0/glib/gasyncqueue.h: - -/usr/include/glib-2.0/glib/gthread.h: - -/usr/include/glib-2.0/glib/gatomic.h: - -/usr/include/glib-2.0/glib/gerror.h: - -/usr/include/glib-2.0/glib/gquark.h: - -/usr/include/glib-2.0/glib/gbacktrace.h: - -/usr/include/glib-2.0/glib/gbase64.h: - -/usr/include/glib-2.0/glib/gbitlock.h: - -/usr/include/glib-2.0/glib/gbookmarkfile.h: - -/usr/include/glib-2.0/glib/gbytes.h: - -/usr/include/glib-2.0/glib/gcharset.h: - -/usr/include/glib-2.0/glib/gchecksum.h: - -/usr/include/glib-2.0/glib/gconvert.h: - -/usr/include/glib-2.0/glib/gdataset.h: - -/usr/include/glib-2.0/glib/gdate.h: - -/usr/include/glib-2.0/glib/gdatetime.h: - -/usr/include/glib-2.0/glib/gtimezone.h: - -/usr/include/glib-2.0/glib/gdir.h: - -/usr/include/glib-2.0/glib/genviron.h: - -/usr/include/glib-2.0/glib/gfileutils.h: - -/usr/include/glib-2.0/glib/ggettext.h: - -/usr/include/glib-2.0/glib/ghash.h: - -/usr/include/glib-2.0/glib/glist.h: - -/usr/include/glib-2.0/glib/gmem.h: - -/usr/include/glib-2.0/glib/ghmac.h: - -/usr/include/glib-2.0/glib/gchecksum.h: - -/usr/include/glib-2.0/glib/ghook.h: - -/usr/include/glib-2.0/glib/ghostutils.h: - -/usr/include/glib-2.0/glib/giochannel.h: - -/usr/include/glib-2.0/glib/gmain.h: - -/usr/include/glib-2.0/glib/gpoll.h: - -/usr/include/glib-2.0/glib/gslist.h: - -/usr/include/glib-2.0/glib/gstring.h: - -/usr/include/glib-2.0/glib/gunicode.h: - -/usr/include/glib-2.0/glib/gutils.h: - -/usr/include/glib-2.0/glib/gkeyfile.h: - -/usr/include/glib-2.0/glib/gmappedfile.h: - -/usr/include/glib-2.0/glib/gmarkup.h: - -/usr/include/glib-2.0/glib/gmessages.h: - -/usr/include/glib-2.0/glib/gnode.h: - -/usr/include/glib-2.0/glib/goption.h: - -/usr/include/glib-2.0/glib/gpattern.h: - -/usr/include/glib-2.0/glib/gprimes.h: - -/usr/include/glib-2.0/glib/gqsort.h: - -/usr/include/glib-2.0/glib/gqueue.h: - -/usr/include/glib-2.0/glib/grand.h: - -/usr/include/glib-2.0/glib/gregex.h: - -/usr/include/glib-2.0/glib/gscanner.h: - -/usr/include/glib-2.0/glib/gsequence.h: - -/usr/include/glib-2.0/glib/gshell.h: - -/usr/include/glib-2.0/glib/gslice.h: - -/usr/include/glib-2.0/glib/gspawn.h: - -/usr/include/glib-2.0/glib/gstrfuncs.h: - -/usr/include/glib-2.0/glib/gstringchunk.h: - -/usr/include/glib-2.0/glib/gtestutils.h: - -/usr/include/glib-2.0/glib/gthreadpool.h: - -/usr/include/glib-2.0/glib/gtimer.h: - -/usr/include/glib-2.0/glib/gtrashstack.h: - -/usr/include/glib-2.0/glib/gtree.h: - -/usr/include/glib-2.0/glib/gurifuncs.h: - -/usr/include/glib-2.0/glib/gvarianttype.h: - -/usr/include/glib-2.0/glib/gvariant.h: - -/usr/include/glib-2.0/glib/gversion.h: - -/usr/include/glib-2.0/glib/deprecated/gallocator.h: - -/usr/include/glib-2.0/glib/deprecated/gcache.h: - -/usr/include/glib-2.0/glib/deprecated/gcompletion.h: - -/usr/include/glib-2.0/glib/deprecated/gmain.h: - -/usr/include/glib-2.0/glib/deprecated/grel.h: - -/usr/include/glib-2.0/glib/deprecated/gthread.h: - -/usr/include/gstreamer-0.10/gst/glib-compat.h: - -/usr/include/gstreamer-0.10/gst/gstenumtypes.h: - -/usr/include/glib-2.0/glib-object.h: - -/usr/include/glib-2.0/gobject/gbinding.h: - -/usr/include/glib-2.0/gobject/gobject.h: - -/usr/include/glib-2.0/gobject/gtype.h: - -/usr/include/glib-2.0/gobject/gvalue.h: - -/usr/include/glib-2.0/gobject/gparam.h: - -/usr/include/glib-2.0/gobject/gclosure.h: - -/usr/include/glib-2.0/gobject/gsignal.h: - -/usr/include/glib-2.0/gobject/gmarshal.h: - -/usr/include/glib-2.0/gobject/gboxed.h: - -/usr/include/glib-2.0/gobject/glib-types.h: - -/usr/include/glib-2.0/gobject/genums.h: - -/usr/include/glib-2.0/gobject/gparamspecs.h: - -/usr/include/glib-2.0/gobject/gsourceclosure.h: - -/usr/include/glib-2.0/gobject/gtypemodule.h: - -/usr/include/glib-2.0/gobject/gtypeplugin.h: - -/usr/include/glib-2.0/gobject/gvaluearray.h: - -/usr/include/glib-2.0/gobject/gvaluetypes.h: - -/usr/include/gstreamer-0.10/gst/gstversion.h: - -/usr/include/gstreamer-0.10/gst/gstatomicqueue.h: - -/usr/include/gstreamer-0.10/gst/gstbin.h: - -/usr/include/gstreamer-0.10/gst/gstelement.h: - -/usr/include/gstreamer-0.10/gst/gstconfig.h: - -/usr/include/gstreamer-0.10/gst/gstobject.h: - -/usr/include/gstreamer-0.10/gst/gstpad.h: - -/usr/include/gstreamer-0.10/gst/gstbuffer.h: - -/usr/include/gstreamer-0.10/gst/gstminiobject.h: - -/usr/include/gstreamer-0.10/gst/gstclock.h: - -/usr/include/gstreamer-0.10/gst/gstcaps.h: - -/usr/include/gstreamer-0.10/gst/gststructure.h: - -/usr/include/gstreamer-0.10/gst/gstdatetime.h: - -/usr/include/gstreamer-0.10/gst/gstbufferlist.h: - -/usr/include/gstreamer-0.10/gst/gstevent.h: - -/usr/include/gstreamer-0.10/gst/gstformat.h: - -/usr/include/gstreamer-0.10/gst/gstiterator.h: - -/usr/include/gstreamer-0.10/gst/gsttaglist.h: - -/usr/include/gstreamer-0.10/gst/gstquery.h: - -/usr/include/gstreamer-0.10/gst/gsttask.h: - -/usr/include/gstreamer-0.10/gst/gsttaskpool.h: - -/usr/include/gstreamer-0.10/gst/gstpadtemplate.h: - -/usr/include/gstreamer-0.10/gst/gstbus.h: - -/usr/include/gstreamer-0.10/gst/gstmessage.h: - -/usr/include/gstreamer-0.10/gst/gstelementfactory.h: - -/usr/include/gstreamer-0.10/gst/gstplugin.h: - -/usr/include/glib-2.0/gmodule.h: - -/usr/include/gstreamer-0.10/gst/gstmacros.h: - -/usr/include/gstreamer-0.10/gst/gstpluginfeature.h: - -/usr/include/gstreamer-0.10/gst/gstindex.h: - -/usr/include/gstreamer-0.10/gst/gstindexfactory.h: - -/usr/include/gstreamer-0.10/gst/gstchildproxy.h: - -/usr/include/gstreamer-0.10/gst/gstdebugutils.h: - -/usr/include/gstreamer-0.10/gst/gsterror.h: - -/usr/include/gstreamer-0.10/gst/gstghostpad.h: - -/usr/include/gstreamer-0.10/gst/gstinfo.h: - -/usr/include/gstreamer-0.10/gst/gstinterface.h: - -/usr/include/gstreamer-0.10/gst/gstmarshal.h: - -/usr/include/gstreamer-0.10/gst/gstparamspecs.h: - -/usr/include/gstreamer-0.10/gst/gstvalue.h: - -/usr/include/gstreamer-0.10/gst/gstpipeline.h: - -/usr/include/gstreamer-0.10/gst/gstpoll.h: - -/usr/include/gstreamer-0.10/gst/gstpreset.h: - -/usr/include/gstreamer-0.10/gst/gstregistry.h: - -/usr/include/gstreamer-0.10/gst/gstsegment.h: - -/usr/include/gstreamer-0.10/gst/gstsystemclock.h: - -/usr/include/gstreamer-0.10/gst/gsttagsetter.h: - -/usr/include/gstreamer-0.10/gst/gsttrace.h: - -/usr/include/gstreamer-0.10/gst/gsttypefind.h: - -/usr/include/gstreamer-0.10/gst/gsttypefindfactory.h: - -/usr/include/gstreamer-0.10/gst/gsturi.h: - -/usr/include/gstreamer-0.10/gst/gstutils.h: - -/usr/include/gstreamer-0.10/gst/gstparse.h: - -/usr/include/gstreamer-0.10/gst/gstxml.h: - -/usr/include/gstreamer-0.10/gst/gstcompat.h: - -../../../libs/openFrameworks/video/ofVideoPlayer.h: - -../../../libs/openFrameworks/video/ofGstVideoPlayer.h: - -../../../libs/openFrameworks/3d/ofCamera.h: - -../../../libs/openFrameworks/3d/ofEasyCam.h: - -../../../addons/ofxSVGTiny/src/ofxSVGTiny.h: - -../../../addons/ofxSVGTiny/libs/svgtiny.h: - -/usr/include/libxml2/libxml/parser.h: - -/usr/include/libxml2/libxml/xmlversion.h: - -/usr/include/libxml2/libxml/xmlexports.h: - -/usr/include/libxml2/libxml/tree.h: - -/usr/include/libxml2/libxml/xmlstring.h: - -/usr/include/libxml2/libxml/xmlregexp.h: - -/usr/include/libxml2/libxml/dict.h: - -/usr/include/libxml2/libxml/hash.h: - -/usr/include/libxml2/libxml/valid.h: - -/usr/include/libxml2/libxml/xmlerror.h: - -/usr/include/libxml2/libxml/list.h: - -/usr/include/libxml2/libxml/xmlautomata.h: - -/usr/include/libxml2/libxml/entities.h: - -/usr/include/libxml2/libxml/encoding.h: - -/usr/include/libxml2/libxml/xmlIO.h: - -/usr/include/libxml2/libxml/globals.h: - -/usr/include/libxml2/libxml/SAX.h: - -/usr/include/libxml2/libxml/xlink.h: - -/usr/include/libxml2/libxml/SAX2.h: - -/usr/include/libxml2/libxml/xmlmemory.h: - -/usr/include/libxml2/libxml/threads.h: diff --git a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/testApp.o b/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/testApp.o deleted file mode 100644 index 95fa389..0000000 Binary files a/liveengineUnmapped/ofxSVGTiny/example/obj/x86_64Release/src/testApp.o and /dev/null differ diff --git a/liveengineUnmapped/ofxSVGTiny/example/src/main.cpp b/liveengineUnmapped/ofxSVGTiny/example/src/main.cpp deleted file mode 100644 index 6a32c6a..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/src/main.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include "ofMain.h" -#include "testApp.h" -#include "ofAppGlutWindow.h" - -//======================================================================== -int main( ){ - - ofAppGlutWindow window; - ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context - - // this kicks off the running of my app - // can be OF_WINDOW or OF_FULLSCREEN - // pass in width and height too: - ofRunApp( new testApp()); - -} diff --git a/liveengineUnmapped/ofxSVGTiny/example/src/testApp.cpp b/liveengineUnmapped/ofxSVGTiny/example/src/testApp.cpp deleted file mode 100644 index db5e617..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/src/testApp.cpp +++ /dev/null @@ -1,114 +0,0 @@ -#include "testApp.h" - -#include "ofxSVGTiny.h" - -ofxSVGTiny svg; - -//-------------------------------------------------------------- -void testApp::setup() -{ - ofSetVerticalSync(true); - ofSetFrameRate(60); - - ofBackground(0); - ofSetColor(255); - - svg.load("taichi.svg"); -} - -float step; - -//-------------------------------------------------------------- -void testApp::update() -{ - step += 0.001; - if (step > 1) - { - step -= 1; - } -} - -//-------------------------------------------------------------- -void testApp::draw() -{ - - svg.draw(); - - glTranslatef(450, 0, 0); - - for (int i = 0; i < svg.getNumPath(); i++) - { - ofPath &p = svg.getPathAt(i); - - vector& lines = p.getOutline(); - - for (int k = 0; k < lines.size(); k++) - { - ofPolyline line = lines[k].getResampledBySpacing(1); - - int num = step * line.size(); - - glBegin(GL_LINE_STRIP); - for (int j = 0; j < num; j++) - { - ofVec3f &vv = line[j]; - glVertex3f(vv.x, vv.y, vv.z); - } - glEnd(); - } - } -} - -//-------------------------------------------------------------- -void testApp::keyPressed(int key) -{ - -} - -//-------------------------------------------------------------- -void testApp::keyReleased(int key) -{ - -} - -//-------------------------------------------------------------- -void testApp::mouseMoved(int x, int y) -{ - -} - -//-------------------------------------------------------------- -void testApp::mouseDragged(int x, int y, int button) -{ - -} - -//-------------------------------------------------------------- -void testApp::mousePressed(int x, int y, int button) -{ - -} - -//-------------------------------------------------------------- -void testApp::mouseReleased(int x, int y, int button) -{ - -} - -//-------------------------------------------------------------- -void testApp::windowResized(int w, int h) -{ - -} - -//-------------------------------------------------------------- -void testApp::gotMessage(ofMessage msg) -{ - -} - -//-------------------------------------------------------------- -void testApp::dragEvent(ofDragInfo dragInfo) -{ - -} \ No newline at end of file diff --git a/liveengineUnmapped/ofxSVGTiny/example/src/testApp.h b/liveengineUnmapped/ofxSVGTiny/example/src/testApp.h deleted file mode 100644 index 0cb5a8c..0000000 --- a/liveengineUnmapped/ofxSVGTiny/example/src/testApp.h +++ /dev/null @@ -1,22 +0,0 @@ -#pragma once - -#include "ofMain.h" - -class testApp : public ofBaseApp{ - - public: - void setup(); - void update(); - void draw(); - - void keyPressed (int key); - void keyReleased(int key); - void mouseMoved(int x, int y ); - void mouseDragged(int x, int y, int button); - void mousePressed(int x, int y, int button); - void mouseReleased(int x, int y, int button); - void windowResized(int w, int h); - void dragEvent(ofDragInfo dragInfo); - void gotMessage(ofMessage msg); - -}; -- cgit v1.2.3