annotate Makefile @ 18:9c2c1444dca9

doc/Proto-SMSC-testing: OS#6135 patches have been merged
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 13 Nov 2023 12:47:12 -0800
parents 2c35aad69fea
children 7bfe3e21eaae
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
2c35aad69fea top Makefile: add smsc-sendmt
Mychaela Falconia <falcon@freecalypso.org>
parents: 11
diff changeset
1 SUBDIR= euse-demo smsc-daemon smsc-sendmt
11
44148d13283c add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
44148d13283c add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 all: ${SUBDIR}
44148d13283c add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4
44148d13283c add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 ${SUBDIR}: FRC
44148d13283c add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 cd $@; ${MAKE} ${MFLAGS}
44148d13283c add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7
44148d13283c add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 clean: FRC
44148d13283c add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 rm -f a.out core errs
44148d13283c add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
44148d13283c add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11
44148d13283c add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 FRC: