OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [bfd/] [makefile.vms] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 227 jeremybenn
#
2
# Makefile for bfd library under openVMS
3
#
4
# For use with gnu-make for vms
5
#
6
# Created by Klaus K"ampf, kkaempf@rmi.de
7
#
8
#
9
 
10
ifeq ($(ARCH),IA64)
11
HOSTFILE=alphavms.h
12
OBJS:=cpu-ia64.obj,elf64-ia64.obj,elf-strtab.obj,corefile.obj,stabs.obj,\
13
  merge.obj,elf-eh-frame.obj,elflink.obj,elf-attrs.obj,dwarf1.obj,elf64.obj
14
DEFS=SELECT_VECS="&bfd_elf64_ia64_vms_vec",SELECT_ARCHITECTURES="&bfd_ia64_arch"
15
endif
16
ifeq ($(ARCH),ALPHA)
17
HOSTFILE=alphavms.h
18
OBJS:=vms.obj,vms-hdr.obj,vms-gsd.obj,vms-tir.obj,vms-misc.obj,cpu-alpha.obj
19
DEFS=SELECT_VECS="&vms_alpha_vec",SELECT_ARCHITECTURES="&bfd_alpha_arch"
20
endif
21
ifeq ($(ARCH),VAX)
22
HOSTFILE=vaxvms.h
23
OBJS:=vms.obj,vms-hdr.obj,vms-gsd.obj,vms-tir.obj,vms-misc.obj,cpu-vax.obj
24
DEFS=SELECT_VECS="&vms_vax_vec",SELECT_ARCHITECTURES="&bfd_vax_arch"
25
endif
26
 
27
OBJS:=$(OBJS),archive.obj,archive64.obj,archures.obj,bfd.obj,bfdio.obj,\
28
  binary.obj,cache.obj,coffgen.obj,compress.obj,corefile.obj,dwarf2.obj,\
29
  elf.obj,format.obj,hash.obj,ihex.obj,init.obj,libbfd.obj,linker.obj,\
30
  opncls.obj,reloc.obj,section.obj,simple.obj,srec.obj,stab-syms.obj,\
31
  syms.obj,targets.obj,tekhex.obj,verilog.obj
32
 
33
ifeq ($(CC),gcc)
34
CFLAGS=/include=([],[-.include])$(DEFS)
35
else
36
OPT=/noopt/debug
37
CFLAGS=/name=(as_is,shortened)/include=([],"../include")\
38
 /define=("unlink=remove",DEBUGDIR="""GNU$$DEBUGDIR:""",$(DEFS))\
39
 /warns=(infor=missingreturn)$(OPT)
40
endif
41
 
42
libbfd.olb: $(OBJS)
43
        purge
44
        lib/create libbfd $(OBJS)
45
 
46
targmatch.h: bfd.h
47
config.h: bfd.h
48
vms.c: vms.h
49
vms-mhd.c: vms.h
50
vms-gsd.c: vms.h
51
vms-tir.c: vms.h
52
vms-misc.c: vms.h
53
targets.c: targmatch.h
54
 
55
clean:
56
        $$ purge
57
        $(RM) libbfd.olb;
58
        $(RM) *.obj;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.