aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_blend/Makefile.am
blob: 7cc9cf5a5fda42af67bac1d5c945bb7f088fe650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pluginimpdir = $(pkglibdir)/plugins/import

if EXPERIMENTAL
pluginimp_LTLIBRARIES = imp_blend.la
endif

AM_CFLAGS = \
	-Wall -ansi -pedantic \
	-DG_LOG_DOMAIN=\"LibG3D\" \
	@DBG_CFLAGS@ -DDEBUG=@DEBUG@ \
	@GLIB_CFLAGS@

INCLUDES = -I$(top_srcdir)/include

AM_LDFLAGS = \
	-no-undefined -module \
	@PLUGINS_LDFLAGS@

LIBTOOL += --quiet

imp_blend_la_SOURCES = imp_blend.c imp_blend_def.h \
	imp_blend_types.h imp_blend_chunks.h \
	imp_blend_sdna.c imp_blend_sdna.h \
	imp_blend_read.c imp_blend_read.h \
	imp_blend_callbacks.h imp_blend_callbacks.c
imp_blend_la_LIBADD = $(top_builddir)/src/libg3d.la @GLIB_LIBS@