File: Makefile.am

package info (click to toggle)
libg3d 0.0.8-38
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,864 kB
  • sloc: ansic: 27,295; sh: 9,263; xml: 4,123; makefile: 850; cpp: 13
file content (25 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (8)
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
pluginimpdir = $(pkglibdir)/plugins/import

if EXPERIMENTAL
pluginimp_LTLIBRARIES = imp_maya.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_maya_la_SOURCES = imp_maya.c imp_maya_chunks.h \
	imp_maya_callbacks.c imp_maya_callbacks.h \
	imp_maya_obj.c imp_maya_obj.h \
	imp_maya_var.c imp_maya_var.h
imp_maya_la_LIBADD = $(top_builddir)/src/libg3d.la @GLIB_LIBS@