Renamed .DEPENDS to DEPENDS (for cygwin32 build)

This commit is contained in:
Janet B. Anderson
1998-06-15 14:04:14 +00:00
parent da0800af39
commit 1a78b3eeb6
4 changed files with 9 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ EPICS_BASE = $(INSTALL_LOCATION)
# for EPICS Makefiles (which are not created from other files)
.PHONY:: $(TOP)/config/CONFIG
.PHONY:: $(TOP)/config/CONFIG.* $(TOP)/config/CONFIG_*
.PHONY:: $(TOP)/config/RULES.* $(TOP)/config/RULES_* .DEPENDS
.PHONY:: $(TOP)/config/RULES.* $(TOP)/config/RULES_* DEPENDS
.PHONY:: $(HOME)/EPICS_CONFIG $(HOME)/EPICS_CONFIG.$(HOST_ARCH)
.PHONY:: ../Makefile.Vx ../Makefile.Unix ../Makefile.Host Makefile

View File

@@ -47,7 +47,7 @@ YACC = $(EYACC)
LEX = $(ELEX)
# Default for perl if it's on the PATH,
# otherwise override this in CONFIG_SITE or CONFIG_SITE.<host_arch>
# otherwise override this in CONFIG_SITE_HOST_ARCH.<host_arch>
PERL=perl
# install from EPICS
@@ -188,7 +188,7 @@ ARCMD = $(AR) $(ARFLAGS) $@
#--------------------------------------------------
# depends definition
DEPENDS_RULE = -$(COMPILE.cc) $(DEPENDS_FLAG) $^ > .DEPENDS
DEPENDS_RULE = -$(COMPILE.cc) $(DEPENDS_FLAG) $^ > DEPENDS
#--------------------------------------------------

View File

@@ -348,8 +348,8 @@ buildInstall :: build $(TARGETS) \
$(INSTALL_TCLLIBS) $(INSTALL_TCLINDEX)
depends:: $(LIBSRCS) $(SRCS)
$(RM) .DEPENDS
touch .DEPENDS
$(RM) DEPENDS
touch DEPENDS
$(DEPENDS_RULE)
clean::
@@ -729,7 +729,7 @@ $(INSTALL_TEMPLATES)/$(TEMPLATES_DIR)/%: %
.PRECIOUS: %.o %.c
-include .DEPENDS
-include DEPENDS
.PHONY:: all inc depends build install clean rebuild buildInstall

View File

@@ -68,8 +68,8 @@ buildInstall :: binInstalls
endif
depends:: $(SRCS.c) $(SRCS.cc)
$(RM) .DEPENDS
touch .DEPENDS
$(RM) DEPENDS
touch DEPENDS
$(DEPENDS_RULE)
clean::
@@ -280,7 +280,7 @@ $(INSTALL_HTML)/$(HTMLS_DIR)/%: ../%
.PHONY:: all inc depends build install pre_build clean rebuild buildInstall binInstalls
-include .DEPENDS
-include DEPENDS
ifneq (,$(wildcard ../baseLIBOBJS))
$(LIBNAME): ../baseLIBOBJS