Modified Files: configure.ac utils/Makefile.am Added Files: utils/fgviewer/.cvsignore utils/fgviewer/Makefile.am utils/fgviewer/fgviewer.cxx
15 lines
438 B
Makefile
15 lines
438 B
Makefile
bin_PROGRAMS = fgviewer
|
|
|
|
fgviewer_SOURCES = fgviewer.cxx
|
|
fgviewer_LDADD = \
|
|
-lsgroute -lsgsky -lsgsound -lsgephem -lsgtgdb -lsgmaterial -lsgmodel \
|
|
-lsgbvh -lsgutil -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket \
|
|
-lsgprops -lsgdebug -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound \
|
|
-lsgserial -lsgstructure -lsgenvironment \
|
|
-lplibul \
|
|
$(OSG_LIBS) \
|
|
$(THREAD_LIBS) \
|
|
$(network_LIBS) \
|
|
-lz \
|
|
$(opengl_LIBS) \
|
|
$(openal_LIBS)
|