czarkoff 4fc313137d Convert LIT converts Microsoft Reader format e-books into OEBPS compliant
packages for use with software or devices which are not directly compatible
with Microsoft's Reader, or for further conversion to other e-book formats.

OK sthen@
2015-05-27 16:50:40 +00:00

15 lines
307 B
Makefile

CFLAGS += -funsigned-char
CFLAGS += -Ilib/des -Ilib/sha -Ilib/newlzx -Ilib -I. -I${LOCALBASE}/include
LDFLAGS += -ltommath -L${LOCALBASE}/lib
all: clit
clit:
${CC} ${CFLAGS} -o $@ {,lib/{,des/,newlzx/,sha/}}*.c ${LDFLAGS}
install: all
${BSD_INSTALL_PROGRAM} clit ${PREFIX}/bin/clit
clean:
rm -f clit