configure
changeset 5941 adaea39e84ab
parent 5753 553170b2ff57
child 5957 89ca54f5da71
equal deleted inserted replaced
5940:3bb99a7ad58f 5941:adaea39e84ab
    98 	}
    98 	}
    99 ' | $PIPE_SORT`"
    99 ' | $PIPE_SORT`"
   100 
   100 
   101 OBJS_C="`  echo \"$SRCS\" | awk ' { ORS = " " } /\.c$/   { gsub(".c$",   ".o", $0); print $0; }'`"
   101 OBJS_C="`  echo \"$SRCS\" | awk ' { ORS = " " } /\.c$/   { gsub(".c$",   ".o", $0); print $0; }'`"
   102 OBJS_CPP="`echo \"$SRCS\" | awk ' { ORS = " " } /\.cpp$/ { gsub(".cpp$", ".o", $0); print $0; }'`"
   102 OBJS_CPP="`echo \"$SRCS\" | awk ' { ORS = " " } /\.cpp$/ { gsub(".cpp$", ".o", $0); print $0; }'`"
   103 OBJS_M="`  echo \"$SRCS\" | awk ' { ORS = " " } /\.m$/   { gsub(".m$",   ".o", $0); print $0; }'`"
   103 OBJS_MM="` echo \"$SRCS\" | awk ' { ORS = " " } /\.mm$/  { gsub(".mm$",  ".o", $0); print $0; }'`"
   104 OBJS_RC="` echo \"$SRCS\" | awk ' { ORS = " " } /\.rc$/  { gsub(".rc$",  ".o", $0); print $0; }'`"
   104 OBJS_RC="` echo \"$SRCS\" | awk ' { ORS = " " } /\.rc$/  { gsub(".rc$",  ".o", $0); print $0; }'`"
   105 SRCS="`    echo \"$SRCS\" | awk ' { ORS = " " } { print $0; }'`"
   105 SRCS="`    echo \"$SRCS\" | awk ' { ORS = " " } { print $0; }'`"
   106 
   106 
   107 # In makefiles, we always use -u for sort
   107 # In makefiles, we always use -u for sort
   108 if [ -z "$sort" ]; then
   108 if [ -z "$sort" ]; then