Make "make dep" easier to work with. Updated lots of dependencies.
[platform/upstream/binutils.git] / bfd / Makefile.in
1 #    Makefile template for Configure for the BFD library.
2 #    Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
3 #    Written by Cygnus Support.
4
5 # This file is part of BFD, the Binary File Descriptor library.
6
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2 of the License, or
10 # (at your option) any later version.
11
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU General Public License for more details.
16
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21 srcdir = .
22
23 prefix = /usr/local
24
25 exec_prefix = $(prefix)
26 bindir = $(exec_prefix)/bin
27 libdir = $(exec_prefix)/lib
28
29 datadir = $(prefix)/lib
30 mandir = $(prefix)/man
31 man1dir = $(mandir)/man1
32 man2dir = $(mandir)/man2
33 man3dir = $(mandir)/man3
34 man4dir = $(mandir)/man4
35 man5dir = $(mandir)/man5
36 man6dir = $(mandir)/man6
37 man7dir = $(mandir)/man7
38 man8dir = $(mandir)/man8
39 man9dir = $(mandir)/man9
40 infodir = $(prefix)/info
41 includedir = $(prefix)/include
42 oldincludedir =
43 docdir = doc
44
45 SHELL = /bin/sh
46
47 INSTALL = install -c
48 INSTALL_PROGRAM = $(INSTALL)
49 INSTALL_DATA = $(INSTALL)
50
51 AR = ar
52 AR_FLAGS = rc
53 CFLAGS = -g
54 BISON = bison
55 MAKEINFO = makeinfo
56 RANLIB = ranlib
57
58 CC_FOR_BUILD = $(CC)
59
60 INCDIR = $(srcdir)/../include
61 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
62 DEP = mkdep
63
64 SUBDIRS = doc
65
66
67 TARGETLIB = libbfd.a
68
69 # bfd.h goes here, for now
70 BFD_H = bfd.h
71
72 # Some of these files should be in BFD*_BACKENDS below, but some programs
73 # won't link without them.  So, in order for some of the minimal-bfd
74 # hacks to work, they're also included here for now.
75 #       gdb: ecoff.o elf.o
76 #       objdump: elf.o
77 #
78 # Also, Jim Kingdon notes:
79 # Writing S-records should be included in all (or at least most)
80 # *-*-coff, *-*-aout, etc., configurations, because people will want to
81 # be able to use objcopy to create S-records.  (S-records are not useful
82 # for the debugger, so if you are downloading things as S-records you
83 # need two copies of the executable, one to download and one for the
84 # debugger).
85 BFD_LIBS = \
86         archive.o archures.o bfd.o cache.o coffgen.o core.o ctor.o \
87         format.o init.o libbfd.o opncls.o reloc.o \
88         seclet.o section.o syms.o targets.o \
89         ecoff.o elf.o srec.o
90
91 # This list is alphabetized to make it easier to keep in sync
92 # with the decls and initializer in archures.c.
93 ALL_MACHINES = \
94         cpu-a29k.o \
95         cpu-alpha.o \
96         cpu-h8300.o \
97         cpu-h8500.o \
98         cpu-hppa.o \
99         cpu-i386.o \
100         cpu-i960.o \
101         cpu-m68k.o \
102         cpu-m88k.o \
103         cpu-mips.o \
104         cpu-rs6000.o \
105         cpu-sh.o \
106         cpu-sparc.o \
107         cpu-vax.o \
108         cpu-we32k.o \
109         cpu-z8k.o
110
111 # The .o files needed by all of the 32 bit vectors that are configured into
112 # target_vector in targets.c if configured with --with-targets=all.
113 BFD32_BACKENDS = \
114         aout-adobe.o \
115         aout32.o \
116         bout.o \
117         coff-a29k.o \
118         coff-h8300.o \
119         coff-h8500.o \
120         coff-i386.o \
121         coff-i960.o \
122         coff-m68k.o \
123         coff-m88k.o \
124         coff-mips.o \
125         coff-rs6000.o \
126         coff-sh.o \
127         coff-u68k.o \
128         coff-we32k.o \
129         coff-z8k.o \
130         elf32-gen.o \
131         elf32-hppa.o \
132         elf32-i386.o \
133         elf32-i860.o \
134         elf32-m68k.o \
135         elf32-m88k.o \
136         elf32-mips.o \
137         elf32-sparc.o \
138         elf32.o \
139         hp300hpux.o \
140         som.o \
141         i386aout.o \
142         i386bsd.o \
143         i386linux.o \
144         i386lynx.o \
145         i386lynx-cf.o \
146         netbsd386.o \
147         i386mach3.o \
148         ieee.o \
149         m68klynx.o \
150         m68klynx-cf.o \
151         mipsbsd.o \
152         newsos3.o \
153         nlm.o \
154         nlm32-gen.o \
155         nlm32-i386.o \
156         nlm32.o \
157         oasys.o \
158         reloc16.o \
159         stab-syms.o \
160         sunos.o
161
162 # The .o files needed by all of the 64 bit vectors that are configured into
163 # target_vector in targets.c if configured with --with-targets=all
164 # and --with-64-bit-bfd.
165 BFD64_BACKENDS = \
166         aout64.o \
167         coff-alpha.o \
168         demo64.o \
169         elf64-gen.o \
170         elf64.o \
171         nlm64-gen.o \
172         nlm64.o
173
174 OPTIONAL_BACKENDS = \
175         aix386-core.o \
176         hpux-core.o \
177         lynx-core.o \
178         osf-core.o \
179         sco-core.o \
180         trad-core.o
181
182 # These are defined by configure.in:
183 # WORDSIZE=32
184 # BFD_BACKENDS = $(BFD32_BACKENDS)
185
186 all:
187
188 #### host and target dependent Makefile fragments come in here.
189 ###
190
191 FLAGS_TO_PASS = \
192         "prefix=$(prefix)" \
193         "exec_prefix=$(exec_prefix)" \
194         "against=$(against)" \
195         "AR=$(AR)" \
196         "AR_FLAGS=$(AR_FLAGS)" \
197         "CC=$(CC)" \
198         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
199         "CFLAGS=$(CFLAGS)" \
200         "RANLIB=$(RANLIB)" \
201         "MAKEINFO=$(MAKEINFO)" \
202         "INSTALL=$(INSTALL)" \
203         "INSTALL_DATA=$(INSTALL_DATA)" \
204         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
205         "BISON=$(BISON)"
206
207 ALL_CFLAGS=$(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES)
208 .c.o:
209         $(CC) -c $(ALL_CFLAGS) $<
210
211 # C source files that correspond to .o's.
212 CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c \
213          archures.c coff-i386.c aout64.c aout32.c sunos.c demo64.c \
214          coff-i960.c srec.c tekhex.c oasys.c ieee.c \
215          ecoff.c coff-m68k.c coff-u68k.c \
216          coff-a29k.c coff-rs6000.c coffgen.c format.c \
217          section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c \
218          seclet.c coff-m88k.c coff-mips.c coff-sh.c trad-core.c newsos3.c \
219          i386aout.c i386linux.c netbsd386.c i386mach3.c bout.c aout-adobe.c coff-we32k.c \
220          i386bsd.c cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c \
221          cpu-m88k.c cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c \
222          cpu-rs6000.c coff-h8300.c som.c cpu-hppa.c cpu-we32k.c reloc16.c \
223          mipsbsd.c cpu-sh.c \
224          elf32.c elf32-sparc.c elf32-i386.c elf32-i860.c elf32-m68k.c \
225          elf32-hppa.c elf32-m88k.c elf32-mips.c elf32-gen.c \
226          elf64.c elf64-gen.c \
227          nlm32.c nlm32-gen.c nlm32-i386.c nlm64.c nlm64-gen.c \
228          coff-alpha.c cpu-alpha.c \
229          hp300bsd.c hp300hpux.c \
230          i386lynx.c i386lynx-cf.c m68klynx.c m68klynx-cf.c
231
232 STAGESTUFF = $(TARGETLIB) $(OFILES)
233
234 all: Makefile $(TARGETLIB) 
235         @$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
236
237 .NOEXPORT:
238 MAKEOVERRIDES=
239
240 check:
241 installcheck:
242
243 info dvi : force
244         @$(MAKE) subdir_do DO=$@ "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
245
246 clean-info:
247         @$(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
248         
249 install-info: force
250         @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
251
252 # Various kinds of .o files to put in libbfd.a:
253 # BFD_LIBS      Generic routines, always needed.
254 # BFD_BACKENDS  Routines the configured targets need.
255 # BFD_MACHINES  Architecture-specific routines the configured targets need.
256 # HDEPFILES     Routines the host needs, regardless of target.
257 # TDEPFILES     Routines the target needs, regardless of host.
258 OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES)
259
260 ofiles : Makefile
261         rm -f ofiles
262         f=""; \
263         for i in $(OFILES) ; do \
264           case " $$f " in \
265             *" $$i "*) ;; \
266             *) f="$$f $$i" ;; \
267           esac ; \
268         done ; \
269         echo $$f > ofiles
270
271 $(TARGETLIB): $(OFILES) ofiles
272         rm -f $(TARGETLIB)
273         @echo ofiles = `cat ofiles`
274         $(AR) $(AR_FLAGS) $(TARGETLIB) `cat ofiles`
275         $(RANLIB) $(TARGETLIB)
276
277 # When compiling archures.c and targets.c, supply the default target
278 # info from configure.
279
280
281 targets.o: targets.c Makefile
282         $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $(TDEFAULTS) $<
283
284 archures.o: archures.c Makefile
285         $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $(TDEFAULTS) $<
286
287 subdir_do: force
288         @for i in $(DODIRS); do \
289                 if [ -d ./$$i ] ; then \
290                         if (cd ./$$i; \
291                                 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
292                         else exit 1 ; fi ; \
293                 else true ; fi ; \
294         done
295
296 tags etags: TAGS
297
298 TAGS: force
299         etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
300
301 do_mostlyclean:
302         rm -f *.o *~ core *.E *.p *.ip aout-params.h gen-aout
303 do_clean: do_mostlyclean
304         rm -f libbfd.a TAGS bfd.h stmp-bfd.h ofiles
305 do_distclean: do_clean
306         rm -f Makefile config.status sysdep.h
307 do_realclean: do_distclean
308         rm -f $(srcdir)/libcoff.h $(srcdir)/libbfd.h $(srcdir)/bfd-in2.h
309
310 mostlyclean: do_mostlyclean
311         $(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
312 clean: do_clean
313         $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
314 distclean:
315         $(MAKE) subdir_do DO=distclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
316         $(MAKE) do_distclean
317 clobber realclean:
318         $(MAKE) subdir_do DO=realclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
319         $(MAKE) do_realclean
320
321 # Mark everything as depending on config.status, since the timestamp on
322 # sysdep.h might actually move backwards if we reconfig and relink it
323 # to a different hosts/h-xxx.h file.  This will force a recompile anyway.
324 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/obstack.h
325 RECONFIG = config.status
326 $(BFD_LIBS):  libbfd.h $(BFD_H) $(RECONFIG) $(BFD_H_DEPS)
327 $(BFD_MACHINES):  libbfd.h $(BFD_H) $(RECONFIG) $(BFD_H_DEPS)
328 $(BFD_BACKENDS):  libbfd.h $(BFD_H) $(RECONFIG) $(BFD_H_DEPS)
329 $(OPTIONAL_BACKENDS):  libbfd.h $(BFD_H) $(RECONFIG) $(BFD_H_DEPS)
330
331 # Get around a Sun Make bug in SunOS 4.1.1 with VPATH
332 cpu-i386.o:cpu-i386.c
333 cpu-z8k.o: cpu-z8k.c
334 cpu-h8500.o: cpu-h8500.c
335 cpu-we32k.o: cpu-we32k.c
336
337 saber:
338         #suppress 65 on bfd_map_over_sections 
339         #suppress 66 on bfd_map_over_sections 
340         #suppress 67 on bfd_map_over_sections 
341         #suppress 68 on bfd_map_over_sections 
342         #suppress 69 on bfd_map_over_sections 
343         #suppress 70 on bfd_map_over_sections 
344         #suppress 110 in bfd_map_over_sections 
345         #suppress 112 in bfd_map_over_sections 
346         #suppress 530 
347         #suppress 590 in swap_exec_header 
348         #suppress 590 in _bfd_dummy_core_file_matches_executable_p 
349         #suppress 590 in bfd_dont_truncate_arname
350         #suppress 590 on ignore 
351         #suppress 590 on abfd 
352         #setopt load_flags $(CFLAGS)
353         #load $(CFILES)
354
355
356 #-----------------------------------------------------------------------------
357 #               'STANDARD' GNU/960 TARGETS BELOW THIS POINT
358 #
359 # 'VERSION' file must be present and contain a string of the form "x.y"
360 #-----------------------------------------------------------------------------
361
362 ver960.c: FORCE
363         rm -f ver960.c
364         echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
365
366
367 # This target should be invoked before building a new release.
368 # 'VERSION' file must be present and contain a string of the form "x.y"
369 #
370 roll:
371         @V=`cat VERSION`                ; \
372         MAJ=`sed 's/\..*//' VERSION`    ; \
373         MIN=`sed 's/.*\.//' VERSION`    ; \
374         V=$$MAJ.`expr $$MIN + 1`        ; \
375         rm -f VERSION                   ; \
376         echo $$V >VERSION               ; \
377         echo Version $$V
378
379 # Dummy target to force execution of dependent targets.
380 #
381 force:
382
383 install:
384         $(INSTALL_DATA) libbfd.a $(libdir)/libbfd.a
385         $(RANLIB) $(libdir)/libbfd.a
386 # Install BFD include file, and others that it needs.  Install them
387 # both in GCC's include directory, and in the system include dir
388 # if configured as $(oldincludedir) -- which it usually isnt.
389         $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
390         $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
391         $(INSTALL_DATA) $(INCDIR)/obstack.h $(includedir)/obstack.h
392         -if test -z "$(oldincludedir)"; then true; else \
393         test -d $(oldincludedir) || mkdir $(oldincludedir); \
394         $(INSTALL_DATA) $(BFD_H) $(oldincludedir)/bfd.h; \
395         $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(oldincludedir)/ansidecl.h; \
396         $(INSTALL_DATA) $(INCDIR)/obstack.h $(oldincludedir)/obstack.h; \
397         @$(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS); \
398         fi
399
400 Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
401         $(SHELL) config.status
402
403 # This rule really wants a mkdep that runs "gcc -MM".
404 .dep1: $(CFILES)
405         rm -f .dep1 .dep2
406         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
407         $(DEP) -f .dep2 $(ALL_CFLAGS) $?
408         mv -f .dep2 .dep1
409
410 dep.sed: dep-in.sed Makefile
411         sed <$(srcdir)/dep-in.sed >dep.sed      \
412                 -e 's!@BFD_H@!$(BFD_H)!'        \
413                 -e 's!@INCDIR@!$(INCDIR)!'      \
414                 -e 's!@srcdir@!$(srcdir)!'
415
416 .dep: .dep1 dep.sed
417         sed -f dep.sed <.dep1 >.dep
418
419 dep: .dep
420         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
421         cat .dep >> tmp-Makefile
422         mv -f tmp-Makefile Makefile
423
424 host-aout.o: Makefile
425
426 # The following program can be used to generate a simple config file
427 # which can be folded into an h-XXX file for a new host, with some editing.
428 aout-params.h: gen-aout
429         ./gen-aout > aout-params.h
430 gen-aout: $(srcdir)/gen-aout.c Makefile
431         $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
432
433 BFDIN_H= $(srcdir)/bfd-in2.h
434
435 $(BFD_H): stmp-bfd.h ; @true
436
437 # The file ../include/bfd.h is from earlier attempts to get this right.
438 # If the file is still there, kill it.
439 stmp-bfd.h : $(srcdir)/bfd-in2.h Makefile
440         rm -f bfd.h-new 64 ../include/bfd.h
441         -grep HOST_64_BIT sysdep.h > 64
442         sed -e 's/@WORDSIZE@/$(WORDSIZE)/' -e '/64-bit.*sysdep.h/ r 64' < $(srcdir)/bfd-in2.h > bfd.h-new
443         $(srcdir)/../move-if-change bfd.h-new $(BFD_H)
444         rm -f 64
445         touch stmp-bfd.h
446
447 # Could really use a "copy-if-change"...
448 headers:
449         (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
450         cp $(docdir)/bfd.h bfd-in2.h-new
451         $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
452         cp $(docdir)/libbfd.h libbfd.h-new
453         $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
454         cp $(docdir)/libcoff.h libcoff.h-new
455         $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
456
457 bfd.info:
458         (cd $(docdir); $(MAKE) bfd.info $(FLAGS_TO_PASS))
459
460 bfd.dvi:
461         (cd $(docdir); $(MAKE) bfd.dvi $(FLAGS_TO_PASS))
462
463 bfd.ps: 
464         (cd $(docdir); $(MAKE) bfd.ps $(FLAGS_TO_PASS))
465
466 # What appears below is generated by a hacked mkdep using gcc -MM.
467
468 # DO NOT DELETE THIS LINE -- mkdep uses it.
469 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
470
471 libbfd.o : libbfd.c
472 opncls.o : opncls.c
473 bfd.o : bfd.c
474 archive.o : archive.c
475 targets.o : targets.c
476 cache.o : cache.c
477 archures.o : archures.c
478 coff-i386.o : coff-i386.c
479 aout64.o : aout64.c aoutx.h \
480  libaout.h \
481  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
482  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
483 aout32.o : aout32.c aoutx.h \
484  libaout.h \
485  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
486  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
487 sunos.o : sunos.c aoutf1.h
488 demo64.o : demo64.c aoutf1.h
489 coff-i960.o : coff-i960.c
490 srec.o : srec.c
491 tekhex.o : tekhex.c
492 oasys.o : oasys.c
493 ieee.o : ieee.c
494 ecoff.o : ecoff.c
495 coff-m68k.o : coff-m68k.c
496 coff-u68k.o : coff-u68k.c coff-m68k.c
497 coff-a29k.o : coff-a29k.c
498 coff-rs6000.o : coff-rs6000.c
499 coffgen.o : coffgen.c
500 format.o : format.c
501 section.o : section.c
502 core.o : core.c
503 syms.o : syms.c \
504  $(INCDIR)/aout/stab.def
505 stab-syms.o : stab-syms.c \
506  libaout.h $(INCDIR)/aout/aout64.h \
507  $(INCDIR)/aout/stab.def
508 reloc.o : reloc.c
509 init.o : init.c
510 ctor.o : ctor.c
511 seclet.o : seclet.c
512 coff-m88k.o : coff-m88k.c
513 coff-mips.o : coff-mips.c
514 coff-sh.o : coff-sh.c
515 trad-core.o : trad-core.c
516 newsos3.o : newsos3.c
517 i386aout.o : i386aout.c
518 i386linux.o : i386linux.c
519 netbsd386.o : netbsd386.c
520 i386mach3.o : i386mach3.c
521 bout.o : bout.c
522 aout-adobe.o : aout-adobe.c
523 coff-we32k.o : coff-we32k.c
524 i386bsd.o : i386bsd.c
525 cpu-h8300.o : cpu-h8300.c
526 cpu-i960.o : cpu-i960.c
527 cpu-sparc.o : cpu-sparc.c
528 cpu-m68k.o : cpu-m68k.c
529 cpu-m88k.o : cpu-m88k.c
530 cpu-vax.o : cpu-vax.c
531 cpu-mips.o : cpu-mips.c
532 cpu-a29k.o : cpu-a29k.c
533 cpu-i386.o : cpu-i386.c
534 cpu-rs6000.o : cpu-rs6000.c
535 coff-h8300.o : coff-h8300.c
536 som.o : som.c
537 cpu-hppa.o : cpu-hppa.c
538 cpu-we32k.o : cpu-we32k.c
539 reloc16.o : reloc16.c
540 mipsbsd.o : mipsbsd.c
541 cpu-sh.o : cpu-sh.c
542 elf32.o : elf32.c elfcode.h
543 elf32-sparc.o : elf32-sparc.c
544 elf32-i386.o : elf32-i386.c
545 elf32-i860.o : elf32-i860.c
546 elf32-m68k.o : elf32-m68k.c
547 elf32-hppa.o : elf32-hppa.c
548 elf32-m88k.o : elf32-m88k.c
549 elf32-mips.o : elf32-mips.c
550 elf32-gen.o : elf32-gen.c
551 elf64.o : elf64.c elfcode.h
552 elf64-gen.o : elf64-gen.c
553 nlm32.o : nlm32.c nlmcode.h
554 nlm32-gen.o : nlm32-gen.c
555 nlm32-i386.o : nlm32-i386.c
556 nlm64.o : nlm64.c nlmcode.h
557 nlm64-gen.o : nlm64-gen.c
558 coff-alpha.o : coff-alpha.c
559 cpu-alpha.o : cpu-alpha.c
560 hp300bsd.o : hp300bsd.c
561 hp300hpux.o : hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
562  aoutx.h \
563  libaout.h $(INCDIR)/aout/aout64.h \
564  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
565  $(INCDIR)/aout/ar.h aout-target.h
566 i386lynx.o : i386lynx.c
567 i386lynx-cf.o : i386lynx-cf.c coff-i386.c
568 m68klynx.o : m68klynx.c
569 m68klynx-cf.o : m68klynx-cf.c coff-m68k.c
570
571 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY