Update of /cvsroot/gtk2hs/gtk2hs/glade
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1145/glade
Modified Files:
Makefile Glade.chs
Log Message:
change the other makefiles to use pre-processor on hierarchy.list
minor fix in glade/Glade.chs
Index: Makefile
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/glade/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 18 Apr 2004 18:20:50 -0000 1.3
+++ Makefile 30 Apr 2004 12:50:15 -0000 1.4
@@ -42,8 +42,8 @@
NEEDCHI = GladeType
GladeType.chs : ../tools/hierarchyGen/hierarchy.list
- $(strip ../tools/hierarchyGen/TypeGenerator \
- ../tools/hierarchyGen/hierarchy.list \
+ $(CPP) $(GTK_CFLAGS) - < $(TOP)/tools/hierarchyGen/hierarchy.list | \
+ $(strip ../tools/hierarchyGen/TypeGenerator - \
GladeType.chs \
$(addprefix --tag=,$(TYPE_TAGS))) --lib=glade --prefix=glade
Index: Glade.chs
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/glade/Glade.chs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Glade.chs 11 Dec 2003 22:48:24 -0000 1.1
+++ Glade.chs 30 Apr 2004 12:50:15 -0000 1.2
@@ -67,7 +67,7 @@
{#import GladeType#}
import GList
-{#context lib="libglade" prefix ="glade"#}
+{#context lib="glade" prefix ="glade"#}
-- |Operations
|