gstreamer/parser/Makefile.am
2009-04-07 09:45:54 +02:00

16 lines
313 B
Makefile

TARGETS = gst-gapi-fixup.exe
DEBUGS = $(addsuffix .mdb, $(TARGETS))
all: $(TARGETS)
gst-gapi-fixup.exe: $(srcdir)/gst-gapi-fixup.cs
$(CSC) -out:$@ $(srcdir)/gst-gapi-fixup.cs
noinst_SCRIPTS = $(TARGETS)
CLEANFILES = $(TARGETS) $(DEBUGS)
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
gst-gapi-fixup.cs