File: Makefile.stub

package info (click to toggle)
libtecla 1.6.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,352 kB
  • sloc: ansic: 12,619; sh: 2,685; makefile: 127
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) $@