1
0
Fork 0
flightgear/utils/Modeller/Makefile.am

11 lines
320 B
Text
Raw Normal View History

noinst_PROGRAMS = threedconvert animassist normalmap
threedconvert_SOURCES = 3dconvert.cxx
2005-01-24 12:17:39 +00:00
threedconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS)
animassist_SOURCES = animassist.c
animassist_LDADD = $(base_LIBS)
normalmap_SOURCES = normalmap.cxx
normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz