FreeCalypso > hg > fc-audio-config
annotate Makefile @ 6:223db079c77f
added FIR coefficient table files for fc-tmsh auw-fir experimentation
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 02 Jun 2018 19:22:48 +0000 |
| parents | 4d7c28689911 |
| children | 677abb56abac |
| rev | line source |
|---|---|
|
4
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 SUBDIR= aud-fcdev3b aud-gtamodem |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 all: ${SUBDIR} |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 ${SUBDIR}: FRC |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 cd $@; ${MAKE} ${MFLAGS} |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 clean: FRC |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 rm -f a.out core errs |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 install: FRC |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14 |
|
4d7c28689911
top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
15 FRC: |
