comparison lib-src/Makefile.in @ 3792:d0b5038d2959

* Makefile.in: Remember, spaces are not tabs.
author Jim Blandy <jimb@redhat.com>
date Thu, 17 Jun 1993 02:59:21 +0000
parents 6c05414356bc
children 3bd157da2222
comparison
equal deleted inserted replaced
3791:b51e109425f1 3792:d0b5038d2959
129 done ; \ 129 done ; \
130 cd ${srcdir}; for file in ${SCRIPTS} ${INSTALLABLE_SCRIPTS}; do \ 130 cd ${srcdir}; for file in ${SCRIPTS} ${INSTALLABLE_SCRIPTS}; do \
131 cp $${file} ${archlibdir} ; \ 131 cp $${file} ${archlibdir} ; \
132 chmod 755 ${archlibdir}/$${file} ; \ 132 chmod 755 ${archlibdir}/$${file} ; \
133 done ; \ 133 done ; \
134 fi 134 fi
135 @echo 135 @echo
136 @echo "Changing the owner and group of Emacs's utility programs to \`bin'." 136 @echo "Changing the owner and group of Emacs's utility programs to \`bin'."
137 @echo "(You may ignore errors here if you don't care about this.)" 137 @echo "(You may ignore errors here if you don't care about this.)"
138 -for file in ${EXECUTABLES} ; do \ 138 -for file in ${EXECUTABLES} ; do \
139 chgrp bin ${archlibdir}/$${file} ; \ 139 chgrp bin ${archlibdir}/$${file} ; \
146 @echo 146 @echo
147 @echo "Installing utilities for users to run." 147 @echo "Installing utilities for users to run."
148 for file in ${INSTALLABLES} ; do \ 148 for file in ${INSTALLABLES} ; do \
149 cp $${file} ${bindir}/$${file}.new ; \ 149 cp $${file} ${bindir}/$${file}.new ; \
150 chmod 755 ${bindir}/$${file}.new ; \ 150 chmod 755 ${bindir}/$${file}.new ; \
151 done 151 done
152 for file in ${INSTALLABLE_SCRIPTS} ; do \ 152 for file in ${INSTALLABLE_SCRIPTS} ; do \
153 cp ${srcdir}/$${file} ${bindir}/$${file}.new ; \ 153 cp ${srcdir}/$${file} ${bindir}/$${file}.new ; \
154 chmod 755 ${bindir}/$${file}.new ; \ 154 chmod 755 ${bindir}/$${file}.new ; \
155 done 155 done
156 @echo 156 @echo
157 @echo "Changing the owner and group of utility programs to \`bin'." 157 @echo "Changing the owner and group of utility programs to \`bin'."
158 @echo "(You may ignore errors here if you don't care about this.)" 158 @echo "(You may ignore errors here if you don't care about this.)"
159 -for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS} ; do \ 159 -for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS} ; do \
160 chgrp bin ${bindir}/$${file}.new ; \ 160 chgrp bin ${bindir}/$${file}.new ; \
161 chown bin ${bindir}/$${file}.new ; \ 161 chown bin ${bindir}/$${file}.new ; \
162 rm -f ${bindir}/$${file} ; \ 162 rm -f ${bindir}/$${file} ; \
163 mv ${bindir}/$${file}.new ${bindir}/$${file} ; \ 163 mv ${bindir}/$${file}.new ${bindir}/$${file} ; \
164 done 164 done
165 165
166 uninstall: 166 uninstall:
167 (cd ${bindir}; \ 167 (cd ${bindir}; \
168 rm -f ${INSTALLABLES} ${INSTALLABLE_SCRIPTS}) 168 rm -f ${INSTALLABLES} ${INSTALLABLE_SCRIPTS})
169 (cd ${archlibdir}; \ 169 (cd ${archlibdir}; \
203 ./test-distrib ${srcdir}/testfile 203 ./test-distrib ${srcdir}/testfile
204 204
205 GETOPTOBJS = getopt.o getopt1.o $(ALLOCA) 205 GETOPTOBJS = getopt.o getopt1.o $(ALLOCA)
206 GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h 206 GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h
207 getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h 207 getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h
208 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c 208 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c
209 getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h 209 getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
210 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c 210 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c
211 211
212 etags: ${srcdir}/etags.c $(GETOPTDEPS) 212 etags: ${srcdir}/etags.c $(GETOPTDEPS)
213 $(CC) ${CPP_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags 213 $(CC) ${CPP_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags
214 214
215 ctags: ${srcdir}/etags.c $(GETOPTDEPS) 215 ctags: ${srcdir}/etags.c $(GETOPTDEPS)