Files
harbour-core/harbour/external/bzip2/Makefile
Viktor Szakats a4935ea604 2010-06-22 03:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/ren_sfn.prg
  * external/minizip/Makefile
  * external/zlib/Makefile
  * external/sqlite3/Makefile
  - external/png/link.txt
  * external/png/Makefile
  * external/jpeg/Makefile
  - external/jpeg/link.txt
  - external/bzip2/ren_sfn.txt
  * external/bzip2/Makefile
  * external/libhpdf/Makefile
  - external/libhpdf/ren_sfn.txt
  - external/libhpdf/link.txt
  - external/pcre/ren_sfn.txt
  * external/pcre/Makefile
    + Integrated ren_sfn.txt logic into Makefiles.
    + Add link.txt content into Makefiles.
    + Added links for all libs which didn't have one.

  * include/vm.api
    - Deleted ULONG casts.
2010-06-22 01:21:46 +00:00

57 lines
1.1 KiB
Makefile

#
# $Id$
#
ROOT := ../../
include $(TOP)$(ROOT)config/global.mk
LIBNAME := bz2
# URL: http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz
HB_BUILD_WARN := no
HB_BUILD_MODE := c
C_SOURCES := \
blocksor.c \
bzlib.c \
compress.c \
crctable.c \
decompre.c \
huffman.c \
randtabl.c \
_DET_DSP_NAME := bzip2
_DET_VAR_INC_ := HB_INC_BZIP2
_DET_VAR_HAS_ := HB_HAS_BZIP2
_DET_FLT_PLAT := !wce
_DET_FLT_COMP := !pocc64
_DET_INC_DEFP := /usr/include
_DET_INC_LOCL := external/bzip2
_DET_INC_HEAD := /bzlib.h
include $(TOP)$(ROOT)config/detfun.mk
ifneq ($(HB_HAS_BZIP2_LOCAL),)
ifeq ($(HB_COMPILER),bcc)
HB_AFLAGS += /C
endif
include $(TOP)$(ROOT)config/lib.mk
else
HB_SKIP_REASON := unused
include $(TOP)$(ROOT)config/none.mk
endif
# Use with 'hbrun <root>/config/ren_sfn.prg [F|T]'
# ------------------------------------------------
# RENAME LICENSE LICENSE
# RENAME blocksor.c blocksort.c
# RENAME bzlib.c bzlib.c
# RENAME compress.c compress.c
# RENAME crctable.c crctable.c
# RENAME decompre.c decompress.c
# RENAME huffman.c huffman.c
# RENAME randtabl.c randtable.c
# RENAME bzlib.h bzlib.h
# RENAME bzlib_pr.h bzlib_private.h