57248a4bf9
that get installed rather than the build Makefiles.
13 lines
207 B
Makefile
13 lines
207 B
Makefile
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgbillboard.cpp
|
|
|
|
LIBS += $(OSG_LIBS) $(GLUT_LIB) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
|
|
EXEC = osgbillboard
|
|
|
|
include $(TOPDIR)/Make/makerules
|