summaryrefslogtreecommitdiffstats
path: root/ext/metadata/test/Makefile
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2008-01-25 17:45:28 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2008-01-25 17:45:28 +0000
commit9e31b57dc37cb94761ab3aa98018c6f9bc496e0c (patch)
tree3f9470e0fef203014f017eb35a06b1da3426ed53 /ext/metadata/test/Makefile
parentef421fee72539e6202c8535687f15da2c3d4d1a7 (diff)
downloadgst-plugins-bad-9e31b57dc37cb94761ab3aa98018c6f9bc496e0c.tar.gz
gst-plugins-bad-9e31b57dc37cb94761ab3aa98018c6f9bc496e0c.tar.bz2
gst-plugins-bad-9e31b57dc37cb94761ab3aa98018c6f9bc496e0c.zip
Add lot of documentation.
Original commit message from CVS: Add lot of documentation.
Diffstat (limited to 'ext/metadata/test/Makefile')
-rw-r--r--ext/metadata/test/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/metadata/test/Makefile b/ext/metadata/test/Makefile
deleted file mode 100644
index dfcd3f73..00000000
--- a/ext/metadata/test/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-
-CC=gcc
-CFLAGS=-c -Wall -g3 -O0 `pkg-config --cflags gstreamer-0.10 libglade-2.0 gtk+-2.0`
-CLIBS=-lgstinterfaces-0.10 -Wl -export-dynamic `pkg-config --libs gstreamer-0.10 libglade-2.0 gtk+-2.0`
-
-all: metadata_editor
-
-metadata_editor: metadata_editor.o
- $(CC) $(CLIBS) metadata_editor.o -o metadata_editor
-
-metadata_editor.o: metadata_editor.c
- $(CC) $(CFLAGS) metadata_editor.c
-
-clean:
- rm -rf *.o metadata_editor
-