2004-01-09 21:19:44 +00:00
|
|
|
noinst_PROGRAMS = 3dconvert animassist
|
2003-11-12 10:06:18 +00:00
|
|
|
|
|
|
|
3dconvert_SOURCES = 3dconvert.cxx
|
2003-11-14 17:51:22 +00:00
|
|
|
3dconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS) $(audio_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)
|