Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
c194e598
Commit
c194e598
authored
Apr 08, 2002
by
Arnaud de Bossoreille de Ribou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libdvbpsi.spec: added rpm .spec file.
parent
dc534625
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
274 additions
and
161 deletions
+274
-161
Makefile.in
Makefile.in
+45
-16
aclocal.m4
aclocal.m4
+35
-38
configure
configure
+94
-93
examples/Makefile.in
examples/Makefile.in
+3
-3
libdvbpsi.spec
libdvbpsi.spec
+86
-0
misc/Makefile.in
misc/Makefile.in
+3
-3
src/Makefile.in
src/Makefile.in
+4
-4
src/config.h.in
src/config.h.in
+1
-1
src/tables/Makefile.in
src/tables/Makefile.in
+3
-3
No files found.
Makefile.in
View file @
c194e598
# Makefile.in generated automatically by automake 1.4-p
4
from Makefile.am
# Makefile.in generated automatically by automake 1.4-p
5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -81,12 +81,13 @@ CONFIG_HEADER = ./src/config.h
CONFIG_CLEAN_FILES
=
DIST_COMMON
=
README AUTHORS COPYING ChangeLog INSTALL Makefile.am
\
Makefile.in NEWS aclocal.m4 config.guess config.sub configure
\
configure.in install-sh ltmain.sh missing mkinstalldirs
configure.in install-sh ltmain.sh missing mkinstalldirs src/config.h.in
\
src/stamp-h.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
all
:
all-redirect
.SUFFIXES
:
...
...
@@ -100,11 +101,39 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
$(ACLOCAL_M4)
:
configure.in
cd
$(srcdir)
&&
$(ACLOCAL)
config.status
:
$(srcdir)/configure
.in
$(CONFIG_STATUS_DEPENDENCIES)
config.status
:
$(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL)
./config.status
--recheck
$(srcdir)/configure
:
$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd
$(srcdir)
&&
$(AUTOCONF)
src/config.h
:
src/stamp-h
@
if
test
!
-f
$@
;
then
\
rm
-f
src/stamp-h
;
\
$(MAKE)
src/stamp-h
;
\
else
:
;
fi
src/stamp-h
:
$(srcdir)/src/config.h.in $(top_builddir)/config.status
cd
$(top_builddir)
\
&&
CONFIG_FILES
=
CONFIG_HEADERS
=
src/config.h
\
$(SHELL)
./config.status
@
echo
timestamp
>
src/stamp-h 2> /dev/null
$(srcdir)/src/config.h.in
:
$(srcdir)/src/stamp-h.in
@
if
test
!
-f
$@
;
then
\
rm
-f
$(srcdir)
/src/stamp-h.in
;
\
$(MAKE)
$(srcdir)
/src/stamp-h.in
;
\
else
:
;
fi
$(srcdir)/src/stamp-h.in
:
$(top_srcdir)/configure.in $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
$(AUTOHEADER)
@
echo
timestamp
>
$(srcdir)
/src/stamp-h.in 2> /dev/null
mostlyclean-hdr
:
clean-hdr
:
distclean-hdr
:
-
rm
-f
src/config.h
maintainer-clean-hdr
:
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
...
...
@@ -141,7 +170,7 @@ maintainer-clean-recursive:
dot_seen
=
no
;
\
rev
=
''
;
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
rev
=
"
$$
subdir
$$
rev"
;
\
test
"
$$
subdir"
=
"."
&&
dot_seen
=
yes
;
\
test
"
$$
subdir"
!=
"."
||
dot_seen
=
yes
;
\
done
;
\
test
"
$$
dot_seen"
=
"no"
&&
rev
=
".
$$
rev"
;
\
target
=
`
echo
$@
|
sed
s/-recursive//
`
;
\
...
...
@@ -293,33 +322,33 @@ distclean-generic:
-
rm
-f
config.cache config.log stamp-h stamp-h[0-9]
*
maintainer-clean-generic
:
mostlyclean-am
:
mostlyclean-tags mostlyclean-generic
mostlyclean-am
:
mostlyclean-
hdr mostlyclean-
tags mostlyclean-generic
mostlyclean
:
mostlyclean-recursive
clean-am
:
clean-tags clean-generic mostlyclean-am
clean-am
:
clean-
hdr clean-
tags clean-generic mostlyclean-am
clean
:
clean-recursive
distclean-am
:
distclean-tags distclean-generic clean-am
distclean-am
:
distclean-
hdr distclean-
tags distclean-generic clean-am
-
rm
-f
libtool
distclean
:
distclean-recursive
-
rm
-f
config.status
maintainer-clean-am
:
maintainer-clean-
tags maintainer-clean-generic
\
distclean-am
maintainer-clean-am
:
maintainer-clean-
hdr maintainer-clean-tags
\
maintainer-clean-generic
distclean-am
@
echo
"This command is intended for maintainers to use;"
@
echo
"it deletes files that may require special tools to rebuild."
maintainer-clean
:
maintainer-clean-recursive
-
rm
-f
config.status
.PHONY
:
install-data-recursive uninstall-data-recursive
\
install-
exec-recursive uninstall-exec-recursive installdirs
-recursive
\
uninstall
dirs-recursive all-recursive check
-recursive
\
installcheck-recursive info-recursive dvi
-recursive
\
mostlyclean-recursive distclean-recursive clean-recursive
\
.PHONY
:
mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr
\
install-
data-recursive uninstall-data-recursive install-exec
-recursive
\
uninstall
-exec-recursive installdirs-recursive uninstalldirs
-recursive
\
all-recursive check-recursive installcheck-recursive info
-recursive
\
dvi-recursive
mostlyclean-recursive distclean-recursive clean-recursive
\
maintainer-clean-recursive tags tags-recursive mostlyclean-tags
\
distclean-tags clean-tags maintainer-clean-tags distdir info-am info
\
dvi-am dvi check check-am installcheck-am installcheck install-exec-am
\
...
...
aclocal.m4
View file @
c194e598
dnl aclocal.m4 generated automatically by aclocal 1.4-p
4
dnl aclocal.m4 generated automatically by aclocal 1.4-p
5
dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
dnl Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
...
...
@@ -19,7 +19,7 @@ dnl PARTICULAR PURPOSE.
dnl Usage:
dnl AM_INIT_AUTOMAKE(package,version, [no-define])
AC_DEFUN(
AM_INIT_AUTOMAKE
,
AC_DEFUN(
[AM_INIT_AUTOMAKE]
,
[AC_REQUIRE([AC_PROG_INSTALL])
PACKAGE=[$1]
AC_SUBST(PACKAGE)
...
...
@@ -47,7 +47,7 @@ AC_REQUIRE([AC_PROG_MAKE_SET])])
# Check to make sure that the build environment is sane.
#
AC_DEFUN(
AM_SANITY_CHECK
,
AC_DEFUN(
[AM_SANITY_CHECK]
,
[AC_MSG_CHECKING([whether build environment is sane])
# Just in case
sleep 1
...
...
@@ -88,7 +88,7 @@ AC_MSG_RESULT(yes)])
dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
dnl The program must properly implement --version.
AC_DEFUN(
AM_MISSING_PROG
,
AC_DEFUN(
[AM_MISSING_PROG]
,
[AC_MSG_CHECKING(for working $2)
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
...
...
@@ -104,7 +104,7 @@ AC_SUBST($1)])
# Like AC_CONFIG_HEADER, but automatically create stamp file.
AC_DEFUN(
AM_CONFIG_HEADER
,
AC_DEFUN(
[AM_CONFIG_HEADER]
,
[AC_PREREQ([2.12])
AC_CONFIG_HEADER([$1])
dnl When config.status generates a header, we must update the stamp-h file.
...
...
@@ -321,7 +321,7 @@ hpux*) # Its linker distinguishes data from code symbols
lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
;;
irix*
| nonstopux*
)
irix*)
symcode='[[BCDEGRST]]'
;;
solaris* | sysv5*)
...
...
@@ -964,7 +964,7 @@ AC_CACHE_VAL(lt_cv_prog_cc_pic,
# like `-m68040'.
lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
;;
beos* | irix5* | irix6* |
nonstopux* |
osf3* | osf4* | osf5*)
beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
# PIC is the default for these OSes.
;;
darwin* | rhapsody*)
...
...
@@ -1007,7 +1007,7 @@ AC_CACHE_VAL(lt_cv_prog_cc_pic,
lt_cv_prog_cc_pic='+Z'
;;
irix5* | irix6*
| nonstopux*
)
irix5* | irix6*)
lt_cv_prog_cc_wl='-Wl,'
lt_cv_prog_cc_static='-non_shared'
# PIC (with -KPIC) is the default.
...
...
@@ -1658,9 +1658,8 @@ else
esac
# FIXME: Relying on posixy $() will cause problems for
# cross-compilation, but unfortunately the echo tests do not
# yet detect zsh echo's removal of \ escapes. Also zsh mangles
# `"' quotes if we put them in here... so don't!
archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
# yet detect zsh echo's removal of \ escapes.
archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
hardcode_direct=yes
...
...
@@ -1712,7 +1711,7 @@ else
export_dynamic_flag_spec='${wl}-E'
;;
irix5* | irix6*
| nonstopux*
)
irix5* | irix6*)
if test "$GCC" = yes; then
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
else
...
...
@@ -2000,8 +1999,8 @@ shlibpath_var=
shlibpath_overrides_runpath=unknown
version_type=none
dynamic_linker="$host_os ld.so"
sys_lib_dlsearch_path_spec="/lib /usr/lib"
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
sys_lib_dlsearch_path_spec="/lib /usr/lib
/usr/X11R6/lib
"
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib
/usr/X11R6/lib
"
case $host_os in
aix3*)
...
...
@@ -2183,17 +2182,14 @@ hpux9* | hpux10* | hpux11*)
postinstall_cmds='chmod 555 $lib'
;;
irix5* | irix6* | nonstopux*)
case $host_os in
nonstopux*) version_type=nonstopux ;;
*) version_type=irix ;;
esac
irix5* | irix6*)
version_type=irix
need_lib_prefix=no
need_version=no
soname_spec='${libname}${release}.so$major'
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
case $host_os in
irix5*
| nonstopux*
)
irix5*)
libsuff= shlibsuff=
;;
*)
...
...
@@ -2297,7 +2293,6 @@ os2*)
osf3* | osf4* | osf5*)
version_type=osf
need_version=no
need_lib_prefix=no
soname_spec='${libname}${release}.so'
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
shlibpath_var=LD_LIBRARY_PATH
...
...
@@ -3398,9 +3393,9 @@ hpux10.20*|hpux11*)
lt_cv_file_magic_test_file=/usr/lib/libc.sl
;;
irix5* | irix6*
| nonstopux*
)
irix5* | irix6*)
case $host_os in
irix5*
| nonstopux*
)
irix5*)
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
;;
...
...
@@ -3421,7 +3416,13 @@ irix5* | irix6* | nonstopux*)
# This must be Linux ELF.
linux-gnu*)
lt_cv_deplibs_check_method=pass_all
case $host_cpu in
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
lt_cv_deplibs_check_method=pass_all ;;
*)
# glibc up to 2.1.1 does not perform some relocations on ARM
lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
esac
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
;;
...
...
@@ -3552,12 +3553,12 @@ esac
])
# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
# the libltdl convenience library and
LTDLINC
L to the include flags for
# the libltdl convenience library and
INCLTD
L to the include flags for
# the libltdl header and adds --enable-ltdl-convenience to the
# configure arguments. Note that LIBLTDL and
LTDLINC
L are not
# configure arguments. Note that LIBLTDL and
INCLTD
L are not
# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not
# provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed
# with '${top_builddir}/' and
LTDLINC
L will be prefixed with
# with '${top_builddir}/' and
INCLTD
L will be prefixed with
# '${top_srcdir}/' (note the single quotes!). If your package is not
# flat and you're not using automake, define top_builddir and
# top_srcdir appropriately in the Makefiles.
...
...
@@ -3569,18 +3570,16 @@ AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
esac
LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
# For backwards non-gettext consistent compatibility...
INCLTDL="$LTDLINCL"
INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
])
# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
# the libltdl installable library and
LTDLINC
L to the include flags for
# the libltdl installable library and
INCLTD
L to the include flags for
# the libltdl header and adds --enable-ltdl-install to the configure
# arguments. Note that LIBLTDL and
LTDLINC
L are not AC_SUBSTed, nor is
# arguments. Note that LIBLTDL and
INCLTD
L are not AC_SUBSTed, nor is
# AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed
# libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will
# be prefixed with '${top_builddir}/' and
LTDLINC
L will be prefixed
# be prefixed with '${top_builddir}/' and
INCLTD
L will be prefixed
# with '${top_srcdir}/' (note the single quotes!). If your package is
# not flat and you're not using automake, define top_builddir and
# top_srcdir appropriately in the Makefiles.
...
...
@@ -3598,14 +3597,12 @@ AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
if test x"$enable_ltdl_install" = x"yes"; then
ac_configure_args="$ac_configure_args --enable-ltdl-install"
LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
LTDLINC
L='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
INCLTD
L='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
else
ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
LIBLTDL="-lltdl"
LTDLINC
L=
INCLTD
L=
fi
# For backwards non-gettext consistent compatibility...
INCLTDL="$LTDLINCL"
])
# old names
...
...
configure
View file @
c194e598
This diff is collapsed.
Click to expand it.
examples/Makefile.in
View file @
c194e598
# Makefile.in generated automatically by automake 1.4-p
4
from Makefile.am
# Makefile.in generated automatically by automake 1.4-p
5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -108,7 +108,7 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
DEP_FILES
=
.deps/decode_pat.P .deps/decode_pmt.P
SOURCES
=
$(decode_pat_SOURCES)
$(decode_pmt_SOURCES)
...
...
libdvbpsi.spec
0 → 100644
View file @
c194e598
%define name libdvbpsi
%define version 0.1.0
%define release 1
%define major 0
%define lib_name %{name}%{major}
Summary: A library for decoding and generating MPEG 2 and DVB PSI sections.
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
URL: http://www.videolan.org
Group: Application/Multimedia
Source: http://www.videolan.org/libdvbpsi/%{version}/%{name}-%{version}.tar.gz
BuildRoot: %_tmppath/%name-%version-%release-root
%description
libdvbpsi is a simple library designed for MPEG 2 TS and DVB PSI tables
decoding and generating. The important features are:
* PAT decoder and genarator.
* PMT decoder and generator.
%package -n %{lib_name}
Summary: A library for decoding and generating MPEG 2 and DVB PSI sections.
Group: Application/Multimedia
Provides: %name
%description -n %{lib_name}
libdvbpsi is a simple library designed for MPEG 2 TS and DVB PSI tables
decoding and generating. The important features are:
* PAT decoder and genarator.
* PMT decoder and generator.
%package -n %{lib_name}-devel
Summary: Development tools for programs which will use the libdvbpsi library.
Group: Development/C
Provides: %name-devel
Requires: %{lib_name} = %{version}
%description -n %{lib_name}-devel
The %{name}-devel package includes the header files and static libraries
necessary for developing programs which will manipulate MPEG 2 and DVB PSI
information using the %{name} library.
If you are going to develop programs which will manipulate MPEG 2 and DVB PSI
information you should install %{name}-devel. You'll also need to have
the %name package installed.
%prep
%setup -q
%build
./configure --prefix=%_prefix --enable-release
make
%install
%makeinstall
%clean
rm -rf %buildroot
%post -n %{lib_name} -p /sbin/ldconfig
%postun -n %{lib_name} -p /sbin/ldconfig
%files -n %{lib_name}
%defattr(-,root,root,-)
%doc AUTHORS README COPYING ChangeLog
%{_libdir}/*.so.*
%files -n %{lib_name}-devel
%defattr(-,root,root)
%doc COPYING
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/*
%changelog
* Mon Apr 8 2002 Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
- split into two separate packages.
* Thu Apr 4 2002 Jean-Paul Saman <saman@natlab.research.philips.com>
- first version of package for redhat systems.
misc/Makefile.in
View file @
c194e598
# Makefile.in generated automatically by automake 1.4-p
4
from Makefile.am
# Makefile.in generated automatically by automake 1.4-p
5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -114,7 +114,7 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
DEP_FILES
=
.deps/gen_crc.P .deps/gen_pat.P .deps/gen_pmt.P
SOURCES
=
$(gen_crc_SOURCES)
$(gen_pat_SOURCES)
$(gen_pmt_SOURCES)
...
...
src/Makefile.in
View file @
c194e598
# Makefile.in generated automatically by automake 1.4-p
4
from Makefile.am
# Makefile.in generated automatically by automake 1.4-p
5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -109,7 +109,7 @@ DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in config.h.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
DEP_FILES
=
.deps/descriptor.P .deps/dvbpsi.P .deps/psi.P
SOURCES
=
$(libdvbpsi_la_SOURCES)
...
...
@@ -271,7 +271,7 @@ maintainer-clean-recursive:
dot_seen
=
no
;
\
rev
=
''
;
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
rev
=
"
$$
subdir
$$
rev"
;
\
test
"
$$
subdir"
=
"."
&&
dot_seen
=
yes
;
\
test
"
$$
subdir"
!=
"."
||
dot_seen
=
yes
;
\
done
;
\
test
"
$$
dot_seen"
=
"no"
&&
rev
=
".
$$
rev"
;
\
target
=
`
echo
$@
|
sed
s/-recursive//
`
;
\
...
...
src/config.h.in
View file @
c194e598
/* src/config.h.in. Generated automatically from configure.in by autoheader
2.13
. */
/* src/config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
...
...
src/tables/Makefile.in
View file @
c194e598
# Makefile.in generated automatically by automake 1.4-p
4
from Makefile.am
# Makefile.in generated automatically by automake 1.4-p
5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -107,7 +107,7 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
DEP_FILES
=
.deps/pat.P .deps/pmt.P
SOURCES
=
$(lib_tables_la_SOURCES)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment