Makefile 649 B

123456789101112131415161718192021222324252627
  1. # $MirOS: contrib/hosted/fwcf/lib/Makefile,v 1.5 2007/03/13 18:14:31 tg Exp $
  2. # This file is part of the FreeWRT project. FreeWRT is copyrighted
  3. # material, please see the LICENCE file in the top-level directory
  4. # or at http://www.freewrt.org/licence for details.
  5. LIB= fwcf
  6. NOPIC= Yes
  7. NOPROFILE= Yes # for OpenBSD
  8. SRCS+= compress.c
  9. SRCS+= cpr_get.c
  10. SRCS+= cpr_list.c
  11. SRCS+= cpr_lsth.c
  12. SRCS+= ft_creat.c
  13. SRCS+= ft_dump.c
  14. SRCS+= ft_pack.c
  15. SRCS+= ft_packm.c
  16. SRCS+= fts_debg.c
  17. SRCS+= fts_subs.c
  18. SRCS+= header.c
  19. SRCS+= minilzop.c
  20. SRCS+= unwraps.c
  21. SRCS+= wraps.c
  22. CFLAGS_header.o+= -DDEBUG_ADLER
  23. _CFLADD+= header.o
  24. .include <bsd.lib.mk>