diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-13 17:51:38 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-13 17:51:38 +0000 |
commit | 631714140e6e95d3d8c7f7db6ae66ed12684fe55 (patch) | |
tree | 6681ddb365acedecf7d98abacfcf2d281a76a1fa /src/input/vcd/Makefile.am | |
parent | 19c6f41677d05b4ea60dc5f74172f130699c9587 (diff) | |
download | xine-lib-631714140e6e95d3d8c7f7db6ae66ed12684fe55.tar.gz xine-lib-631714140e6e95d3d8c7f7db6ae66ed12684fe55.tar.bz2 |
* use Makefile.common for global targets
* small changes to ensure, vcd files are packaged even with --disable-vcdnav
CVS patchset: 5515
CVS date: 2003/10/13 17:51:38
Diffstat (limited to 'src/input/vcd/Makefile.am')
-rw-r--r-- | src/input/vcd/Makefile.am | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/src/input/vcd/Makefile.am b/src/input/vcd/Makefile.am index 027c9621f..70ddcda1f 100644 --- a/src/input/vcd/Makefile.am +++ b/src/input/vcd/Makefile.am @@ -1,10 +1,9 @@ +include $(top_srcdir)/misc/Makefile.common + SUBDIRS = libcdio libvcd libdir = $(XINE_PLUGINDIR) -LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic -XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la - vcdx_SRCS = xineplug_inp_vcd.c vcdplayer.c vcdio.c xine-extra.c EXTRA_DIST = $(vcdx_SRCS) @@ -25,23 +24,3 @@ endif endif noinst_HEADERS = vcdio.h vcdplayer.h xine-extra.h - -debug: - @list='$(SUBDIRS)'; for subdir in $$list; do \ - (cd $$subdir && $(MAKE) $@) || exit;\ - done; - @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LIBCDIO_CFLAGS) $(LIBVCD_CFLAGS)" - -install-debug: debug - @list='$(SUBDIRS)'; for subdir in $$list; do \ - (cd $$subdir && $(MAKE) $@) || exit;\ - done; - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -mostlyclean-generic: - -rm -f *~ \#* .*~ .\#* - -maintainer-clean-generic: - -@echo "This command is intended for maintainers to use;" - -@echo "it deletes files that may require special tools to rebuild." - -rm -f Makefile.in |