URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [libiberty/] [makefile.vms] - Rev 1768
Go to most recent revision | Compare with Previous | Blame | View Log
## Makefile for libiberty under openVMS/Alpha## For use with gnu-make for vms## Created by Klaus K"ampf, kkaempf@progis.de##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,\concat.obj,getruntime.obj,getpagesize.obj,alloca.obj,xstrerror.obj,\xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.objifeq ($(CC),gcc)CFLAGS=/include=([],[-.include])else# assume dec cCFLAGS=/noopt/debug/include=([],[-.include])/define=("const=")/warnings=disable=(missingreturn,implicitfunc)endiflibiberty.olb: config.h alloca-conf.h $(OBJS)purgelib/create libiberty *.objconfig.h: config.h-vms$(CP) $< $@clean:$$ purge$(RM) config.h;$(RM) *.obj;$(RM) libiberty.olb;
Go to most recent revision | Compare with Previous | Blame | View Log
