Skip to content

Commit

Permalink
GNUmakefile: add rule to generate terminfo.cdb
Browse files Browse the repository at this point in the history
addresses #11
  • Loading branch information
rofl0r committed Jan 2, 2017
1 parent e329e8d commit 73a0b88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,11 @@ $(FO_LIBSO): $(CU_LIBSO)
$(FO_LIBSO): $(FO_LOBJS)
$(CC) -shared -o $@ $^ -Wl,-soname=$(notdir $@)

# Allow terminfo descriptions to be compiled into libterminfo
${TERMINFODIR}/terminfo.cdb: $(TOOL_TIC) ${TERMINFODIR}/terminfo
@echo "Generating compiled terminfo database"
$^

.PHONY: all all-static all-dynamic install install-tic install-tset \
install-tput install-infocmp install-tabs install-progs \
install-headers-curses install-headers-terminfo \
Expand Down

0 comments on commit 73a0b88

Please sign in to comment.