annotate ueda/Makefile @ 131:125fc4ef7eb0

ueda-csvattr program written, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 31 Aug 2020 00:01:59 +0000
parents ffab0a4424ad
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
101
ffab0a4424ad ueda: unet-bind program moved into sensibly named unet-bind subdir
Mychaela Falconia <falcon@freecalypso.org>
parents: 25
diff changeset
1 SUBDIR= libueda libunet libuschem mclutils migration sverp unet-bind \
25
ace4f60773ca ueda/Makefile: unet-utils added
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 17
diff changeset
2 unet-utils uschem-netlist uschem-print uschem-utils utils
101
ffab0a4424ad ueda: unet-bind program moved into sensibly named unet-bind subdir
Mychaela Falconia <falcon@freecalypso.org>
parents: 25
diff changeset
3 BUILD= libueda libunet mclutils sverp unet-bind unet-utils utils
0
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
4
5
e62c37d85a30 ueda/Makefile: build only libueda, mclutils, sverp and utils under Linux
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 0
diff changeset
5 all: ${BUILD}
0
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
6
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
7 ${SUBDIR}: FRC
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
8 cd $@; make ${MFLAGS}
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
9
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
10 mclutils: libueda
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
11 sverp: libueda
101
ffab0a4424ad ueda: unet-bind program moved into sensibly named unet-bind subdir
Mychaela Falconia <falcon@freecalypso.org>
parents: 25
diff changeset
12 unet-bind: libueda libunet
25
ace4f60773ca ueda/Makefile: unet-utils added
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 17
diff changeset
13 unet-utils: libunet
0
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
14 uschem-utils: libueda libuschem
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
15 uschem-print: libueda libuschem
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
16 uschem-netlist: libueda libuschem
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
17
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
18 install:
5
e62c37d85a30 ueda/Makefile: build only libueda, mclutils, sverp and utils under Linux
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 0
diff changeset
19 -for i in ${BUILD}; do \
0
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
20 (cd $$i; make ${MFLAGS} install); done
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
21
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
22 clean: FRC
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
23 rm -f a.out core *.s *.o errs
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
24 for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
25
cd92449fdb51 initial import of ueda and ifctf-part-lib from ifctfvax CVS
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
26 FRC: