2005-01-14 14:29:08 +00:00
|
|
|
noinst_PROGRAMS = threedconvert animassist normalmap
|
2003-11-12 10:06:18 +00:00
|
|
|
|
2004-03-22 20:19:18 +00:00
|
|
|
threedconvert_SOURCES = 3dconvert.cxx
|
2005-02-18 17:42:46 +00:00
|
|
|
threedconvert_LDADD = -lplibssg -lplibsg -lplibul \
|
|
|
|
$(opengl_LIBS) $(joystick_LIBS)
|
2004-01-09 21:19:44 +00:00
|
|
|
|
|
|
|
animassist_SOURCES = animassist.c
|
2004-01-09 22:29:22 +00:00
|
|
|
animassist_LDADD = $(base_LIBS)
|
2005-01-14 14:29:08 +00:00
|
|
|
|
|
|
|
normalmap_SOURCES = normalmap.cxx
|
|
|
|
normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz
|