view libdvdcss/Makefile @ 22551:45d3681feb02

major man page update patch by Fernando Tarn (icemanf gmail com) with some fixes by me (this patch still needs some review; note the added FIXME comment..)
author kraymer
date Wed, 14 Mar 2007 14:55:14 +0000
parents 090ec2169aee
children a6364c234e1d
line wrap: on
line source

include ../config.mak

LIBNAME_COMMON = libdvdcss.a

SRCS_COMMON = css.c \
              device.c \
              error.c \
              ioctl.c \
              libdvdcss.c \
              #bsdi_ioctl \

CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE \
	-DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \
	-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.9\"

ifeq ($(TARGET_OS),CYGWIN)
CFLAGS+=-DSYS_CYGWIN
endif

ifeq ($(TARGET_OS),Darwin)
CFLAGS+=-D__DARWIN__
endif

include ../mpcommon.mak