makefile 414 B

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