diff src/wma/libffwma/Makefile @ 14:772c5d3af066 trunk

[svn] - remove some unnecessary Makefile.in's and replace them with normal Makefiles
author nenolod
date Mon, 18 Sep 2006 03:27:46 -0700
parents src/wma/libffwma/Makefile.in@3da1b8942b8b
children 21320918cc08
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/wma/libffwma/Makefile	Mon Sep 18 03:27:46 2006 -0700
@@ -0,0 +1,23 @@
+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)