FreeCalypso > hg > osmo-playpen
annotate Makefile @ 11:44148d13283c
add top level Makefile
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 27 Aug 2023 13:39:51 -0800 |
| parents | |
| children | 2c35aad69fea |
| rev | line source |
|---|---|
|
11
44148d13283c
add top level Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 SUBDIR= euse-demo smsc-daemon |
|
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: |
