1#ident @(#)apple_driver.mk	1.3 10/12/19
2###########################################################################
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License version 2
5# as published by the Free Software Foundation.
6#
7# This program is distributed in the hope that it will be useful,
8# but WITHOUT ANY WARRANTY; without even the implied warranty of
9# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10# GNU General Public License for more details.
11#
12# You should have received a copy of the GNU General Public License along with
13# this program; see the file COPYING.  If not, write to the Free Software
14# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15###########################################################################
16SRCROOT=	..
17RULESDIR=	RULES
18include		$(SRCROOT)/$(RULESDIR)/rules.top
19###########################################################################
20
21INSDIR=		bin
22TARGET=		apple_driver
23CPPOPTS +=	-DAPPLE_HYB
24CPPOPTS +=	-I../libhfs_iso/
25CPPOPTS	+=	-I../cdrecord
26CPPOPTS +=	-DINS_BASE=\"${INS_BASE}\"
27CPPOPTS +=	-DTEXT_DOMAIN=\"SCHILY_cdrtools\"
28
29CFILES=		apple_driver.c
30HFILES=		config.h mac_label.h mkisofs.h
31LIBS=		-lschily
32XMK_FILE=	apple_driver_man.mk
33
34###########################################################################
35include		$(SRCROOT)/$(RULESDIR)/rules.cmd
36###########################################################################
37