X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile.am;h=c86f1c148db55d173441589ad76e6ec8145c694f;hb=75c508b82cd734552ccf3468a0e73bf1df51ad30;hp=a65956d77537ac2b11ea8b48d591ec39014017d4;hpb=29f6d05875e5dd48fe0e7d6f9849d97f3dedfb1d;p=flightgear.git diff --git a/Makefile.am b/Makefile.am index a65956d77..c86f1c148 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,25 @@ -SUBDIRS = Include Lib Simulator Tools Tests - -EXTRA_DIST = README.Unix README.Linux README.MacOS README.Win32 \ - README.autoconf README.gpc README.running Thanks VERSION \ - acsite.m4 acconfig.h irix-hack.pl +SUBDIRS = \ + tests \ + man \ + scripts \ + src \ + utils + +EXTRA_DIST = \ + acinclude.m4 \ + autogen.sh \ + projects \ + README \ + README.OpenAL \ + README.plib \ + README.OSG \ + README.SimGear \ + Thanks dist-hook: - tar cf - Hints | (cd $(distdir); tar xvf -) - tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd $(distdir); tar xvf -) + (cd $(top_srcdir); tar --exclude docs-mini/CVS --exclude hints/CVS \ + -cf - docs-mini ) | (cd $(distdir); tar xvf -) + rm -rf `find $(distdir)/projects -name CVS` ########################################################################## @@ -19,50 +32,116 @@ dist-hook: # 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: +# note, fedora core tar does case insensitive wildcard matching for +# directories, but apparently not files ... some stupid reason. :-( + +data-tar: + (cd ..; \ + tar \ + --exclude=CVS \ + --exclude='*~' \ + --exclude='*.tex' \ + --exclude='*.xcf' \ + --exclude='*/c172/Instruments.high' \ + --exclude='*/Textures/Unused' \ + --exclude='*/Textures/*.orig' \ + --exclude='*/Textures.high/*.new' \ + --exclude='*/Textures.high/*.orig' \ + --exclude='*/Textures.high/*.save' \ + --exclude='*/data/Data' \ + --exclude='*/Docs/source' \ + --exclude='*/Models/MNUAV' \ + --exclude='*/Models/Airspace' \ + -cjvf FlightGear-data-$(VERSION).tar.bz2 \ + data/AI \ + data/Aircraft/Generic \ + data/Aircraft/Instruments \ + data/Aircraft/Instruments-3d \ + data/Aircraft/UIUC \ + data/Aircraft/777-200 \ + data/Aircraft/A6M2 \ + data/Aircraft/b1900d \ + data/Aircraft/bo105 \ + data/Aircraft/c172p \ + data/Aircraft/CitationX \ + data/Aircraft/Dragonfly \ + data/Aircraft/dhc2 \ + data/Aircraft/f-14b \ + data/Aircraft/j3cub \ + data/Aircraft/SenecaII \ + data/Aircraft/sopwithCamel \ + data/Aircraft/ufo \ + data/Aircraft/ZLT-NT \ + data/Airports \ + data/Astro \ + data/ATC \ + data/AUTHORS \ + data/ChangeLog \ + data/cloudlayers.xml \ + data/COPYING \ + data/D* \ + data/Effects \ + data/Fonts \ + data/gui \ + data/Huds \ + data/Input \ + data/joysticks.xml \ + data/keyboard.xml \ + data/Lighting \ + data/materials.dtd \ + data/materials.xml \ + data/mice.xml \ + data/Models \ + data/N* \ + data/options.xml \ + data/preferences.xml \ + data/Protocol \ + data/README \ + data/Scenery/Airports \ + data/Scenery/Objects \ + data/Scenery/Terrain \ + data/Shaders \ + data/Sounds \ + data/T* \ + data/version \ + ) + +fgfs-textures-high: (cd $(HOME); \ - tar czvf fgfs-base-$(VERSION).tar.gz \ - FlightGear/[A-R]* \ - FlightGear/Scenery/w120n30/w111n33 \ - 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/w120n30/w111n33 \ - FlightGear/Sounds \ - FlightGear/Textures FlightGear/Thanks \ - FlightGear/[m-r]* ) + tar -czvf fgfs-textures-high-$(VERSION)b.tar.gz \ + FlightGear/Textures.high) +# make the mini JSBsim data distribution +jsbsim-data: + (cd $(HOME); \ + tar czvf jsbsim-data-$(VERSION).tar.gz \ + FlightGear/Aircraft \ + FlightGear/Engine) # make the documentation distribution fgfs-docs: fgfs-docs-tar fgfs-manual-zip fgfs-docs-tar: - ( cd .. ; \ + ( cd $(HOME); \ tar czvf fgfs-docs-$(VERSION).tar.gz FlightGear/Docs ) # fgfs-docs-zip: -# ( cd .. ; \ -# zip -r fgfs-docs-$(VERSION).zip FlightGear/Docs ) +# ( cd $(HOME)/Projects ; \ +# zip -r fgfs-docs-$(VERSION).zip FlightGear-0.7/docs ) fgfs-manual-zip: - ( cd .. ; \ + ( cd $(HOME) ; \ zip -r fgfs-manual-$(VERSION).zip FlightGear/Docs/InstallGuide ) # make the win32-bin distribution fgfs-win32-bin: (cd $(HOME); \ - zip -r fgfs-win32-bin-$(VERSION).zip FlightGear/bin ) + zip -r fgfs-win32-bin-$(VERSION).zip FlightGear/runfgfs.bat \ + FlightGear/bin/Win32 ) -# make the win32-libs distribution +# make the win32-libs distribution (depricated) win32-libs: ( zip -r ../win32-libs-$(VERSION).zip Win32/Makefile \ Win32/README.glut Win32/cygwinb1.dll Win32/def \ @@ -79,24 +158,23 @@ macos-devel: # 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 + src/.deps tests/.deps \ + src/*/.deps \ + src/*/*/.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 + rm -rf .libs src/.libs \ + src/*/.libs \ + src/*/*/.libs + rm -f src/*/so_locations \ + src/*/*/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 \ - Lib/*/*/makefile Simulator/*/*/makefile Tools/*/*/makefile \ - Tests/makefile - rm -f Src/Main/fg.exe Tools/*/*.exe + rm -f makefile src/Include/makefile src/makefile \ + src/*/makefile \ + src/*/*/makefile \ + tests/makefile + rm -f src/Main/fg.exe