24 lines
985 B
Plaintext
24 lines
985 B
Plaintext
##########################################################################
|
|
# Copyright (c) 2011 UChicago Argonne LLC, as Operator of Argonne
|
|
# National Laboratory.
|
|
# EPICS BASE is distributed subject to a Software License Agreement found
|
|
# in the file LICENSE that is included with this distribution.
|
|
##########################################################################
|
|
|
|
# This is a Makefile fragment, see src/ioc/Makefile.
|
|
|
|
softIoc.dbd$(DEP): $(COMMON_DIR)/stdRecords.dbd
|
|
softIoc.dbd$(DEP): $(COMMON_DIR)/filters.dbd
|
|
softIoc.dbd$(DEP): $(COMMON_DIR)/links.dbd
|
|
$(COMMON_DIR)/softIoc.dbd: $(COMMON_DIR)/stdRecords.dbd
|
|
$(COMMON_DIR)/softIoc.dbd: $(COMMON_DIR)/filters.dbd
|
|
$(COMMON_DIR)/softIoc.dbd: $(COMMON_DIR)/links.dbd
|
|
$(COMMON_DIR)/softIoc.dbd: $(STDDIR)/softIoc/Makefile
|
|
|
|
softMain$(DEP): epicsInstallDir.h
|
|
|
|
epicsInstallDir.h: $(TOP)/configure/CONFIG_SITE*
|
|
$(ECHO) "FINAL_LOCATION=$(FINAL_LOCATION)"
|
|
$(PERL) $(STDDIR)/softIoc/makeInstallDir.pl "$(FINAL_LOCATION)" > $@
|
|
|