File: static_make

package info (click to toggle)
mysql-gui-tools 5.0r14%2BopenSUSE-2.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 116,956 kB
  • ctags: 48,715
  • sloc: sql: 341,918; pascal: 276,698; ansic: 91,020; cpp: 90,451; objc: 33,236; sh: 29,481; yacc: 10,756; xml: 10,589; java: 10,079; php: 2,806; python: 2,092; makefile: 1,783; perl: 4
file content (49 lines) | stat: -rw-r--r-- 1,250 bytes parent folder | download | duplicates (3)
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
#!/bin/sh
#
# Files that need to be moved out of /usr/lib to hide dynamic libraries them from the linker.
#

#libart_lgpl.so
#libaudiofile.so
#libbonobo-2.so
#libbonobo-activation.so
#libbonobo-print.so
#libbonobo.so
#libbonoboui-2.so
#libesd.so
#libgailutil.so
#libgal-2.0.so
#libgal-a11y-2.0.so
#libgal.so
#libglade.so
#libgnome-2.so
#libgnomecanvas-2.so
#libgnomecanvaspixbuf.so
#libgnomeprint-2-2.so
#libgnomeprint.so
#libgnomeprintui-2-2.so
#libgnomeui-2.so
#libgnomevfs-2.so
#libgtkhtml-3.0.so
#libgtkhtml-a11y-3.0.so
#libgtksourceview-1.0.so
#libORBit-2.so
#libORBitCosNaming-2.so
#libORBitCosNaming.so
#libORBit-imodule-2.so
#libORBit.so
#libORBitutil.so
#libpopt.so


# This needs to be dynamic, because some paths are hardcoded in the 
# library. (bug #5009)
#libgconf-2.so


# for debian
#make LIBS='-lXft -lpangoft2-1.0 -lfontconfig -lfreetype -lpng -ltiff -ljpeg -lexpat -L/usr/X11R6/lib -lX11 -lXext -lXinerama -lXi -lXrender -L/usr/lib -lgal-2.0 -lgailutil -lgnutls -lORBitCosNaming-2 -lesd -lXcursor -lXrandr '

# for fc1
make LIBS='-lXft -lpango-1.0 -lfontconfig -lfreetype -lpng -ltiff -ljpeg -lexpat -L/usr/X11R6/lib -lX11 -lXext -lXinerama -lXi -lXrender -L/usr/lib -lgailutil -lORBitCosNaming-2 -lXcursor -lXrandr -laudiofile '