dd06b54dc6
There are a number of GNAT tools that have to be build using the same exact sources as the compiler that it serves. Two examples of this are GPRbuild and ASIS. The latter is an important component of several other language semantic tools. Accordingly, a separate port is being created to build a static library that need these compiler sources. Incidentally, diverging sources is the reason devel/gprbuild-aux stopped building after lang/gcc-aux was upgraded. With this new scheme, this type of failure should no longer occur. This is a dependency of the upcoming lang/asis port, and must be specified as a build dependency by any port that needs ASIS. Approved by: bapt (mentor)
162 lines
2.3 KiB
Makefile
162 lines
2.3 KiB
Makefile
# $FreeBSD$
|
|
|
|
GNAT_SRCS= \
|
|
ali-util.adb \
|
|
ali-util.ads \
|
|
ali.adb \
|
|
ali.ads \
|
|
alloc.ads \
|
|
aspects.adb \
|
|
aspects.ads \
|
|
atree.adb \
|
|
atree.ads \
|
|
binderr.adb \
|
|
binderr.ads \
|
|
butil.adb \
|
|
butil.ads \
|
|
casing.adb \
|
|
casing.ads \
|
|
csets.adb \
|
|
csets.ads \
|
|
debug.adb \
|
|
debug.ads \
|
|
einfo.adb \
|
|
einfo.ads \
|
|
elists.adb \
|
|
elists.ads \
|
|
err_vars.ads \
|
|
errout.adb \
|
|
errout.ads \
|
|
erroutc.adb \
|
|
erroutc.ads \
|
|
errutil.adb \
|
|
errutil.ads \
|
|
fmap.adb \
|
|
fmap.ads \
|
|
fname-uf.adb \
|
|
fname-uf.ads \
|
|
fname.adb \
|
|
fname.ads \
|
|
gnatvsn.adb \
|
|
gnatvsn.ads \
|
|
hostparm.ads \
|
|
krunch.adb \
|
|
krunch.ads \
|
|
lib-list.adb \
|
|
lib-sort.adb \
|
|
lib.adb \
|
|
lib.ads \
|
|
link.c \
|
|
makeutl.adb \
|
|
makeutl.ads \
|
|
mlib-fil.adb \
|
|
mlib-fil.ads \
|
|
mlib-tgt-specific.adb \
|
|
mlib-tgt-specific.ads \
|
|
mlib-tgt-vms_common.adb \
|
|
mlib-tgt-vms_common.ads \
|
|
mlib-tgt.adb \
|
|
mlib-tgt.ads \
|
|
mlib-utl.adb \
|
|
mlib-utl.ads \
|
|
mlib.adb \
|
|
mlib.ads \
|
|
namet.adb \
|
|
namet.ads \
|
|
nlists.adb \
|
|
nlists.ads \
|
|
opt.adb \
|
|
opt.ads \
|
|
osint.adb \
|
|
osint.ads \
|
|
output.adb \
|
|
output.ads \
|
|
prj-attr-pm.adb \
|
|
prj-attr-pm.ads \
|
|
prj-attr.adb \
|
|
prj-attr.ads \
|
|
prj-com.ads \
|
|
prj-conf.adb \
|
|
prj-conf.ads \
|
|
prj-dect.adb \
|
|
prj-dect.ads \
|
|
prj-env.adb \
|
|
prj-env.ads \
|
|
prj-err.adb \
|
|
prj-err.ads \
|
|
prj-ext.adb \
|
|
prj-ext.ads \
|
|
prj-nmsc.adb \
|
|
prj-nmsc.ads \
|
|
prj-part.adb \
|
|
prj-part.ads \
|
|
prj-pp.adb \
|
|
prj-pp.ads \
|
|
prj-proc.adb \
|
|
prj-proc.ads \
|
|
prj-strt.adb \
|
|
prj-strt.ads \
|
|
prj-tree.adb \
|
|
prj-tree.ads \
|
|
prj-util.adb \
|
|
prj-util.ads \
|
|
prj.adb \
|
|
prj.ads \
|
|
repinfo.adb \
|
|
repinfo.ads \
|
|
restrict.adb \
|
|
restrict.ads \
|
|
rident.ads \
|
|
scans.adb \
|
|
scans.ads \
|
|
scng.adb \
|
|
scng.ads \
|
|
sdefault.ads \
|
|
sem_aux.adb \
|
|
sem_aux.ads \
|
|
sinfo.adb \
|
|
sinfo.ads \
|
|
sinput-c.adb \
|
|
sinput-c.ads \
|
|
sinput-p.adb \
|
|
sinput-p.ads \
|
|
sinput.adb \
|
|
sinput.ads \
|
|
snames.adb-tmpl \
|
|
snames.ads-tmpl \
|
|
snames.h-tmpl \
|
|
stand.adb \
|
|
stand.ads \
|
|
stringt.adb \
|
|
stringt.ads \
|
|
styleg.adb \
|
|
styleg.ads \
|
|
stylesw.adb \
|
|
stylesw.ads \
|
|
switch-m.adb \
|
|
switch-m.ads \
|
|
switch.adb \
|
|
switch.ads \
|
|
table.adb \
|
|
table.ads \
|
|
targparm.adb \
|
|
targparm.ads \
|
|
tempdir.adb \
|
|
tempdir.ads \
|
|
tree_in.adb \
|
|
tree_in.ads \
|
|
tree_io.adb \
|
|
tree_io.ads \
|
|
types.adb \
|
|
types.ads \
|
|
uintp.adb \
|
|
uintp.ads \
|
|
uname.adb \
|
|
uname.ads \
|
|
urealp.adb \
|
|
urealp.ads \
|
|
widechar.adb \
|
|
widechar.ads \
|
|
xsnamest.adb \
|
|
xutil.adb \
|
|
xutil.ads
|