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


1.5
date     93.05.16.18.27.23;  author kenm;  state Exp;
branches ;
next     1.4;

1.4
date     93.02.22.13.38.26;  author kenm;  state Exp;
branches ;
next     1.3;

1.3
date     93.02.22.13.37.39;  author kenm;  state Exp;
branches ;
next     1.2;

1.2
date     93.02.22.12.04.56;  author kenm;  state Exp;
branches ;
next     1.1;

1.1
date     93.01.27.11.02.59;  author kenm;  state Exp;
branches ;
next     ;


desc
@@


1.5
log
@added clean
@
text
@# $Header: Makefile,v 1.4 93/02/22 13:38:26 kenm Exp $
# Copyright (C) 1993 Mentor Graphics Corporation

SRCS = edif_actions.c flatten.c init.c misc.c
OBJS = edif_actions.o flatten.o init.o misc.o

CFLAGS = -g $(XCFLAGS) -I../util -I../edifparse
LIB = netlist.a

lib $(LIB): $(OBJS)
	ar cr $(LIB) $(OBJS)
	ranlib $(LIB)

clean:; /bin/rm -f $(OBJS) $(LIB)

###
edif_actions.o: nets.h ../util/util.h ../util/hash.h ../edifparse/eprop.h
flatten.o: nets.h ../util/util.h ../util/hash.h ../edifparse/eprop.h
init.o: nets.h ../util/util.h ../util/hash.h ../edifparse/eprop.h
misc.o: nets.h ../util/util.h ../util/hash.h ../edifparse/eprop.h \
	../edifparse/token.h
@


1.4
log
@*** empty log message ***
@
text
@d1 1
a1 1
# $Header: Makefile,v 1.3 93/02/22 13:37:39 kenm Exp $
d14 1
a14 1
ctags:; ctags ../util/*.c ../edifparse/*.c $(SRCS)
@


1.3
log
@*** empty log message ***
@
text
@d1 1
a1 1
# $Header: Makefile,v 1.2 93/02/22 12:04:56 kenm Exp $
d4 2
a5 8
SRCS = edif_actions.c \
		flatten.c \
		init.c \
		misc.c
OBJS = edif_actions.o \
		flatten.o \
		init.o \
		misc.o
a12 3

install: lib
	QINSTALLW /project/syn/rls/DEV/shared/pkgs/syn_inhouse.hpu/lib $(LIB)
@


1.2
log
@added copyright
@
text
@d1 1
a1 1
# $Header: Makefile,v 1.2 93/02/22 11:54:00 kenm Exp $
d4 8
a11 1
SRCS := edif_actions.c init.c misc.c flatten.c
d13 2
a14 3
OBJS := $(SRCS:%.c=%.o)
CFLAGS = -g -I../util -I../edifparse
LIB := netlist.a
@


1.1
log
@Initial revision
@
text
@d1 3
d14 5
d20 5
a24 3
edif_actions.o: nets.h ../util/util.h ../util/hash.h
init.o: nets.h ../util/util.h ../util/hash.h
misc.o: ../edifparse/token.h nets.h ../util/util.h ../util/hash.h
@
