view libdvdcss/Makefile @ 22648:9c884a0a8375

Remove rule for non-existing file.
author diego
date Sat, 17 Mar 2007 00:53:53 +0000
parents d3bae1479ed2
children 404b9b4b13cd
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 -DVERSION=\"1.2.9\" \
         -DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H

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

include ../mpcommon.mak