2008-03-20 19:02:37 +00:00
|
|
|
# $Id: Makefile.am,v 1.34 2008/03/20 19:02:37 karl Exp $
|
2003-04-19 08:29:13 +00:00
|
|
|
#
|
2008-03-20 19:02:37 +00:00
|
|
|
# Copyright (C) 2003, 2004, 2006, 2008 Rocky Bernstein <rocky@gnu.org>
|
2003-04-19 08:29:13 +00:00
|
|
|
#
|
2008-03-20 19:02:37 +00: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.
|
2003-04-19 08:29:13 +00:00
|
|
|
#
|
2008-03-20 19:02:37 +00:00
|
|
|
# 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.
|
2003-04-19 08:29:13 +00:00
|
|
|
#
|
2008-03-20 19:02:37 +00:00
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
2003-04-19 08:29:13 +00:00
|
|
|
########################################################
|
|
|
|
|
# Things to make the install (public) libcdio headers
|
|
|
|
|
########################################################
|
|
|
|
|
#
|
2003-04-19 09:13:06 +00:00
|
|
|
|
2007-11-16 21:52:08 +00:00
|
|
|
if BUILD_CD_PARANOIA
|
|
|
|
|
paranoiaheaders = cdda.h cdtext.h
|
|
|
|
|
endif
|
|
|
|
|
|
2003-04-21 14:13:54 +00:00
|
|
|
libcdioincludedir=$(includedir)/cdio
|
2003-08-17 05:31:19 +00:00
|
|
|
libcdioinclude_HEADERS = \
|
2005-03-01 00:41:34 +00:00
|
|
|
audio.h \
|
2004-10-22 01:13:38 +00:00
|
|
|
bytesex.h \
|
|
|
|
|
bytesex_asm.h \
|
2004-10-28 10:08:56 +00:00
|
|
|
cdio.h \
|
2005-03-19 06:42:22 +00:00
|
|
|
cdio_config.h \
|
2003-08-17 05:31:19 +00:00
|
|
|
cd_types.h \
|
2005-01-04 10:58:03 +00:00
|
|
|
device.h \
|
2005-01-04 04:33:36 +00:00
|
|
|
disc.h \
|
2004-10-09 03:20:28 +00:00
|
|
|
ds.h \
|
2004-07-25 16:35:29 +00:00
|
|
|
dvd.h \
|
2005-10-13 02:37:20 +00:00
|
|
|
ecma_167.h \
|
2003-08-17 05:31:19 +00:00
|
|
|
iso9660.h \
|
|
|
|
|
logging.h \
|
2005-02-07 03:36:01 +00:00
|
|
|
mmc.h \
|
2008-03-08 16:45:19 +00:00
|
|
|
paranoia.h \
|
2005-11-06 00:39:37 +00:00
|
|
|
posix.h \
|
2005-01-09 16:07:46 +00:00
|
|
|
read.h \
|
2005-02-13 00:20:04 +00:00
|
|
|
rock.h \
|
2003-08-17 05:31:19 +00:00
|
|
|
sector.h \
|
2004-12-31 05:47:36 +00:00
|
|
|
track.h \
|
2003-08-17 05:31:19 +00:00
|
|
|
types.h \
|
2005-10-13 02:37:20 +00:00
|
|
|
udf.h \
|
2005-10-30 07:35:36 +00:00
|
|
|
udf_file.h \
|
2005-10-26 02:05:53 +00:00
|
|
|
udf_time.h \
|
2006-06-02 21:54:21 +00:00
|
|
|
utf8.h \
|
2003-08-17 05:31:19 +00:00
|
|
|
util.h \
|
2003-08-31 07:39:45 +00:00
|
|
|
version.h \
|
2007-11-16 21:52:08 +00:00
|
|
|
xa.h \
|
|
|
|
|
$(paranoiaheaders)
|
2003-04-19 08:29:13 +00:00
|
|
|
|
2003-04-22 12:09:08 +00:00
|
|
|
EXTRA_DIST = version.h.in
|
|
|
|
|
BUILT_SOURCES = version.h
|
|
|
|
|
|
2006-02-27 10:10:08 +00:00
|
|
|
DISTCLEANFILES = cdio_config.h
|