File Makefile of Package chmsee

## -*- Mode: makefile -*-
LIBXUL_SDK = $(shell pkg-config --variable sdkdir libxul)

NSPR_INCLUDES = $(shell pkg-config --cflags nspr)
NSPR_LIBS = $(shell pkg-config --libs nspr)

CHMLIB_INCLUDES = -I/usr/include
CHMLIB_LIBS = -lchm

PYTHON2 = /usr/bin/python2

XPCOMCHM = libxpcomchm.so

DEFINES = -pthread
LDFLAGS = -Wl,-soname,${TARGET} -L${LIBXUL_SDK}/bin -lpthread

include ./common.mk
openSUSE Build Service is sponsored by