File: Makefile.am

package info (click to toggle)
abiword 3.0.8%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 64,532 kB
  • sloc: cpp: 477,427; ansic: 16,754; makefile: 5,785; xml: 4,014; yacc: 1,818; lex: 1,104; perl: 812; python: 413; php: 183; sh: 169
file content (28 lines) | stat: -rw-r--r-- 364 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
26
27
28

SUBDIRS = xp

if MSWRITE_BUILTIN
noinst_LTLIBRARIES = mswrite.la

else

plugindir = $(ABIWORD_PLUGINSDIR)
plugin_LTLIBRARIES = mswrite.la

endif

mswrite_la_LIBADD = \
	xp/libxp.la \
	$(MSWRITE_LIBS)

mswrite_la_LDFLAGS = \
	-avoid-version \
	-module \
	-no-undefined

mswrite_la_SOURCES = 
nodist_EXTRA_mswrite_la_SOURCES = dummy.cpp

EXTRA_DIST = \
	plugin.m4