File: compile-gtk2im.sh

package info (click to toggle)
tamil-gtk2im 2.2-6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 232 kB
  • sloc: ansic: 2,828; sh: 144; makefile: 13
file content (52 lines) | stat: -rwxr-xr-x 1,742 bytes parent folder | download
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
#!/bin/sh

libtool --mode=compile gcc -DHAVE_CONFIG_H \
	`pkg-config --cflags gtk+-2.0` \
	-g -O2 -Wall -D_GNU_SOURCE -c \
	-o tamil99-tsc.lo tamil99-tsc.c

libtool --mode=link gcc  -g -O2 -Wall -D_GNU_SOURCE \
	-o tamil99-tsc.la -rpath ~/.gtk-2.0/immodules \
	-rpath ~/.gtk-2.0/immodules -avoid-version -module \
	tamil99-tsc.lo `pkg-config --libs gtk+-2.0`

libtool --mode=compile gcc -DHAVE_CONFIG_H \
	`pkg-config --cflags gtk+-2.0` \
	-g -O2 -Wall -D_GNU_SOURCE -c \
	-o tamil99-uni.lo tamil99-uni.c

libtool --mode=link gcc  -g -O2 -Wall -D_GNU_SOURCE \
	-o tamil99-uni.la -rpath ~/.gtk-2.0/immodules \
	-rpath ~/.gtk-2.0/immodules -avoid-version -module \
	tamil99-uni.lo `pkg-config --libs gtk+-2.0`

libtool --mode=compile gcc -DHAVE_CONFIG_H \
	`pkg-config --cflags gtk+-2.0` \
	-g -O2 -Wall -D_GNU_SOURCE -c \
	-o tavpim-tsc.lo tavpim-tsc.c

libtool --mode=link gcc  -g -O2 -Wall -D_GNU_SOURCE \
	-o tavpim-tsc.la -rpath ~/.gtk-2.0/immodules \
	-rpath ~/.gtk-2.0/immodules -avoid-version -module \
	tavpim-tsc.lo `pkg-config --libs gtk+-2.0`

libtool --mode=compile gcc -DHAVE_CONFIG_H \
	`pkg-config --cflags gtk+-2.0` \
	-g -O2 -Wall -D_GNU_SOURCE -c \
	-o tavpim-uni.lo tavpim-uni.c

libtool --mode=link gcc  -g -O2 -Wall -D_GNU_SOURCE \
	-o tavpim-uni.la -rpath ~/.gtk-2.0/immodules \
	-rpath ~/.gtk-2.0/immodules -avoid-version -module \
	tavpim-uni.lo `pkg-config --libs gtk+-2.0`	

libtool --mode=compile gcc -DHAVE_CONFIG_H \
	`pkg-config --cflags gtk+-2.0` \
	-g -O2 -Wall -D_GNU_SOURCE -c \
	-o anjal-uni.lo anjal-uni.c

libtool --mode=link gcc  -g -O2 -Wall -D_GNU_SOURCE \
	-o anjal-uni.la -rpath ~/.gtk-2.0/immodules \
	-rpath ~/.gtk-2.0/immodules -avoid-version -module \
	anjal-uni.lo `pkg-config --libs gtk+-2.0`