7 lines
228 B
Makefile
7 lines
228 B
Makefile
noinst_PROGRAMS = threedconvert animassist
|
|
|
|
threedconvert_SOURCES = 3dconvert.cxx
|
|
threedconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS) $(audio_LIBS)
|
|
|
|
animassist_SOURCES = animassist.c
|
|
animassist_LDADD = $(base_LIBS)
|