comparison src/Makefile.in @ 6011:d3112590883f

[project @ 2006-09-29 18:20:08 by jwe]
author jwe
date Fri, 29 Sep 2006 18:20:15 +0000
parents 588dfb92e19e
children 500d884ae373
comparison
equal deleted inserted replaced
6010:5e4d1e774641 6011:d3112590883f
202 endif 202 endif
203 endif 203 endif
204 204
205 # Ugh. 205 # Ugh.
206 206
207 DEP_5 := $(SOURCES) $(DLD_SRC) builtins.cc ops.cc main.c 207 DEP_5 := $(SOURCES) $(DLD_SRC) builtins.cc oct-errno.cc ops.cc main.c
208 DEP_4 := $(notdir $(DEP_5)) 208 DEP_4 := $(notdir $(DEP_5))
209 DEP_3 := $(patsubst %.l, %.cc, $(DEP_4)) 209 DEP_3 := $(patsubst %.l, %.cc, $(DEP_4))
210 DEP_2 := $(patsubst %.y, %.cc, $(DEP_3)) 210 DEP_2 := $(patsubst %.y, %.cc, $(DEP_3))
211 DEP_1 := $(patsubst %.c, %.d, $(DEP_2)) 211 DEP_1 := $(patsubst %.c, %.d, $(DEP_2))
212 MAKEDEPS := $(patsubst %.cc, %.d, $(DEP_1)) 212 MAKEDEPS := $(patsubst %.cc, %.d, $(DEP_1))