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 (24 lines) | stat: -rw-r--r-- 501 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
pluginimpdir = $(pkglibdir)/plugins/import

if EXPERIMENTAL
pluginimp_LTLIBRARIES = imp_flt.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_flt_la_SOURCES = imp_flt.c imp_flt.h \
	imp_flt_opcodes.h \
	imp_flt_callbacks.c imp_flt_callbacks.h
imp_flt_la_LIBADD = $(top_builddir)/src/libg3d.la @GLIB_LIBS@