makefile 354 B

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