Lines Matching +refs:make +refs:config +refs:header
32 Summary: Development package that includes the ldns header files
66 make %{?_smp_mflags}
67 ( cd drill ; make %{?_smp_mflags} )
68 ( cd examples ; make %{?_smp_mflags} )
69 make %{?_smp_mflags} doc
74 make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install
75 make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install-doc
85 (cd drill ; make DESTDIR=%{buildroot} install)
86 (cd examples; make DESTDIR=%{buildroot} install)
105 %{_bindir}/ldns-config
185 - Commented out 1.1.0 make targets, put make 1.0.1 targets.
196 - Cannot use make clean because there are no Makefiles. Use hardcoded rm.
202 - added a make clean for 2.3.3 since .o files were left behind upstream,