makefile 410 B

12345678910111213
  1. #-----------------------------------------------------------------------
  2. APP := Test
  3. TARGET := myClientPromise
  4. CONFIG :=
  5. STRIP_FLAG:= N
  6. INCLUDE +=
  7. #-----------------------------------------------------------------------
  8. include /home/tarsproto/Test/AServer/AServer.mk
  9. include /usr/local/tars/cpp/makefile/makefile.tars
  10. #-----------------------------------------------------------------------