URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libiberty/] [makefile.vms] - Rev 19
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
