10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
#CONFIG
|
|
ifneq ($(wildcard $(EPICS_BASE)/configure),)
|
|
include $(EPICS_BASE)/configure/RULES
|
|
else
|
|
include $(EPICS_BASE)/config/RULES_ARCHS
|
|
endif
|
|
|
|
# Library should be rebuilt because LIBOBJS may have changed.
|
|
$(LIBNAME): ../Makefile
|