blob: 84f3d2261920883b0a7b9064cd2c71b05110a828 (
plain) (
blame)
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
45
46
47
|
--- Makefile.orig Mon May 9 15:32:45 2005
+++ Makefile Mon May 9 15:35:03 2005
@@ -1,29 +1,31 @@
## deprecated in favour of AUTORECONF
-#ACLOCAL = aclocal
-#AUTOMAKE = automake --add-missing --copy
-#LIBTOOLIZE = libtoolize --force --copy
-#AUTOHEADER = autoheader
-#AUTOCONF = autoconf
+ACLOCAL = aclocal19
+AUTOMAKE = automake19 --add-missing --copy
+LIBTOOLIZE = libtoolize15 --force --copy
+AUTOHEADER = autoheader259
+AUTOCONF = autoconf259
#CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \
# $(LIBTOOLIZE) && \
# $(AUTOHEADER) && \
# $(AUTOMAKE) && \
# $(AUTOCONF)
-AUTORECONF = autoreconf
+AUTORECONF = autoreconf259
BOOTSTRAP = $(AUTORECONF) --install --force
INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake
-CONFIG_FLAGS = --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+CONFIG_FLAGS = --prefix=%%PREFIX%% --sysconfdir=%%LOCALBASE%%/etc --localstatedir=/var
-INTLDIRS = iiimgcf gnome-im-switcher
+#INTLDIRS = iiimgcf gnome-im-switcher
-BUILDDIRS = lib/CSConv lib/EIMIL lib/iiimp lib/iiimcf \
- iiimsf leif leif/sun_le_korea leif/sch_le_sun leif/tch_le_sun \
- iiimxcf/xiiimp.so iiimxcf/htt_xbe \
- iiimgcf gnome-im-switcher doc
+BUILDDIRS = iiimxcf/htt_xbe
+#BUILDDIRS = lib/CSConv lib/EIMIL lib/iiimp lib/iiimcf \
+# iiimsf leif leif/sun_le_korea leif/sch_le_sun leif/tch_le_sun \
+# iiimxcf/xiiimp.so iiimxcf/htt_xbe \
+# iiimgcf gnome-im-switcher doc
-CONFIGDIRS = $(BUILDDIRS) leif/m17n_le leif/thai_le_sun
+CONFIGDIRS = $(BUILDDIRS)
+#CONFIGDIRS = $(BUILDDIRS) leif/m17n_le leif/thai_le_sun
all: compile
|