File: BSDmakefile

package info (click to toggle)
asterisk 1%3A11.13.1~dfsg-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 43,308 kB
  • sloc: ansic: 550,310; sh: 12,057; cpp: 5,944; makefile: 3,078; perl: 3,076; yacc: 2,156; xml: 675; sql: 406; python: 381; tcl: 113; php: 62
file content (11 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
# This is a convenience script for systems on which BSD make is the default,
# such that typing 'make' will do what people expect, instead of producing an
# error (due to incompatibilities between BSD make and GNU make).

.include "makeopts"

all::
	$(MAKE)

$(.TARGETS)::
	$(MAKE) $(.TARGETS)