annotate Makefile.am @ 235:9a0d2dfdab3f src

Allow -export-symbols-regex again. libtool from the gentoo dist handles -export-symbols-regex wrongly. Removing libtool-1.4.2-expsym-linux.patch from the ebuild fixes the issue.
author jcdutton
date Fri, 06 Feb 2004 23:45:15 +0000
parents b50d37567f61
children 78ad883b5a9f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
1 include $(top_srcdir)/misc/Makefile.common
0
3ddf0eaece51 Initial revision
richwareham
parents:
diff changeset
2
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
3 SUBDIRS = dvdread vm
169
90b1f6f0520e Modified libdvdnav to do without libdvdread.
jcdutton
parents: 139
diff changeset
4
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
5 includedir = ${prefix}/include/dvdnav
0
3ddf0eaece51 Initial revision
richwareham
parents:
diff changeset
6
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
7 AM_CPPFLAGS = -DDVDNAV_COMPILE $(THREAD_CFLAGS) \
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
8 -I$(top_srcdir)/src/dvdread -I$(top_srcdir)/src/vm
0
3ddf0eaece51 Initial revision
richwareham
parents:
diff changeset
9
119
bd8601b74c3d this is causing more harm than good
mroi
parents: 118
diff changeset
10 EXTRA_DIST = README.MAP FELLOWSHIP.map
114
b6834e6359cf big libdvdnav cleanup, quoting the ChangeLog:
mroi
parents: 97
diff changeset
11
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
12 lib_LTLIBRARIES = libdvdnav.la
0
3ddf0eaece51 Initial revision
richwareham
parents:
diff changeset
13
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
14 libdvdnav_la_SOURCES = dvdnav.c \
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
15 read_cache.c navigation.c highlight.c \
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
16 searching.c settings.c remap.c
0
3ddf0eaece51 Initial revision
richwareham
parents:
diff changeset
17
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
18 libdvdnav_la_LIBADD = $(THREAD_LIBS) \
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
19 $(top_builddir)/src/dvdread/libdvdread.la \
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
20 $(top_builddir)/src/vm/libdvdvm.la
0
3ddf0eaece51 Initial revision
richwareham
parents:
diff changeset
21
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
22 libdvdnav_la_LDFLAGS = \
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
23 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
235
9a0d2dfdab3f Allow -export-symbols-regex again.
jcdutton
parents: 232
diff changeset
24 -export-symbols-regex "(^dvdnav.*|^nav.*|^ifo.*|^DVD.*)"
9a0d2dfdab3f Allow -export-symbols-regex again.
jcdutton
parents: 232
diff changeset
25 # -no-undefined
228
eef7478ffd45 Make libdvdnav compile when using a standard gentoo install.
jcdutton
parents: 225
diff changeset
26 # libtool 1.4.3 seems to be broken so -export-symbols-regex does not work.
eef7478ffd45 Make libdvdnav compile when using a standard gentoo install.
jcdutton
parents: 225
diff changeset
27 # -export-symbols-regex "(^dvdnav.*|^nav.*|^ifo.*|^DVD.*)"
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
28 # -release $(DVDNAV_MAJOR).$(DVDNAV_MINOR).$(DVDNAV_SUB)
0
3ddf0eaece51 Initial revision
richwareham
parents:
diff changeset
29
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
30 include_HEADERS = dvdnav.h dvdnav_events.h dvd_types.h
0
3ddf0eaece51 Initial revision
richwareham
parents:
diff changeset
31
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
32 noinst_HEADERS = dvdnav_internal.h read_cache.h remap.h