~ubuntu-branches/ubuntu/oneiric/ncbi-tools6/oneiric

« back to all changes in this revision

Viewing changes to make/makeindx.unx

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2008-07-14 19:43:15 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080714194315-ed44u9ek7txva2rz
Tags: 6.1.20080302-3
tools/readdb.c: enable madvise()-based code on all glibc (hence all
Debian) systems, not just Linux.  (Closes: #490437.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#       makefile for flat2asn
2
2
#
3
 
#       $Id: makeindx.unx,v 6.5 2002/06/17 14:27:20 ivanov Exp $
 
3
#       $Id: makeindx.unx,v 6.6 2008/01/25 19:56:25 ucko Exp $
4
4
#
5
5
#       Sun with unbundled ANSI compiler [ make LCL=acc RAN=ranlib CC=acc ]
6
6
#       Sun with Gnu C [ make LCL=gcc RAN=ranlib CC=gcc ]
61
61
                nucprot.c ref.c sp_global.c sp_ref.c sp_ascii.c\
62
62
                taxcash.c utilfeat.c utilref.c 
63
63
 
 
64
SRC_ALL = $(SRC_I) $(SRC_P)
 
65
 
64
66
# objects needed for indexing and parsing
65
67
 
66
68
OBJ_I = indx_blk.o block.o entry.o gb_index.o em_index.o \
77
79
 
78
80
nocopy : sources $(LIBPARSE)
79
81
 
80
 
sources : $(SRC_I) $(SRC_P)
 
82
sources : $(SRC_ALL)
81
83
 
82
84
## To clean out the directory without removing make
83
85
##
96
98
## get all the source files
97
99
##
98
100
 
 
101
$(SRC_ALL) : copy
 
102
 
99
103
copy :
100
104
        - chmod -R ug+rw,o+r .
101
105
        $(SRCCOPY) ../internal/parser/*.h ../include