makefile 441 B

12345678910111213141516
  1. #-----------------------------------------------------------------------
  2. APP := TestApp
  3. TARGET := TestHelloServer
  4. CONFIG :=
  5. STRIP_FLAG:= N
  6. INCLUDE +=
  7. LIB +=
  8. #-----------------------------------------------------------------------
  9. include /home/tarsproto/TestApp/HelloServer/HelloServer.mk
  10. include /usr/local/tars/cpp/makefile/makefile.tars
  11. #-----------------------------------------------------------------------