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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [libiberty/] [makefile.vms] - Diff between revs 157 and 225

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 157 Rev 225
Line 1... Line 1...
#
#
# Makefile for libiberty under openVMS/Alpha
# Makefile for libiberty under openVMS
#
#
# 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=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,cp-demangle.obj,cp-demint.obj,\
   concat.obj,getruntime.obj,getpagesize.obj,alloca.obj,xstrerror.obj,\
    asprintf.obj vasprintf.obj,mkstemps.obj,\
   xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
    concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\
 
    xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
 
    objalloc.obj,safe-ctype.obj,hashtab.obj,lbasename.obj,argv.obj,\
 
    lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.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)
OPT=/noopt/debug/warnings=disable=(missingreturn)
 
CFLAGS=$(OPT)/include=([],[-.include])/name=(as_is,shortened)\
 
 /define=(HAVE_CONFIG_H=1)\
 
 /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))
endif
endif
 
 
libiberty.olb: config.h alloca-conf.h $(OBJS)
libiberty.olb: $(OBJS)
        purge
        purge
        lib/create libiberty *.obj
        lib/create libiberty *.obj
 
 
config.h: config.h-vms
 
        $(CP) $< $@
 
 
 
clean:
clean:
        $$ purge
        $$ purge
        $(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.