Added some depdenencies and fixed etags
[deliverable/binutils-gdb.git] / bfd / Makefile.in
1 #
2 # Copyright (C) 1990, 1991 Free Software Foundation, Inc.
3 #
4 # This file is part of BFD, the Binary File Diddler.
5 #
6 # BFD is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 1, or (at your option)
9 # any later version.
10 #
11 # BFD is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with BFD; see the file COPYING. If not, write to
18 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19
20 # $Id$
21
22 srcdir = .
23
24 RANLIB = ranlib
25 AR =
26 INCDIR = $(srcdir)/../include-cygnus
27 CSEARCH = -I$(INCDIR)
28
29 #### host and target dependent Makefile fragments come in here.
30 ###
31
32 TARGETLIB = libbfd.a
33 CFLAGS = -g $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) # -DINTEL960VERSION
34
35
36 BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \
37 archures.o obstack.o
38
39 BFD_BACKENDS = oasys.o ieee.o srec.o sunos.o icoff.o b.out.o \
40 m88k-bcs.o
41
42 BFD_H=$(INCDIR)/bfd.h
43 SYSDEP_H=$(INCDIR)/sysdep.h
44
45 # C source files that correspond to .o's.
46 CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c archures.c \
47 sunos.c icoff.c b.out.c srec.c oasys.c ieee.c m88k-bcs.c
48
49 STAGESTUFF = $(TARGETLIB) $(OFILES)
50
51 all: $(TARGETLIB)
52
53 OFILES = $(BFD_LIBS) $(BFD_BACKENDS)
54
55 $(TARGETLIB): $(OFILES)
56 rm -f $(TARGETLIB)
57 ar clq $(TARGETLIB) $(OFILES)
58 ranlib $(TARGETLIB)
59
60 stage1: force
61 - mkdir stage1
62 - mv -f $(STAGESTUFF) stage1
63
64 stage2: force
65 - mkdir stage2
66 - mv -f $(STAGESTUFF) stage2
67
68 stage3: force
69 - mkdir stage3
70 - mv -f $(STAGESTUFF) stage3
71
72 de-stage1: force
73 - (cd stage1 ; mv -f $(STAGESTUFF) ..)
74 - rmdir stage1
75
76 de-stage2: force
77 - (cd stage2 ; mv -f $(STAGESTUFF) ..)
78 - rmdir stage2
79
80 de-stage3: force
81 - (cd stage3 ; mv -f $(STAGESTUFF) ..)
82 - rmdir stage3
83
84 tags etags: TAGS
85
86 TAGS: force
87 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
88
89 clean:
90 rm -f *.[oa] *~ core *.E
91
92 clobber realclean: clean
93 rm -f libbfd.a TAGS
94
95 $(BFD_LIBS) $(BFD_BACKENDS): libbfd.h $(BFD_H)
96
97 saber:
98 #suppress 65 on bfd_map_over_sections
99 #suppress 66 on bfd_map_over_sections
100 #suppress 67 on bfd_map_over_sections
101 #suppress 68 on bfd_map_over_sections
102 #suppress 69 on bfd_map_over_sections
103 #suppress 70 on bfd_map_over_sections
104 #suppress 110 in bfd_map_over_sections
105 #suppress 112 in bfd_map_over_sections
106 #suppress 530
107 #suppress 590 in swap_exec_header
108 #suppress 590 in _bfd_dummy_core_file_matches_executable_p
109 #suppress 590 in bfd_dont_truncate_arname
110 #suppress 590 on ignore
111 #suppress 590 on abfd
112 #setopt load_flags $(CFLAGS)
113 #load $(CFILES)
114 obstack.o : obstack.c
115 m88k-bcs.o : m88k-bcs.c
116 ieee.o : ieee.c
117 srec.o : srec.c
118 oasys.o : oasys.c
119
120 archive.o : archive.c libbfd.h $(BFD_H) $(SYSDEP_H)
121 archures.o : archures.c $(BFD_H) $(SYSDEP_H) archures.h
122 b.out.o : b.out.c libbfd.h $(BFD_H) $(SYSDEP_H) liba.out.h archures.h
123 bcs88kcoff.o : bcs88kcoff.c libbfd.h $(BFD_H) $(SYSDEP_H) libcoff.h coff-code.h archures.h
124 bfd.o : bfd.c libbfd.h $(BFD_H) $(SYSDEP_H)
125 cache.o : cache.c libbfd.h $(BFD_H) $(SYSDEP_H)
126 coff.o : coff.c
127 cplus-dem.o : cplus-dem.c
128 filemode.o : filemode.c
129 icoff.o : icoff.c libbfd.h $(BFD_H) $(SYSDEP_H) libcoff.h coff-code.h archures.h
130 libbfd.o : libbfd.c libbfd.h $(BFD_H) $(SYSDEP_H)
131 misc.o : misc.c
132 opncls.o : opncls.c libbfd.h $(BFD_H) $(SYSDEP_H)
133 sunos.o : sunos.c libbfd.h $(BFD_H) $(SYSDEP_H) liba.out.h
134 targets.o : targets.c libbfd.h $(BFD_H) $(SYSDEP_H)
135
136 #-----------------------------------------------------------------------------
137 # 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
138 #
139 # 'VERSION' file must be present and contain a string of the form "x.y"
140 #-----------------------------------------------------------------------------
141
142 ver960.c: FORCE
143 rm -f ver960.c
144 echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
145
146
147 # This target should be invoked before building a new release.
148 # 'VERSION' file must be present and contain a string of the form "x.y"
149 #
150 roll:
151 @V=`cat VERSION` ; \
152 MAJ=`sed 's/\..*//' VERSION` ; \
153 MIN=`sed 's/.*\.//' VERSION` ; \
154 V=$$MAJ.`expr $$MIN + 1` ; \
155 rm -f VERSION ; \
156 echo $$V >VERSION ; \
157 echo Version $$V
158
159 # Dummy target to force execution of dependent targets.
160 #
161 force:
162
163 install:
164
165 # Target to uncomment host-specific lines in this makefile. Such lines must
166 # have the following string beginning in column 1: #__<hostname>__#
167 # Original Makefile is backed up as 'Makefile.old'.
168 #
169 # Invoke with: make make HOST=xxx
170 #
171 make:
172 -@if test $(HOST)x = x ; then \
173 echo '\aSpecify "make make HOST=???"'; \
174 exit 1; \
175 fi ; \
176 grep -s "^#The next line was generated by 'make make'" Makefile; \
177 if test $$? = 0 ; then \
178 echo "\aMakefile has already been processed with 'make make'";\
179 exit 1; \
180 fi ; \
181 mv -f Makefile Makefile.old; \
182 echo "#The next line was generated by 'make make'" >Makefile ; \
183 echo "HOST=$(HOST)" >>Makefile ; \
184 echo >>Makefile ; \
185 sed "s/^#__$(HOST)__#//" < Makefile.old >>Makefile
186
187 Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
188 (cd $(srcdir) ; \
189 ./configure +norecurse \
190 +destdir=$(destdir) \
191 `if [ "$(srcdir)" != "." ] ; then echo +f; fi` \
192 $(host) +target=$(target))
This page took 0.034084 seconds and 5 git commands to generate.