Lines Matching full:layout
7 EXTRA_PROGRAMS= ntpdc ntpdc-layout
8 EXTRA_DATA= check-layout
27 # ntpdc-layout doesn't need any additional libraries at all
36 check-layout \
37 layout.here \
39 ntpdc-layout \
49 layout.std \
139 ntpdc-layout.o: nl.c
141 layout.here: ntpdc-layout
142 $(AM_V_at)./ntpdc-layout > $@
144 check-layout: ntpdc-layout $(srcdir)/layout.std layout.here
145 $(AM_V_at)cmp $(srcdir)/layout.std layout.here && echo stamp > $@