~jba-aps/epics-base/dvl-3.15-origin

« back to all changes in this revision

Viewing changes to src/ioc/db/RULES

  • Committer: Andrew Johnson
  • Date: 2014-10-03 19:23:04 UTC
  • mfrom: (12522.1.25 dbd2html)
  • Revision ID: anj@aps.anl.gov-20141003192304-93okwfqwgx3id6bk
Merged dbd2html branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
# This is a Makefile fragment, see src/ioc/Makefile.
13
13
 
14
 
dbCommon.h$(DEP): $(IOCDIR)/db/dbCommonRecord.dbd
 
14
dbCommon.h$(DEP): $(IOCDIR)/db/dbCommonRecord.dbd $(IOCDIR)/db/RULES
15
15
        @$(RM) $@
16
16
        @$(DBTORECORDTYPEH) -D -I ../db -o $(COMMONDEP_TARGET) $< > $@
17
17
        @echo "$(COMMONDEP_TARGET): ../Makefile" >> $@