view libdvdcss/Makefile @ 22625:34c5e9089683

Remove duplicate largefile CFLAGS that are set from configure.
author diego
date Fri, 16 Mar 2007 22:24:15 +0000
parents a6364c234e1d
children d3bae1479ed2
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 \
	-DVERSION=\"1.2.9\"

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

include ../mpcommon.mak