File: Makefile.am

package info (click to toggle)
vlc 1.1.3-1squeeze6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 134,496 kB
  • ctags: 53,762
  • sloc: ansic: 341,893; cpp: 80,372; objc: 23,171; sh: 12,102; makefile: 5,035; xml: 1,351; asm: 524; python: 257; perl: 76; sed: 16
file content (33 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download
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
29
30
31
32
33
# modules/misc/xml/Makefile.am automatically generated from modules/misc/xml/Modules.am by modules/genmf
# DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead.

basedir = misc
dir = misc/xml
mods = xml xtag
libvlc_LTLIBRARIES =  $(LTLIBxml)
EXTRA_LTLIBRARIES =  libxml_plugin.la

include $(top_srcdir)/modules/common.am

# The xml plugin
libxml_plugin_la_SOURCES = $(SOURCES_xml)
nodist_libxml_plugin_la_SOURCES = $(nodist_SOURCES_xml)
# Force per-target objects:
libxml_plugin_la_CFLAGS = $(AM_CFLAGS)
libxml_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
libxml_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
# Set LIBADD and DEPENDENCIES manually:
libxml_plugin_la_LIBADD = $(AM_LIBADD)
libxml_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym

# The xtag plugin
libxtag_plugin_la_SOURCES = $(SOURCES_xtag)
nodist_libxtag_plugin_la_SOURCES = $(nodist_SOURCES_xtag)
# Force per-target objects:
libxtag_plugin_la_CFLAGS = $(AM_CFLAGS)
libxtag_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
libxtag_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
# Set LIBADD and DEPENDENCIES manually:
libxtag_plugin_la_LIBADD = $(AM_LIBADD)
libxtag_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym