head	1.3;
access;
symbols;
locks
	news:1.3; strict;
comment	@# @;


1.3
date	97.03.23.06.51.57;	author news;	state Exp;
branches;
next	1.2;

1.2
date	97.03.23.06.49.41;	author news;	state Exp;
branches;
next	1.1;

1.1
date	97.03.23.06.47.41;	author news;	state Exp;
branches;
next	;


desc
@@


1.3
log
@*** empty log message ***
@
text
@# $Id: Makefile,v 1.2 1997/03/23 06:49:41 news Exp news $
#
CFLAGS=-O -DNDEBUG

# Excutable file will be installed in $(LOCAL)/bin and $(LOCAL)/lib dir.
#
BINDIR=/usr/local/news/bin
PROGS = hdcode
CFLAGS=-g -Wall -D_MAIN
CFLAGS=-O -D_MAIN
#
all : 	$(PROGS)

hdcode: hdcode.o
	$(CC) $(CFLAGS) -o $@@ hdcode.o

install : all
	cp -p $(PROGS) $(BINDIR)

clean :
	rm -f *.o

distclean: clean
	rm -f $(PROGS)
@


1.2
log
@*** empty log message ***
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1997/03/23 06:47:41 news Exp news $
d10 1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id$
d13 3
d22 2
a23 2
hdcode: hdcode.o
	$(CC) $(CFLAGS) -o $@@ hdcode.o
@
