2007-07-16 13:47:42 +00:00
|
|
|
noinst_PROGRAMS = animassist normalmap photomodel
|
2003-11-12 10:06:18 +00:00
|
|
|
|
2006-12-17 10:12:38 +00:00
|
|
|
# threedconvert_SOURCES = 3dconvert.cxx
|
|
|
|
# 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
|
2007-07-16 13:47:42 +00:00
|
|
|
|
|
|
|
photomodel_SOURCES = photomodel.cxx
|
2008-12-26 12:38:32 +00:00
|
|
|
photomodel_LDADD = $(base_LIBS) -lsgbucket -lsgmath -lsgmisc -lsgdebug \
|
|
|
|
-lsgstructure
|