binutils/
[deliverable/binutils-gdb.git] / libiberty / makefile.vms
CommitLineData
252b5132 1#
fce11aaa 2# Makefile for libiberty under openVMS
252b5132
RH
3#
4# For use with gnu-make for vms
5#
6# Created by Klaus K"ampf, kkaempf@progis.de
7#
8#
9
56ae5eb9
TG
10OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
11 getopt1.obj,cplus-dem.obj,cp-demangle.obj,cp-demint.obj,\
083faca9 12 asprintf.obj vasprintf.obj,mkstemps.obj,filename_cmp.obj,\
56ae5eb9
TG
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,\
fce11aaa 16 lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj
252b5132
RH
17
18ifeq ($(CC),gcc)
19CFLAGS=/include=([],[-.include])
20else
21# assume dec c
56ae5eb9
TG
22OPT=/noopt/debug/warnings=disable=(missingreturn)
23CFLAGS=$(OPT)/include=([],[-.include])/name=(as_is,shortened)\
24 /define=(HAVE_CONFIG_H=1)\
25 /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))
252b5132
RH
26endif
27
fce11aaa 28libiberty.olb: $(OBJS)
252b5132
RH
29 purge
30 lib/create libiberty *.obj
31
252b5132
RH
32clean:
33 $$ purge
252b5132
RH
34 $(RM) *.obj;
35 $(RM) libiberty.olb;
This page took 0.526414 seconds and 4 git commands to generate.