Home
last modified time | relevance | path

Searched refs:LIBRARY_A (Results 1 – 1 of 1) sorted by relevance

/src/contrib/bsddialog/lib/
H A DMakefile8 LIBRARY_A = lib${LIBRARY:=.a} macro
33 ${INSTALL} -m 0644 ${LIBRARY_A} ${DESTDIR}${PREFIX}/lib/${LIBRARY_A}
41 ${RM} ${DESTDIR}${PREFIX}/lib/${LIBRARY_A}
45 ${LIBRARY}: ${LIBRARY_SO} ${LIBRARY_A}
53 ${LIBRARY_A}: ${OBJECTS}
61 ${RM} ${LIBRARY_SO}* *.o *~ *.gz ${LIBRARY_A}