13 lines
192 B
Makefile
13 lines
192 B
Makefile
if BUILD_SSG
|
|
|
|
noinst_PROGRAMS = shrubs
|
|
|
|
shrubs_SOURCES = shrubs.cxx
|
|
|
|
shrubs_LDADD = -lplibssgaux -lplibssg -lplibpu -lplibfnt -lplibsg -lplibul $(GLUT_LIBS) $(OGL_LIBS)
|
|
|
|
endif
|
|
|
|
EXTRA_DIST =
|
|
|