File: debian.config

package info (click to toggle)
pact 980714-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 13,096 kB
  • ctags: 26,034
  • sloc: ansic: 109,076; lisp: 9,645; csh: 7,147; fortran: 1,050; makefile: 136; lex: 95; sh: 32
file content (39 lines) | stat: -rw-r--r-- 779 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
#
# LINUX-6.CONFIG - LINUX configuration with GNU LibC 6.x
#

BuildStrategy      = none

MachDepInc	   = /usr/lib/mpich/include
MachDepLib         = -lc
MachDepGraphicsLib = -L/usr/X11R6/lib -lX11
UseGnuMake

MathLib		= blas
InstBase	= /usr

FCompiler  = g77
FOptimize  = -g -O2
CFLAGS     = -Wunused -Wimplicit
CDebug     = -g -O2
COptimize  = -g -O2
RANLIB	   = ranlib

.c.i:
	${CC} -E $< > $*.i

ShLib = lib${LibName}.so.${LibVers}
TGTShLib = ${LibDir}/${ShLib}
SharedObjs = ${Objs:%.o=%.pic_o}
# shared libraries to link binaries with
SharedLibs = `echo ${Libs} | sed -e s,${TGTLib},-l${LibName},`
# libraries to link with the shared library
ShLibLibs = `echo ${Libs} | sed -e s,${TGTLib},, -e s,-l${LibName},,`

MakeRule
(%): %

CEnvironment
   LINUX
   HAVE_GNU_LIBC_6
end