]> git.mxchange.org Git - flightgear.git/blob - Makefile.extra
Initial revision.
[flightgear.git] / Makefile.extra
1 # extra targets to do various things ...
2 #
3 # Use "make -f Makefile.extra <target>
4
5
6 VERSION=0.41
7 ROOT=fg-$(VERSION)
8
9 # clean up dependencies
10 clean-deps:
11         rm -rf .deps Src/.deps Src/*/.deps Src/*/*/.deps
12
13 clean-libs:
14         rm -rf .libs Src/.libs Src/*/.libs Src/*/*/.libs
15         rm -f Src/*/so_locations Src/*/*/so_locations
16
17 # clean up after winbloze spews random case for file names :-(
18 clean-winbloze: clean-deps clean-libs
19         rm -f makefile Src/makefile Src/*/makefile Src/*/*/makefile
20         rm -f Src/Main/fg.exe