comparison Makefile @ 7134:75ff2ec3b086

arrg 100l in the 10l
author rfelker
date Thu, 29 Aug 2002 02:20:00 +0000
parents 3d76ec50480c
children d48db6256efb
comparison
equal deleted inserted replaced
7133:3d76ec50480c 7134:75ff2ec3b086
310 310
311 # 311 #
312 # include dependencies to get make to recurse into lib dirs, 312 # include dependencies to get make to recurse into lib dirs,
313 # if the user desires such behavior 313 # if the user desires such behavior
314 # 314 #
315 ifneq ($(wildcard .libdeps)) 315 ifneq ($(wildcard .libdeps),)
316 include .libdeps 316 include .libdeps
317 endif 317 endif
318 318
319 # 319 #
320 # include dependency files if they exist 320 # include dependency files if they exist