summaryrefslogtreecommitdiff
path: root/src/libw32dll/DirectShow/Makefile.am
blob: 06f7706821b0ade85e00b05f24d8a2a42eb72a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

noinst_LTLIBRARIES = libds_filter.la

noinst_HEADERS = DS_Filter.h allocator.h cmediasample.h \
    guids.h inputpin.h interfaces.h iunk.h outputpin.h \
    DS_AudioDecoder.h 
# DS_VideoDecoder.h

libds_filter_la_SOURCES = guids.c inputpin.c outputpin.c allocator.c \
    cmediasample.c DS_Filter.c DS_AudioDecoder.c
# DS_VideoDecoder.c

##
##
CFLAGS = @GLOBAL_CFLAGS@ @X_CFLAGS@ -fno-omit-frame-pointer \
	-Wmissing-prototypes -Wimplicit-function-declaration \
	-DWIN32_PATH=\"@w32_path@\" -DNOAVIFILE_HEADERS

DEBUG_CFLAGS = @DEBUG_CFLAGS@ @X_CFLAGS@ -fno-omit-frame-pointer \
	-Wmissing-prototypes -Wimplicit-function-declaration \
	-DWIN32_PATH=\\\"@w32_path@\\\" -DNOAVIFILE_HEADERS

if HAVE_W32DLL
ds_filter_lib = libds_filter.la
endif
	

debug:
	@$(MAKE) CFLAGS="$(DEBUG_CFLAGS)"

mostlyclean-generic:
	-rm -f *~ \#* .*~ .\#*

maintainer-clean-generic:
	-@echo "This command is intended for maintainers to use;"
	-@echo "it deletes files that may require special tools to rebuild."
	-rm -f Makefile.in