2011-07-08 21:40:07 -04:00
|
|
|
# Copyright (C) 2003, 2004, 2006, 2008, 2011 Rocky Bernstein <rocky@gnu.org>
|
2008-11-29 00:56:26 -05:00
|
|
|
#
|
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
#
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
|
# Things to make the install (public) libcdio headers
|
|
|
|
|
########################################################
|
|
|
|
|
#
|
|
|
|
|
|
2011-12-05 07:51:43 -05:00
|
|
|
cdio_config.h: $(top_builddir)/config.h
|
2011-10-20 19:44:10 -04:00
|
|
|
echo '#ifndef __CDIO_CONFIG_H__' > cdio_config.h
|
|
|
|
|
echo '#define __CDIO_CONFIG_H__' >> cdio_config.h
|
2011-10-20 21:46:29 -04:00
|
|
|
cat $(top_builddir)/config.h >>cdio_config.h
|
2011-10-20 18:24:10 -04:00
|
|
|
echo '#endif /* #ifndef CDIO_CONFIG_H */' >>cdio_config.h
|
2011-07-08 21:40:07 -04:00
|
|
|
|
2008-11-29 00:56:26 -05:00
|
|
|
libcdioincludedir=$(includedir)/cdio
|
2011-10-20 21:46:29 -04:00
|
|
|
dist_libcdioinclude_HEADERS = \
|
2008-11-29 00:56:26 -05:00
|
|
|
audio.h \
|
|
|
|
|
bytesex.h \
|
|
|
|
|
bytesex_asm.h \
|
|
|
|
|
cdio.h \
|
2011-10-20 20:32:20 -04:00
|
|
|
cdio_unconfig.h \
|
2008-11-29 00:56:26 -05:00
|
|
|
cd_types.h \
|
2012-02-23 03:47:08 -05:00
|
|
|
cdtext.h \
|
2008-11-29 00:56:26 -05:00
|
|
|
device.h \
|
|
|
|
|
disc.h \
|
|
|
|
|
ds.h \
|
|
|
|
|
dvd.h \
|
|
|
|
|
ecma_167.h \
|
|
|
|
|
iso9660.h \
|
|
|
|
|
logging.h \
|
|
|
|
|
mmc.h \
|
2010-02-06 11:59:35 -05:00
|
|
|
mmc_cmds.h \
|
2010-02-09 22:39:05 -05:00
|
|
|
mmc_hl_cmds.h \
|
|
|
|
|
mmc_ll_cmds.h \
|
2010-02-22 15:18:59 -05:00
|
|
|
mmc_util.h \
|
2008-11-29 00:56:26 -05:00
|
|
|
paranoia.h \
|
|
|
|
|
posix.h \
|
|
|
|
|
read.h \
|
|
|
|
|
rock.h \
|
|
|
|
|
sector.h \
|
|
|
|
|
track.h \
|
|
|
|
|
types.h \
|
|
|
|
|
udf.h \
|
|
|
|
|
udf_file.h \
|
|
|
|
|
udf_time.h \
|
|
|
|
|
utf8.h \
|
|
|
|
|
util.h \
|
|
|
|
|
version.h \
|
|
|
|
|
xa.h \
|
|
|
|
|
$(paranoiaheaders)
|
|
|
|
|
|
2011-10-20 21:46:29 -04:00
|
|
|
nodist_libcdioinclude_HEADERS = cdio_config.h
|
|
|
|
|
|
2008-11-29 00:56:26 -05:00
|
|
|
EXTRA_DIST = version.h.in
|
|
|
|
|
BUILT_SOURCES = version.h
|
|
|
|
|
|
|
|
|
|
DISTCLEANFILES = cdio_config.h
|