  cd $SOURCE_DIRECTORY					&&
  rm -f upn						&&
  echo gcc upn.c -o upn -lm ${CFLAGS} ${LDFLAGS}	&&
  gcc upn.c -o upn -lm ${CFLAGS} ${LDFLAGS} 
