X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2FModeller%2FMakefile.am;h=877fe39e9f69097dca2cb9f75cff4479dfe68910;hb=4dc76922c88187269957737f7a5d23017f8d51ad;hp=81a7ffc6035225b8677ac6102a8c07fbb11d9b18;hpb=57220efd9bab4c3efc1cf7ce3f9b90089337f1cc;p=flightgear.git diff --git a/utils/Modeller/Makefile.am b/utils/Modeller/Makefile.am index 81a7ffc60..877fe39e9 100644 --- a/utils/Modeller/Makefile.am +++ b/utils/Modeller/Makefile.am @@ -1,7 +1,15 @@ -noinst_PROGRAMS = 3dconvert animassist +noinst_PROGRAMS = animassist normalmap photomodel -3dconvert_SOURCES = 3dconvert.cxx -3dconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS) $(audio_LIBS) +# threedconvert_SOURCES = 3dconvert.cxx +# threedconvert_LDADD = -lplibssg -lplibsg -lplibul \ +# $(opengl_LIBS) $(joystick_LIBS) animassist_SOURCES = animassist.c animassist_LDADD = $(base_LIBS) + +normalmap_SOURCES = normalmap.cxx texture.cxx texture.hxx colours.h +normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz + +photomodel_SOURCES = photomodel.cxx +photomodel_LDADD = $(base_LIBS) -lsgbucket -lsgmath -lsgmisc -lsgdebug \ + -lsgstructure