src/world/libbz2_static/Makefile

13 lines
314 B
Makefile

# Makefile - hhl - /usr/src/world/libbzip2
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
libname = bz2
doinstall = true
cppflags += -DFILE_OFFSET_BITS=64
cflags += -O2
cflags += -g
cflags += -Wall
cflags += -Winline
cflags += --sysroot=$(DESTDIR)
include hhl.staticlib.mk