1
0
Fork 0
flightgear/utils/Modeller/Makefile.am
curt 953e3bbfac First revision of a small utility that will build a simple .ac file around
a aerial photo texture.  You need to determine the coordinates of the 4
corners of your image and this utility will use that to build a 3d model
in meters and tell you the information to copy into the proper .stg file.
2007-07-16 13:47:42 +00:00

14 lines
453 B
Makefile

noinst_PROGRAMS = animassist normalmap photomodel
# 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
normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz
photomodel_SOURCES = photomodel.cxx
photomodel_LDADD = $(base_LIBS) -lsgbucket -lsgmath -lsgmisc -lsgdebug