File: makefile.cc

package info (click to toggle)
dnprogs 2.52
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,644 kB
  • ctags: 4,021
  • sloc: ansic: 26,737; cpp: 10,666; makefile: 832; sh: 537; awk: 13
file content (11 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#
# makefile.cc - Make library of functions for reading and writing VAX format
#               data for Tru64 UNIX using DEC/Compaq/HP C (cc).
#
# Shell command syntax: make -f makefile.cc [ all | libvaxdata | clean ]
#
# -fast (optimize for speed) -std1 (strict ANSI)
CC     = cc
CFLAGS = -fast -std1

include makefile.osf1