# # make.dep -- Makefile dependencies. Generated by genDepend. # all: compile BLD_TOP := ../.. # # Read the build configuration settings and makevariable definitions. # include $(BLD_TOP)/config.make FILES = \ $(BLD_OBJ_DIR)/daemon$(BLD_OBJ) \ $(BLD_OBJ_DIR)/os$(BLD_OBJ) \ $(BLD_OBJ_DIR)/thread$(BLD_OBJ) $(BLD_OBJ_DIR)/daemon$(BLD_OBJ): \ ../../config.h \ ../../mpr/mpr.h \ ../../mpr/mprOs.h $(BLD_OBJ_DIR)/os$(BLD_OBJ): \ ../../config.h \ ../../mpr/mpr.h \ ../../mpr/mprOs.h $(BLD_OBJ_DIR)/thread$(BLD_OBJ): \ ../../config.h \ ../../mpr/mpr.h \ ../../mpr/mprOs.h # # Read the Makefile rules # include $(BLD_TOP)/make.rules include $(BLD_TOP)/make.os