if defined("SHORE")
  LINK=["g++"]
  import("libpm3shore")
else
  import("libpm3")
end
implementation("Main")
Program("Primes")
