File: default.adp

package info (click to toggle)
libaunit 1.01-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 316 kB
  • ctags: 10
  • sloc: ada: 1,527; makefile: 77; sh: 1
file content (22 lines) | stat: -rw-r--r-- 707 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
comp_opt= -gnatf -gnato -gnatE -funwind-tables -gnatwu
bind_opt=-f -p -E
gnatmake_opt=-g -i -f
debug_cmd=gvd ${main}
main=./harness
main_unit=harness
build_dir=./
check_cmd=${cross_prefix}gcc -c ${comp_opt} ${full_current} -gnats
make_cmd=cd ${build_dir}
make_cmd=${cross_prefix}gnatmake -o ${main} ${main_unit} ${gnatmake_opt} -cargs ${comp_opt} -bargs ${bind_opt} -largs ${link_opt}
comp_cmd=cd ${build_dir}
comp_cmd=${cross_prefix}gcc -c ${comp_opt} ${full_current}
run_cmd=${main} 
casing=~/.emacs_case_exceptions/
src_dir=./
src_dir=../aunit/framework/
src_dir=../aunit/text_reporter/
obj_dir=./
obj_dir=../aunit/framework/
obj_dir=../aunit/text_reporter/
debug_pre_cmd=cd ${build_dir}
debug_post_cmd=