blob: 4458b43924a743e27872e8bbf9beab93fc5850b5 (
plain)
1
2
3
4
5
6
7
8
|
# Define additional QNX specific build recipes.
#
# Recipe to make archive files.
# --Figure out what to do about the librarian--
%$A .GROUP :
$(AR) $(ARFLAGS) $@ $?
$(RM) $(RMFLAGS) $?
|