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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [libiberty/] [makefile.vms] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
#
#
# Makefile for libiberty under openVMS/Alpha
# Makefile for libiberty under openVMS/Alpha
#
#
# For use with gnu-make for vms
# For use with gnu-make for vms
#
#
# Created by Klaus K"ampf, kkaempf@progis.de
# Created by Klaus K"ampf, kkaempf@progis.de
#
#
#
#
OBJS=bcopy.obj,bcmp.obj,getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
OBJS=bcopy.obj,bcmp.obj,getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
   getopt1.obj,cplus-dem.obj,strncasecmp.obj,strcasecmp.obj,strdup.obj,\
   getopt1.obj,cplus-dem.obj,strncasecmp.obj,strcasecmp.obj,strdup.obj,\
   concat.obj,getruntime.obj,getpagesize.obj,alloca.obj,xstrerror.obj,\
   concat.obj,getruntime.obj,getpagesize.obj,alloca.obj,xstrerror.obj,\
   xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
   xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
ifeq ($(CC),gcc)
ifeq ($(CC),gcc)
CFLAGS=/include=([],[-.include])
CFLAGS=/include=([],[-.include])
else
else
# assume dec c
# assume dec c
CFLAGS=/noopt/debug/include=([],[-.include])/define=("const=")/warnings=disable=(missingreturn,implicitfunc)
CFLAGS=/noopt/debug/include=([],[-.include])/define=("const=")/warnings=disable=(missingreturn,implicitfunc)
endif
endif
libiberty.olb: config.h alloca-conf.h $(OBJS)
libiberty.olb: config.h alloca-conf.h $(OBJS)
        purge
        purge
        lib/create libiberty *.obj
        lib/create libiberty *.obj
config.h: config.h-vms
config.h: config.h-vms
        $(CP) $< $@
        $(CP) $< $@
clean:
clean:
        $$ purge
        $$ purge
        $(RM) config.h;
        $(RM) config.h;
        $(RM) *.obj;
        $(RM) *.obj;
        $(RM) libiberty.olb;
        $(RM) libiberty.olb;
 
 

powered by: WebSVN 2.1.0

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