File: apollo

package info (click to toggle)
mawk 1.3.3-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,204 kB
  • ctags: 1,530
  • sloc: ansic: 13,023; yacc: 994; awk: 629; sh: 330; makefile: 164
file content (24 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Apollo system 10.4
# domain C compiler 6.9
#
# mawk will not work with 6.8 or earlier compiler


# $Log: apollo,v $
# Revision 1.1  1994/12/14  00:11:03  mike
# initial ci
#

############

CC='cc -A nansi'    # otherwise matherr() won't load

MATHLIB='      '    # don't need a mathlib

# where to put the binary
BINDIR=/usr/local/bin

# where to put the man pages and man page extension
MANDIR=/usr/local/man/man1
MANEXT=1