view Plugins/Input/wma/libffwma/Makefile.in @ 1680:92b4af21e6d2 trunk

[svn] Fixed some Makefiles to make it work with BSD make. I checked that it doesn't break gmake (compile & run works).
author js
date Wed, 13 Sep 2006 13:56:08 -0700
parents 79891e2fd8a5
children
line wrap: on
line source

include ../../../../mk/rules.mk
include ../../../../mk/init.mk

OBJECTIVE_LIBS_NOINST=	libffwma.a

SOURCES=	allcodecs.c allformats.c \
		asf.c avcodec.h avformat.h \
		avi.h avio.c avio.h aviobuf.c \
		bswap.h common.c common.h \
		cutils.c cutils.h dsputil.c dsputil.h \
		fft.c file.c futils.c mdct.c mms.c \
		os_support.c os_support.h \
		parser.c simple_idct.c simple_idct.h \
		utils.h utils.c wmadata.h wmadec.c mem.c uri.c

CFLAGS+=	$(PICFLAGS) $(GTK_CFLAGS) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -I../../../.. -I../../../../intl

OBJECTS=${SOURCES:.c=.o}

include ../../../../mk/objective.mk

libffwma.a: $(OBJECTS)
	$(AR) cq $@ $(OBJECTS)