[gxml] examples/c/Makefile: update
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] examples/c/Makefile: update
- Date: Fri, 23 Aug 2013 20:59:26 +0000 (UTC)
commit be749a99d5c72dc69b36768b931338a325d18837
Author: Richard Schwarting <aquarichy gmail com>
Date: Sun Jul 28 01:30:11 2013 -0400
examples/c/Makefile: update
examples/c/Makefile.example | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/examples/c/Makefile.example b/examples/c/Makefile.example
index 59a158b..a0293a8 100644
--- a/examples/c/Makefile.example
+++ b/examples/c/Makefile.example
@@ -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]