From 62e247fbd116dc8605d3106a1e87eca468bfc1a3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 24 Feb 2007 09:04:27 +0000 Subject: [PATCH] Added makefile --- src/osgWrappers/osgShadow/GNUmakefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/osgWrappers/osgShadow/GNUmakefile diff --git a/src/osgWrappers/osgShadow/GNUmakefile b/src/osgWrappers/osgShadow/GNUmakefile new file mode 100644 index 000000000..c232cb25b --- /dev/null +++ b/src/osgWrappers/osgShadow/GNUmakefile @@ -0,0 +1,22 @@ +TOPDIR = ../../.. +include $(TOPDIR)/Make/makedefs + +CXXFILES =\ + Export.cpp\ + OccluderGeometry.cpp\ + ParallelSplitShadowMap.cpp\ + ShadowMap.cpp\ + ShadowTechnique.cpp\ + ShadowTexture.cpp\ + ShadowVolume.cpp\ + ShadowedScene.cpp\ + +LIBS += -losgShadow -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS) + +OPTF = -O + +TARGET_BASENAME = osgShadow +include $(TOPDIR)/Make/cygwin_wrapper_def +WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT) + +include $(TOPDIR)/Make/makerules