mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
the last commit, unfortunately. Thanks to Matt Guthaus for alerting me to this. Also updated parts of the extresist code that remove the dependence on ResConDCS; this is a minor update and should not affect the operation of extresist. It is preparatory to doing more work to support additional device types like capacitors, bipolars, and diodes.
13 lines
302 B
Makefile
13 lines
302 B
Makefile
#
|
|
# rscid $Header:
|
|
#
|
|
|
|
MODULE = resis
|
|
MAGICDIR = ..
|
|
SRCS = ResMain.c ResJunct.c ResMakeRes.c ResSimple.c ResPrint.c \
|
|
ResReadSim.c ResRex.c ResBasic.c ResMerge.c ResChecks.c \
|
|
ResFract.c ResUtils.c ResDebug.c
|
|
|
|
include ${MAGICDIR}/defs.mak
|
|
include ${MAGICDIR}/rules.mak
|