BIN_TARGETS := \ background \ backtick \ cd \ define \ dollarat \ elgetopt \ elgetpositionals \ elglob \ emptyenv \ exec \ execlineb \ exit \ export \ fdblock \ fdclose \ fdmove \ fdswap \ fdreserve \ forbacktickx \ foreground \ forstdin \ forx \ getpid \ heredoc \ homeof \ if \ ifelse \ ifte \ ifthenelse \ import \ importas \ loopwhilex \ multidefine \ multisubstitute \ pipeline \ piperw \ redirfd \ runblock \ shift \ trap \ tryexec \ umask \ unexport \ wait SBIN_TARGETS := LIBEXEC_TARGETS := ifdef DO_ALLSTATIC LIBEXECLINE := libexecline.a else LIBEXECLINE := libexecline.so endif ifdef DO_SHARED SHARED_LIBS := libexecline.so endif ifdef DO_STATIC STATIC_LIBS := libexecline.a endif