Added missing makefiles
This commit is contained in:
parent
ed0200162c
commit
63e665a131
17
examples/osgparticleeffects/GNUmakefile
Normal file
17
examples/osgparticleeffects/GNUmakefile
Normal file
@ -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
|
13
examples/osgparticleeffects/GNUmakefile.inst
Normal file
13
examples/osgparticleeffects/GNUmakefile.inst
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user