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