comparison src/Makefile.in @ 1903:1ab98f7789c9

[project @ 1996-02-09 20:36:57 by jwe]
author jwe
date Fri, 09 Feb 1996 20:36:57 +0000
parents a95b9ec79ec8
children 55aba03774c3
comparison
equal deleted inserted replaced
1902:5e5add0edbf8 1903:1ab98f7789c9
319 -e "s;%CXXLIB_LIST%;\"${CXXLIB_LIST}\";" \ 319 -e "s;%CXXLIB_LIST%;\"${CXXLIB_LIST}\";" \
320 -e "s;%CXXLIB_PATH%;\"${CXXLIB_PATH}\";") 320 -e "s;%CXXLIB_PATH%;\"${CXXLIB_PATH}\";")
321 @$(top_srcdir)/move-if-change $@.tmp $@ 321 @$(top_srcdir)/move-if-change $@.tmp $@
322 322
323 oct-gperf.h: octave.gperf 323 oct-gperf.h: octave.gperf
324 gperf -a -C -E -H octave_kw_hash -g -N octave_kw_lookup -p -t \ 324 @echo "making $@ from $<"
325 @gperf -a -C -E -H octave_kw_hash -g -N octave_kw_lookup -p -t \
325 $< > $@.tmp 326 $< > $@.tmp
326 @$(top_srcdir)/move-if-change $@.tmp $@ 327 @$(top_srcdir)/move-if-change $@.tmp $@
327 328
328 check: all 329 check: all
329 .PHONY: check 330 .PHONY: check