~ubuntu-branches/ubuntu/oneiric/ifeffit/oneiric

« back to all changes in this revision

Viewing changes to wrappers/tcl/TclSetup.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-03-08 23:15:54 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090308231554-pubym5d5by779fpn
Tags: 2:1.2.11d-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Use --install-layout=deb option to build with Python 2.6.
* Update maintainer as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#    LIB_F77 = Fortran libraries
10
10
#    LIB_X11 = X Libaries
11
11
#    INC_IFF = location of ifeffit.h
12
 
LIB_IFF  = -L/usr/local/lib -lifeffit
 
12
LIB_IFF  = -L/usr/lib -lifeffit
13
13
LIB_PLT  = -L/usr/local/share/ifeffit/pgplot -lpgplot_iff -lpng -lz -lX11
14
14
LIB_F77  = -L/usr/lib/gcc/x86_64-redhat-linux/4.1.1 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm -lgcc_s 
15
 
INC_IFF  = -I/usr/local/share/ifeffit/config
 
15
INC_IFF  = -I/usr/share/ifeffit/config
16
16
#==  
17
17
LIB_IFF  = -L../../src/lib -lifeffit 
18
 
INC_IFF  = -I../../src/lib -I/usr/local/share/ifeffit/config
 
18
INC_IFF  = -I../../src/lib -I/usr/share/ifeffit/config
19
19
CC       = gcc
20
20
CFLAGS   = -g -O2 -fPIC
21
21
LDFLAGS  =