Commit | Line | Data |
---|---|---|
c98f0ae5 SEF |
1 | # This file is a shell script that supplies the information necessary |
2 | # to tailor a template configure script into the configure script | |
3 | # appropriate for this directory. For more information, check any | |
4 | # existing configure script. | |
5 | ||
6 | srctrigger=gprof.c | |
7 | srcname="gprof" | |
8 | ||
9 | # per-host: | |
10 | ||
11 | # per-target: | |
5d32c952 JG |
12 | case "${target}" in |
13 | i386-*-*) my_target=i386 ;; | |
14 | sparc-*-*) my_target=sparc ;; | |
15 | tahoe-*-*) my_target=tahoe ;; | |
16 | vax-*-*) my_target=vax ;; | |
17 | *-*-*) my_target=dummy ;; | |
a11d7ba3 SEF |
18 | esac |
19 | ||
20 | target_makefile_frag=config/mt-${my_target} | |
21 | if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then | |
22 | target_makefile_frag= | |
23 | fi | |
c98f0ae5 SEF |
24 | |
25 | files= | |
26 | links= |