blob: 1a08c06737a13332c4032deaca7b171337812a1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
--- Makefile.in.orig Thu Jun 1 16:51:56 2000
+++ Makefile.in Tue Jan 24 18:39:03 2006
@@ -79,3 +79,5 @@
-SUBDIRS = tools scanners tktext-port
+AM_MAKEFLAGS = GTK_CFLAGS="$(CFLAGS) $(GTK_CFLAGS)"
+
+SUBDIRS = tools scanners
@@ -86,5 +88,5 @@
-libgtkeditor_la_LIBADD = tktext-port/gtktextlayout.lo tktext-port/gtktext.lo tktext-port/gtktextdisplay.lo tktext-port/gtktextbtree.lo tktext-port/gtktextbuffer.lo tktext-port/gtktexttag.lo tktext-port/gtktextmark.lo tktext-port/gtktexttypes.lo tktext-port/gstring.lo tktext-port/gbsearch.lo tktext-port/gtktextchild.lo tktext-port/gtktexttagtable.lo tktext-port/gtktextiter.lo tktext-port/gtktextsegment.lo
+libgtkeditor_la_LIBADD =
-libgtkeditor_la_LDFLAGS = `gtk-config --libs` -lunicode
+libgtkeditor_la_LDFLAGS = $(GTK_LIBS) -lunicode
testapp_LDADD = libgtkeditor.la
@@ -103,3 +105,3 @@
-libgtkeditor_la_SOURCES = gtkeditor.c highlight.c edit.c scanner.c
+libgtkeditor_la_SOURCES = gtkeditor.c highlight.c edit.c scanner.c gtktextlayout.c gtktext.c gtktextdisplay.c gtktextbtree.c gtktextbuffer.c gtktexttag.c gtktextmark.c gtktexttypes.c gstring.c gbsearch.c gtktextchild.c gtktexttagtable.c gtktextiter.c gtktextsegment.c
@@ -115,3 +117,3 @@
-DEFS = @DEFS@ -I. -I$(srcdir)
+DEFS = @DEFS@ -I. -I$(srcdir) -Itktext-port
CPPFLAGS = @CPPFLAGS@
@@ -119,11 +121,7 @@
LIBS = @LIBS@
-libgtkeditor_la_DEPENDENCIES = tktext-port/gtktextlayout.lo \
-tktext-port/gtktext.lo tktext-port/gtktextdisplay.lo \
-tktext-port/gtktextbtree.lo tktext-port/gtktextbuffer.lo \
-tktext-port/gtktexttag.lo tktext-port/gtktextmark.lo \
-tktext-port/gtktexttypes.lo tktext-port/gstring.lo \
-tktext-port/gbsearch.lo tktext-port/gtktextchild.lo \
-tktext-port/gtktexttagtable.lo tktext-port/gtktextiter.lo \
-tktext-port/gtktextsegment.lo
-libgtkeditor_la_OBJECTS = gtkeditor.lo highlight.lo edit.lo scanner.lo
+
+libgtkeditor_la_OBJECTS = gtkeditor.lo highlight.lo edit.lo scanner.lo \
+gtktextlayout.lo gtktext.lo gtktextdisplay.lo gtktextbtree.lo \
+gtktextbuffer.lo gtktexttag.lo gtktextmark.lo gtktexttypes.lo gstring.lo \
+gbsearch.lo gtktextchild.lo gtktexttagtable.lo gtktextiter.lo gtktextsegment.lo
PROGRAMS = $(noinst_PROGRAMS)
|