gstreamer/fixup/Makefile.am

17 lines
313 B
Makefile
Raw Normal View History

2009-04-04 12:18:28 +00:00
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