head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	96.06.02.03.01.00;	author svalente;	state Exp;
branches;
next	1.1;

1.1
date	95.10.14.03.36.23;	author svalente;	state Exp;
branches;
next	;


desc
@Imakefile
@


1.2
log
@I added a .c.o rule and removed the DEFINES definition.
I'm not sure what bug this fixed, but you never can tell with imake.
@
text
@LIBS = -lregexp ../lib/libdsk.a ../lib/libusp.a -lcom_err -lkrb -ldes
LFLAGS = -Lregexp

#define ISUBDIRS regexp

OBJS= dsgrep.o regerror.o

all:: libregexp dsgrep

libregexp:
	cd regexp	; make $(MFLAGS1) all

build_program(dsgrep,$(OBJS),$(LFLAGS),$(LIBS))
install_program(dsgrep,,$(ATHBINDIR))
install_man(dsgrep.1,dsgrep.1)

.c.o:
	$(CC) -c $(CFLAGS) -Iregexp $<
@


1.1
log
@Initial revision
@
text
@a5 2
DEFINES = -I./regexp -I../include

d16 3
@
