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


1.2
date     95.02.23.11.13.08;  author cad;  state Exp;
branches ;
next     1.1;

1.1
date     95.02.23.11.11.43;  author cad;  state Exp;
branches ;
next     ;


desc
@@


1.2
log
@*** empty log message ***
@
text
@CADDIR = this_is_set_by_the_parent_Makefile_and_the_findcad_script
CAD     = ${CADDIR}
SYSLIB  = $(CAD)/lib/magic/sys
DEPEND= scmos.tech scmosExt.tech scmosExt26b.tech scmosExt34.tech\
 scmosExtDiag.tech

all: scmos.tech27 scmos.tech26 scmosWR.tech27

scmos.tech27:	$(DEPEND)
	/lib/cpp -DWRL_STANFORD_EXTRACTOR -P scmos.tech > scmos.tech27

scmos.tech26:	$(DEPEND)
	/lib/cpp -P scmos.tech > scmos.tech26

scmosWR.tech27:	$(DEPEND)
	/lib/cpp -P -DWRL_STANFORD_EXTRACTOR -DWELL_ROUTE_CHECK scmos.tech >\
		scmosWR.tech27

backup: $(DEPEND)  Makefile
	/usr/new/rcs -l $(DEPEND)  Makefile
	/usr/new/ci -u $(DEPEND)  Makefile
	chmod 644 $(DEPEND) Makefile

	

install: ${SYSLIB}/scmos.tech27

${SYSLIB}/scmos.tech27: ${DEPS}
	../:installfile scmos.tech $(SYSLIB)
	../:installfile scmos.tech27 $(SYSLIB)
	../:installfile mos.7bit.dstyle5 $(SYSLIB)
	../:installfile mos.7bit.std.cmap1 $(SYSLIB)

# program to calculate capacitances based on Sakurai's formula
scaleCap: scaleCap.c
	cc -o scaleCap	scaleCap.c -lm
@


1.1
log
@Initial revision
@
text
@d3 1
@
