[gxml/gsoc2013] examples/c/Makefile: update



commit 0042e1d748e04bde69ed6a5adb0db4351bcd4e1c
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Jul 28 01:30:11 2013 -0400

    examples/c/Makefile: update

 examples/c/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/examples/c/Makefile b/examples/c/Makefile
index 59a158b..a0293a8 100644
--- a/examples/c/Makefile
+++ b/examples/c/Makefile
@@ -1,9 +1,10 @@
 CC=gcc
 CFLAGS=`pkg-config --cflags gxml gio-2.0` -g -Wall
 LDFLAGS=`pkg-config --libs gxml gio-2.0`
+PROGS=create_document create_document_minimal create_document_from_string create_document_from_file 
create_document_from_path save_document_to_path save_document_to_stream
 
-example: example.o
+all: $(PROGS)
 
 clean:
-       rm example *.o
+       rm $(PROGS) *.o *~
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]