-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
70 lines (42 loc) · 1.31 KB
/
Makefile.am
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
###############################################################################
LANG1=kaz
LANG2=eng
PREFIX1=$(LANG1)-$(LANG2)
BASENAME=matxin-$(PREFIX1)
TARGETS_COMMON=$(PREFIX1).autobil.bin \
$(PREFIX1).t1x.bin \
$(PREFIX1).l1x.dat \
$(PREFIX1).gnx.bin \
$(PREFIX1).autogen.bin \
$(PREFIX1).autopgen.bin
@ap_include@
###############################################################################
#
#
#
$(PREFIX1).autobil.bin: $(BASENAME).$(PREFIX1).dix
lt-comp lr $< $@
$(PREFIX1).t1x.bin: $(BASENAME).$(PREFIX1).t1x
matxin-preprocess-transfer $< $@
$(PREFIX1).l1x.dat: $(BASENAME).$(PREFIX1).l1x
cp $< $@
$(PREFIX1).gnx.bin: $(AP_SRC2)/$(LANG2).gnx.bin
cp $< $@
$(PREFIX1).autogen.bin: $(AP_SRC2)/$(LANG2).autogen.bin
cp $< $@
#
#
#
$(PREFIX1).autopgen.bin: $(AP_SRC2a)/$(LANG2).autopgen.bin
cp $< $@
###############################################################################
EXTRA_DIST=$(BASENAME).$(PREFIX1).dix
matxin_kaz_engdir=$(prefix)/share/matxin/$(BASENAME)
matxin_kaz_eng_srcdir=$(prefix)/share/matxin/$(BASENAME)
matxin_kaz_eng_DATA=$(TARGETS_COMMON)
# All modes are created by the same goal, listing several will just give problems with make -j2
noinst_DATA=modes/$(PREFIX1).mode
install-data-local: install-modes
CLEANFILES = $(TARGETS_COMMON)
clean-local:
-rm -rf .deps modes