Home | History | Annotate | Download | only in bin

Lines Matching refs:FILES

11 # copy of this software and associated documentation files (the "Software"),
32 # Given a list of files, look for .a archives and unpack them.
33 # Return the original list of files minus the .a files plus the unpacked files.
35 # remaining params: list of .o and .a files
39 FILES=$@
44 for FILE in $FILES ; do
47 # extract the .o files from this .a archive
74 # list of object files
104 echo 'Create a shared library from object files.'
283 echo "mklib: Error: no object files specified (-h for help)"
373 # expand .a into .o files
379 # remove temporary extracted .o files
565 # expand .a into .o files
570 # remove temporary extracted .o files
750 # expand .a into .o files
756 # remove temporary extracted .o files
940 # expand .a into .o files
945 # remove temporary extracted .o files
991 # expand .a into .o files
997 # remove temporary extracted .o files
1032 # Put library files into installation directory if specified.