annotate rvinterf/Makefile @ 332:28b4d3c9e85d

rvinterf/libg23: complete for now
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 22 Apr 2014 05:03:39 +0000
parents d9f5630e900d
children 2ac2f6d88bb2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
332
28b4d3c9e85d rvinterf/libg23: complete for now
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 329
diff changeset
1 PROGDIR=etmsync lowlevel misc tmsh
28b4d3c9e85d rvinterf/libg23: complete for now
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 329
diff changeset
2 LIBDIR= libg23
28b4d3c9e85d rvinterf/libg23: complete for now
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 329
diff changeset
3 SUBDIR= ${PROGDIR} ${LIBDIR}
186
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
4
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
5 all: ${SUBDIR}
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
6
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
7 ${SUBDIR}: FRC
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
8 cd $@; ${MAKE} ${MFLAGS}
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
9
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
10 clean: FRC
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
11 rm -f a.out core errs
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
12 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
13
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
14 install: FRC
332
28b4d3c9e85d rvinterf/libg23: complete for now
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 329
diff changeset
15 for i in ${PROGDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done
186
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
16
faa31a47f102 rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
17 FRC: