forked from epics_driver_modules/motorBase
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
#RULES.Vx
|
|
include $(EPICS_BASE)/config/RULES.Vx
|
|
inc:: $(INSTALL_INCREC)
|
|
#
|
|
# turn off implicit rules search for all binaries in base
|
|
#
|
|
#Jeff says this turned off all dependency checking
|
|
#????? What to do????
|
|
#$(EPICS_BASE_BIN)/* : ;
|
|
|
|
|
|
# Library should be rebuilt because LIBOBJS may have changed.
|
|
$(LIBNAME): ../Makefile.Vx
|
|
|