12 lines
185 B
Plaintext
12 lines
185 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgversion.cpp\
|
|
|
|
LIBS += -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgversion
|
|
|
|
include $(TOPDIR)/Make/makerules
|