mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-02 11:08:30 +02:00
This is a series of updates to make building magic far less of a headache: * Drop `csh`/`tcsh` dependency and detection from `./configure`. * Rewrite makedbh in Python. * Rewrite printmans in POSIX sh. * Stop deleting Depend before every compile (which causes some files to recompile and thus increases recompile times significantly) * Add Depend to CLEANS in scripts/defs.mak.in * Turn POSIX suffix rule in magic/rules.mak to a pattern rule with proper prerequisites
35 lines
541 B
Plaintext
35 lines
541 B
Plaintext
defs.mak
|
|
*/Depend
|
|
config.cache
|
|
config.log
|
|
scripts/config.log
|
|
scripts/config.status
|
|
scripts/defs.mak
|
|
.*.swp
|
|
*.o
|
|
*.so
|
|
*~
|
|
scmos/cif_template/objs/*
|
|
database/database.h
|
|
install.log
|
|
magic/proto.magicrc
|
|
make.log
|
|
readline/readline
|
|
scmos/gdsquery.tech
|
|
scmos/minimum.tech
|
|
scmos/scmos-sub.tech
|
|
scmos/scmos-tm.tech
|
|
scmos/scmos.tech
|
|
scmos/scmosWR.tech
|
|
scmos/nmos.tech
|
|
tcltk/magic.sh
|
|
tcltk/magic.tcl
|
|
tcltk/magicdnull
|
|
tcltk/magicexec
|
|
tcltk/ext2spice.sh
|
|
tcltk/ext2sim.sh
|
|
magic/tclmagic.dylib
|
|
tcltk/magicdnull.dSYM/
|
|
tcltk/magicexec.dSYM/
|
|
reconfigure.sh
|
|
pfx/ |