makefile 397 B

12345678910111213141516
  1. #-----------------------------------------------------------------------
  2. APP := Test
  3. TARGET := TarsStressServer
  4. CONFIG :=
  5. STRIP_FLAG:= N
  6. TARS2CPP_FLAG:=
  7. INCLUDE +=
  8. LIB +=
  9. #-----------------------------------------------------------------------
  10. include /usr/local/tars/cpp/makefile/makefile.tars
  11. #-----------------------------------------------------------------------