~ubuntu-branches/ubuntu/saucy/ncbi-tools6/saucy-proposed

« back to all changes in this revision

Viewing changes to make/makedis.csh

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2009-08-11 22:03:47 UTC
  • mfrom: (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090811220347-g4b6lzdvphvvbpiu
* New upstream release.
* debian/libncbi6.symbols: update accordingly.
* debian/control: clean up obsolete or redundant relationship declarations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/csh -f
2
2
#
3
 
# $Id: makedis.csh 148594 2008-12-30 15:11:36Z ucko $
 
3
# $Id: makedis.csh 155379 2009-03-23 17:10:14Z coulouri $
4
4
#
5
5
##                            PUBLIC DOMAIN NOTICE                          
6
6
#               National Center for Biotechnology Information
151
151
        gcc -v
152
152
        switch (`uname -m`)
153
153
        case "ia64":
154
 
                if (-e `which ecc`) then
 
154
                if (-e `which icc`) then
155
155
                        set platform=linux_ecc
156
156
                else
157
157
                        set platform=linux