1
0
Fork 0
flightgear/Makefile.extra

30 lines
932 B
Text
Raw Normal View History

1998-04-09 02:00:36 +00:00
# extra targets to do various things ...
#
# Use "make -f Makefile.extra <target>
VERSION=0.41
ROOT=fg-$(VERSION)
# clean up dependencies
clean-deps:
rm -rf .deps \
Lib/.deps Simulator/.deps Tools/.deps Test/.deps \
Lib/*/.deps Simulator/*/.deps Tools/*/.deps \
Lib/*/*/.deps Simulator/*/*/.deps Tools/*/*/.deps
1998-04-09 02:00:36 +00:00
clean-libs:
rm -rf .libs Lib/.libs Simulator/.libs Tools/.libs \
Lib/*/.libs Simulator/*/.libs Tools/*/.libs \
Lib/*/*/.libs Simulator/*/*/.libs Tools/*/*/.libs
rm -f Simulator/*/so_locations Lib/*/so_locations \
Simulator/*/*/so_locations Lib/*/*/so_locations
1998-04-09 02:00:36 +00:00
# clean up after winbloze spews random case for file names :-(
clean-winbloze: clean-deps clean-libs
rm -f makefile Include/makefile Lib/makefile Simulator/makefile \
Tools/makefile \
Lib/*/makefile Simulator/*/makefile Tools/*/makefile \
Lib/*/*/makefile Simulator/*/*/makefile Tools/*/*/makefile
rm -f Src/Main/fg.exe Tools/*/*.exe