if HAVE_CRYSTALSPACE lib_LTLIBRARIES = libvos_csplugin.la else lib_LTLIBRARIES = endif libvos_csplugin_la_SOURCES = csvosa3dl.cc vosa3dl.hh \ voscone.cc voscone.hh \ voslight.cc voslight.hh \ vosmodel.cc vosmodel.hh \ vossector.cc vossector.hh \ vosbillboard.cc vosbillboard.hh \ voscube.cc voscube.hh \ voslightmapcache.cc voslightmapcache.hh \ vosobject3d.cc vosobject3d.hh \ vossphere.cc vossphere.hh \ vosclone.cc vosclone.hh \ voscylinder.cc voscylinder.hh \ vosmaterial.cc vosmaterial.hh \ vospolygonmesh.cc vospolygonmesh.hh \ vostexture.cc vostexture.hh INCLUDES=@DEFINES@ libvos_csplugin_la_CXXFLAGS = @CS_CFLAGS@ libvos_csplugin_la_LIBADD = -lvutil -lvip -lvos -lmetaobject_a3dl \ -lmetaobject_misc -lircclient $(top_builddir)/inplace/lib/libcrystalspace.a libvos_csplugin_la_LDFLAGS = -no-undefined -module -L$(top_builddir)/inplace/lib EXTRA_DIST = libvos_csplugin.csplugin INPLACE_LIB=libvos_csplugin include $(top_srcdir)/inplace.mak all-local: mk-inplace-dirs for lib in .libs/$(INPLACE_LIB).so* \ .libs/$(INPLACE_LIB).*dylib \ .libs/$(INPLACE_LIB)*.dll \ .libs/cyg`echo $(INPLACE_LIB) | cut -c4-`*.dll ; \ do \ if test -f $$lib ; then \ rm -f basename $(top_builddir)/inplace/lib/crystalspace/`basename $$lib` ; \ (cd $(top_builddir)/inplace/lib/crystalspace ; \ $(LN_S) ../../../$(subdir)/$$lib . ; ) \ fi ; \ done (if test -d $(top_builddir)/inplace/lib/crystalspace; then \ cd $(top_builddir)/inplace/lib/crystalspace ; \ rm -f libvos_csplugin.csplugin ; \ rm -f cygvos_csplugin-0.csplugin ; \ $(LN_S) ../../../$(subdir)/libvos_csplugin.csplugin . ; \ $(LN_S) ../../../$(subdir)/libvos_csplugin.csplugin cygvos_csplugin-0.csplugin ; \ fi) libvos_csplugin_la_GUID=64DEF0A2-0A47-11DB-9804-B622A1EF5492 include $(top_srcdir)/autonmake.mak include $(top_srcdir)/autovcproj.mak