File: Makefile.stub

package info (click to toggle)
libtecla 1.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,748 kB
  • ctags: 1,382
  • sloc: ansic: 12,617; sh: 2,685; makefile: 124
file content (12 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
default:
	./configure
	$(MAKE)

distclean:
	./configure --without-man-pages
	$(MAKE) $@

normal reentrant demos demos_r clean install_lib install_bin install_inc \
 install_man install:
	./configure
	$(MAKE) $@