File: link-with-shared

package info (click to toggle)
libtexttools 2.1.0-30
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 932 kB
  • sloc: ada: 11,394; ansic: 529; makefile: 106; sed: 78; sh: 12
file content (14 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set -C -e -f -u
TOP_SOURCE_DIR="`pwd`"
cd "$AUTOPKGTEST_TMP"

cat > p.gpr <<EOF
with "texttools";
project P is
   for Source_Dirs use ("$TOP_SOURCE_DIR/examples");
   for Main use ("try_unix.adb");
end P;
EOF
gprbuild -v p.gpr
./try_unix