This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Populate metaconfig branch.
[metaconfig.git] / dist-3.0at70 / mcon / files / dir.U
1 ?RCS: $Id: dir.U,v 3.0 1993/08/18 12:10:06 ram Exp $
2 ?RCS:
3 ?RCS:  Copyright (c) 1991-1993, Raphael Manfredi
4 ?RCS:  
5 ?RCS:  You may redistribute only under the terms of the Artistic Licence,
6 ?RCS:  as specified in the README file that comes with the distribution.
7 ?RCS:  You may reuse parts of this distribution only within the terms of
8 ?RCS:  that same Artistic Licence; a copy of which may be found at the root
9 ?RCS:  of the source tree for dist 3.0.
10 ?RCS:
11 ?RCS: $Log: dir.U,v $
12 ?RCS: Revision 3.0  1993/08/18  12:10:06  ram
13 ?RCS: Baseline for dist 3.0 netwide release.
14 ?RCS:
15 ?MAKE:<DIR> <DIR>exp: Oldconfig Getfile
16 ?MAKE:  -pick add $@ %<
17 ?S:<DIR>:
18 ?S:     Where <DIR> files are located. The name may have ~ on the front.
19 ?S:.
20 ?S:<DIR>exp:
21 ?S:     This is the same as the <DIR> variable, but is filename expanded
22 ?S:     so that later Configure units can look at the <DIR> directory if desired.
23 ?S:.
24 ?C:<%DIR>:
25 ?C:     The directory where <DIR> files are located. The name may have ~ on
26 ?C:     the front so the C program must be prepared to do ~ expansion.
27 ?C:.
28 ?C:<%DIR>_EXP:
29 ?C:     The same as <DIR>, but ~name expantion has been done by Configure.
30 ?C:.
31 ?H:#define <%DIR> "$<DIR>"              /**/
32 ?H:#define <%DIR>_EXP "$<DIR>exp"               /**/
33 ?H:.
34 : locate <DIR> directory
35 echo " "
36 case "$<DIR>" in
37 '')
38         dflt=<DFLT>
39         ;;
40 *)  dflt="$<DIR>";;
41 esac
42 fn=d~
43 rp='Where is the <DIR> directory?'
44 . getfile
45 <DIR>="$ans"
46 <DIR>exp="$ansexp"
47