comparison Makefile.in @ 1111:95f094fdd81e

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Sun, 13 Sep 1992 10:43:05 +0000
parents 56b6d2f4383a
children bd3afc204773
comparison
equal deleted inserted replaced
1110:f165d900e06e 1111:95f094fdd81e
9 # make install.xenix to install on Xenix. 9 # make install.xenix to install on Xenix.
10 # make install.aix to install on AIX. 10 # make install.aix to install on AIX.
11 # make tags to update tags tables. 11 # make tags to update tags tables.
12 # 12 #
13 # make distclean to delete everything that wasn't in the distribution. 13 # make distclean to delete everything that wasn't in the distribution.
14 # This is a very dangerous thing to do! 14 # This is a very dangerous thing to do! It removes backup files,
15 # among other things.
15 # make clean 16 # make clean
16 # This is a little less dangerous. 17 # This is a little less dangerous.
17 # make dist 18 # make dist
18 # This produces a tar file from the current source tree suitable 19 # This produces a tar file from the current source tree suitable
19 # for redistribution. 20 # for redistribution.
121 122
122 # Note that sed is not in /bin on 386bsd. 123 # Note that sed is not in /bin on 386bsd.
123 src/paths.h: Makefile src/paths.h.in 124 src/paths.h: Makefile src/paths.h.in
124 lisppath=`echo ${lisppath} | ${removenullpaths}` ; \ 125 lisppath=`echo ${lisppath} | ${removenullpaths}` ; \
125 buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \ 126 buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \
126 sed < src/paths.h.in > src/paths.h.tmp \ 127 sed < src/paths.h.in > src/paths.h.tmp \
127 -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \ 128 -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \
128 -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \ 129 -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \
129 -e 's;\(#.*PATH_EXEC\).*$$;\1 "${libdir}";' \ 130 -e 's;\(#.*PATH_EXEC\).*$$;\1 "${libdir}";' \
130 -e 's;\(#.*PATH_DATA\).*$$;\1 "${datadir}";' \ 131 -e 's;\(#.*PATH_DATA\).*$$;\1 "${datadir}";' \
131 -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";' 132 -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";'