File: Makefile

package info (click to toggle)
rblcheck 20020316-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 676 kB
  • ctags: 62
  • sloc: ansic: 400; makefile: 143; sh: 39; awk: 27; perl: 12
file content (27 lines) | stat: -rw-r--r-- 462 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
25
26
27
# DNS Utilities Makefile.
#
# $Id: Makefile,v 1.6 2000/04/21 15:22:57 logic Exp $
#
# $Log: Makefile,v $
# Revision 1.6  2000/04/21 15:22:57  logic
# Update to current cvs tree.
#
# Revision 1.1  1998/01/27 02:10:33  emarshal
# Added dump.c, a quick utility for dumping an RR (sort of);
# suitable for hexdumping.
#

# Linux/glibc, Solaris
#CC=cc
#CFLAGS=-O
#LDFLAGS=-s -lresolv

# Linux/libc5, NeXT
CC=cc
CFLAGS=-g -Wall
LDFLAGS=-s

all: dump

clean:
	-rm dump