annotate Makefile @ 22:7bfe3e21eaae default tip

top Makefile: add ctrl-client
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 17 Dec 2023 08:53:35 +0000
parents 2c35aad69fea
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
7bfe3e21eaae top Makefile: add ctrl-client
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
1 SUBDIR= ctrl-client 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: