Mercurial > mplayer.hg
view libdvdcss/Makefile @ 22555:0fb402c2be9b
Properly mark all phony targets as such.
author | diego |
---|---|
date | Wed, 14 Mar 2007 20:03:07 +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