File: Makefile.am

package info (click to toggle)
chafa 1.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,844 kB
  • sloc: ansic: 52,653; xml: 906; sh: 667; makefile: 473; python: 334
file content (25 lines) | stat: -rw-r--r-- 603 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUBDIRS = chafa docs examples libnsgif lodepng tools tests

SGR0=$$(tput sgr0 2>/dev/null)
SETAF9=$$(tput setaf 9 2>/dev/null)
SETAF11=$$(tput setaf 11 2>/dev/null)

EXTRA_DIST = \
	HACKING \
	README.md \
	SECURITY.md \
	autogen.sh \
	chafa.pc.in

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = chafa.pc

all-local:
	@echo
	@echo ---
	@echo --- Success! You can now run tools/chafa/chafa, or install everything
	@echo --- using "make install" or "sudo make install".
	@echo ---
	@echo --- ${SETAF9}NOTE:${SGR0} You may have to run ${SETAF11}sudo ldconfig${SGR0} after installing.
	@echo ---
	@echo