From 63e665a131fb16426311a57682c27d64ca9b8e17 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 4 Apr 2005 11:42:43 +0000 Subject: [PATCH] Added missing makefiles --- examples/osgparticleeffects/GNUmakefile | 17 +++++++++++++++++ examples/osgparticleeffects/GNUmakefile.inst | 13 +++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 examples/osgparticleeffects/GNUmakefile create mode 100644 examples/osgparticleeffects/GNUmakefile.inst diff --git a/examples/osgparticleeffects/GNUmakefile b/examples/osgparticleeffects/GNUmakefile new file mode 100644 index 000000000..60bc6e5ec --- /dev/null +++ b/examples/osgparticleeffects/GNUmakefile @@ -0,0 +1,17 @@ +TOPDIR = ../.. +include $(TOPDIR)/Make/makedefs + +CXXFILES =\ + osgparticleeffects.cpp\ + +LIBS += -losgProducer -lProducer -losgParticle -losgSim -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) + +INSTFILES = \ + $(CXXFILES)\ + GNUmakefile.inst=GNUmakefile + +EXEC = osgparticleeffects + +INC += $(X_INC) + +include $(TOPDIR)/Make/makerules diff --git a/examples/osgparticleeffects/GNUmakefile.inst b/examples/osgparticleeffects/GNUmakefile.inst new file mode 100644 index 000000000..df78c4932 --- /dev/null +++ b/examples/osgparticleeffects/GNUmakefile.inst @@ -0,0 +1,13 @@ +TOPDIR = ../.. +include $(TOPDIR)/Make/makedefs + +CXXFILES =\ + osgparticleeffects.cpp\ + +LIBS += -losgText -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) + +EXEC = osgparticleeffects + +INC += $(X_INC) + +include $(TOPDIR)/Make/makerules