7 lines
216 B
Makefile
7 lines
216 B
Makefile
noinst_PROGRAMS = 3dconvert animassist
|
|
|
|
3dconvert_SOURCES = 3dconvert.cxx
|
|
3dconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS) $(audio_LIBS)
|
|
|
|
animassist_SOURCES = animassist.c
|
|
animassist_LDADD = $(base_LIBS)
|