annotate Makefile.am @ 368:62dd6af82d7b src

adapted the tree to the dvdread->libdvdread transition
author nicodvb
date Sat, 31 May 2008 12:34:25 +0000
parents 044e33c6ab04
children 5f2ccadb2123
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
368
62dd6af82d7b adapted the tree to the dvdread->libdvdread transition
nicodvb
parents: 296
diff changeset
3 SUBDIRS = libdvdread 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) \
368
62dd6af82d7b adapted the tree to the dvdread->libdvdread transition
nicodvb
parents: 296
diff changeset
8 -I$(top_srcdir)/src/libdvdread -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
296
044e33c6ab04 added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs
nicodvb
parents: 257
diff changeset
12 lib_LTLIBRARIES = libdvdnav.la libdvdnavmini.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 \
245
b4f9a592bc84 very small build system change: automake suggests to add headers for internal
mroi
parents: 236
diff changeset
16 searching.c settings.c remap.c \
b4f9a592bc84 very small build system change: automake suggests to add headers for internal
mroi
parents: 236
diff changeset
17 dvdnav_internal.h read_cache.h remap.h
0
3ddf0eaece51 Initial revision
richwareham
parents:
diff changeset
18
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
19 libdvdnav_la_LIBADD = $(THREAD_LIBS) \
368
62dd6af82d7b adapted the tree to the dvdread->libdvdread transition
nicodvb
parents: 296
diff changeset
20 $(top_builddir)/src/libdvdread/libdvdread.la \
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
21 $(top_builddir)/src/vm/libdvdvm.la
0
3ddf0eaece51 Initial revision
richwareham
parents:
diff changeset
22
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
23 libdvdnav_la_LDFLAGS = \
257
0340d2236219 newer versions of libtool claim the LT_* namespace for themselves, so
mroi
parents: 245
diff changeset
24 -version-info $(DVDNAV_LT_CURRENT):$(DVDNAV_LT_REVISION):$(DVDNAV_LT_AGE) \
236
78ad883b5a9f Makefiles have to use tabs for indentation (GNU make does not care, but other
mroi
parents: 235
diff changeset
25 -export-symbols-regex "(^dvdnav.*|^nav.*|^ifo.*|^DVD.*)"
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
26 # -release $(DVDNAV_MAJOR).$(DVDNAV_MINOR).$(DVDNAV_SUB)
0
3ddf0eaece51 Initial revision
richwareham
parents:
diff changeset
27
296
044e33c6ab04 added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs
nicodvb
parents: 257
diff changeset
28 libdvdnavmini_la_SOURCES = $(libdvdnav_la_SOURCES)
044e33c6ab04 added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs
nicodvb
parents: 257
diff changeset
29
044e33c6ab04 added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs
nicodvb
parents: 257
diff changeset
30 libdvdnavmini_la_LIBADD = $(THREAD_LIBS) \
044e33c6ab04 added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs
nicodvb
parents: 257
diff changeset
31 $(top_builddir)/src/vm/libdvdvm.la
044e33c6ab04 added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs
nicodvb
parents: 257
diff changeset
32
044e33c6ab04 added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs
nicodvb
parents: 257
diff changeset
33 libdvdnavmini_la_LDFLAGS = $(libdvdnav_la_LDFLAGS)
044e33c6ab04 added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs
nicodvb
parents: 257
diff changeset
34
225
9b1b740e3fc9 big build system changes
mroi
parents: 219
diff changeset
35 include_HEADERS = dvdnav.h dvdnav_events.h dvd_types.h