15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
|
TOPDIR = ../..
|
||
|
include $(TOPDIR)/Make/makedefs
|
||
|
|
||
|
CXXFILES =\
|
||
|
osgGLUTsimple.cpp\
|
||
|
|
||
|
LIBS += -losgDB -losgUtil -losg -lglut $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
||
|
|
||
|
EXEC = osgGLUTsimple
|
||
|
|
||
|
INC += $(X_INC)
|
||
|
LDFLAGS +=
|
||
|
|
||
|
include $(TOPDIR)/Make/makerules
|