FreeCalypso > hg > fc-rfcal-tools
annotate txlevels/Makefile @ 91:c3f9d10a3039
top Makefile: scripts added to SUBDIR
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 17 Jul 2017 06:12:53 +0000 | 
| parents | 0937d34fb3ba | 
| children | 5a7c174acd32 | 
| rev | line source | 
|---|---|
| 
89
 
0937d34fb3ba
Makefile magic: install txlevels profiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
1 INSTDIR=/opt/freecalypso/rfcal/txlevels | 
| 
 
0937d34fb3ba
Makefile magic: install txlevels profiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
2 FILES= fcom1-900 fcom1-1800 fcom1-1900 | 
| 
 
0937d34fb3ba
Makefile magic: install txlevels profiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
3 | 
| 
 
0937d34fb3ba
Makefile magic: install txlevels profiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
4 all: | 
| 
 
0937d34fb3ba
Makefile magic: install txlevels profiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
5 | 
| 
 
0937d34fb3ba
Makefile magic: install txlevels profiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
6 install: | 
| 
 
0937d34fb3ba
Makefile magic: install txlevels profiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
7 mkdir -p ${INSTDIR} | 
| 
 
0937d34fb3ba
Makefile magic: install txlevels profiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
8 install -c -m 644 ${FILES} ${INSTDIR} | 
| 
 
0937d34fb3ba
Makefile magic: install txlevels profiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
9 | 
| 
 
0937d34fb3ba
Makefile magic: install txlevels profiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
10 clean: | 
