1
0
Fork 0
flightgear/Makefile.am

96 lines
2.7 KiB
Text
Raw Normal View History

1998-04-25 14:59:29 +00:00
SUBDIRS = Include Lib Simulator Tools Tests
1998-10-12 23:48:43 +00:00
EXTRA_DIST = README.Unix README.Linux README.Win32 \
1998-09-01 18:58:56 +00:00
README.autoconf README.running Thanks acsite.m4
1998-04-09 01:43:36 +00:00
dist-hook:
tar cf - Hints | (cd $(distdir); tar xvf -)
1998-10-02 21:33:36 +00:00
##########################################################################
# extra targets to do various things ...
#
# Use "make <target>"
##########################################################################
FG_ROOT=$(HOME)/FlightGear
1998-11-02 18:27:40 +00:00
# refresh the fg-root installation
update-fg-root:
tar cf - AUTHORS COPYING NEWS README README.Linux README.Unix \
README.Win32 README.anoncvs README.autoconf README.running \
Thanks \
| (cd $HOME/FlightGear; tar xvf -)
1998-10-02 21:33:36 +00:00
# make the base distribution with textures, sounds and a bit of
# scenery, and all the other associated files
fgfs-base: fgfs-base-tar fgfs-base-zip
fgfs-base-tar:
(cd $(HOME); \
tar czvf fgfs-base-$(VERSION).tar.gz \
FlightGear/[A-R]* \
FlightGear/Scenery/w120n030/w111n033 \
FlightGear/Sounds \
FlightGear/Textures FlightGear/Thanks \
FlightGear/[m-r]* )
fgfs-base-zip:
(cd $(HOME); \
zip -r fgfs-base-$(VERSION).zip \
FlightGear/[A-R]* \
FlightGear/Scenery/w120n030/w111n033 \
FlightGear/Sounds \
FlightGear/Textures FlightGear/Thanks \
FlightGear/[m-r]* )
# make the documentation distribution
fgfs-docs: fgfs-docs-tar fgfs-docs-zip
fgfs-docs-tar:
tar czvf fgfs-docs-$(VERSION).tar.gz Docs
# make the documentation distribution
fgfs-docs-zip:
zip -r fgfs-docs-$(VERSION).zip Docs
# make the win32-bin distribution
fgfs-win32-bin:
(cd $(HOME); \
zip -r fgfs-win32-bin-$(VERSION).zip FlightGear/bin )
# make the win32-libs distribution
win32-libs:
( zip -r win32-libs-$(VERSION).zip Win32/Makefile \
Win32/README.glut Win32/cygwinb19.dll Win32/def \
Win32/*.exp Win32/gen-def-from-errors.pl \
Win32/glut.dll Win32/glut32.dll Win32/impdef.cpp \
Win32/impdef.exe Win32/include \
Win32/install.exe \
Win32/lib Win32/zlib.lib )
# 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 \
Tests/.deps
# clean up after libtool
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
# 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 \
1998-11-02 18:27:40 +00:00
Lib/*/*/makefile Simulator/*/*/makefile Tools/*/*/makefile \
Tests/makefile
1998-10-02 21:33:36 +00:00
rm -f Src/Main/fg.exe Tools/*/*.exe