* tree-vrp.c (vrp_prop): Move class to earlier point in the file.
[official-gcc.git] / libiberty / makefile.vms
blob15a7d0a206b6ac0210d28e8b132610c520d44e27
2 # Makefile for libiberty under openVMS
4 # For use with gnu-make for vms
6 # Created by Klaus K"ampf, kkaempf@progis.de
10 OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
11     getopt1.obj,cplus-dem.obj,cp-demangle.obj,cp-demint.obj,\
12     asprintf.obj vasprintf.obj,mkstemps.obj,filename_cmp.obj,\
13     concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\
14     xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
15     objalloc.obj,safe-ctype.obj,hashtab.obj,lbasename.obj,argv.obj,\
16     lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj,\
17     dwarfnames.obj
19 ifeq ($(CC),gcc)
20 CFLAGS=/include=([],[-.include])
21 else
22 # assume dec c
23 OPT=/noopt/debug/warnings=disable=(missingreturn)
24 CFLAGS=$(OPT)/include=([],[-.include])/name=(as_is,shortened)\
25  /define=(HAVE_CONFIG_H=1)\
26  /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))
27 endif
29 libiberty.olb: $(OBJS)
30         purge
31         lib/create libiberty *.obj
33 clean:
34         $$ purge
35         $(RM) *.obj;
36         $(RM) libiberty.olb;