]> git.mxchange.org Git - flightgear.git/blobdiff - Makefile.am
This is a somewhat rough first attempt at modelling cylinder head
[flightgear.git] / Makefile.am
index dc27f3ae44fafd414f86354aca2525854c89a932..c1794e2f7db24ceda9e5e5efea46a5a72dcc1204 100644 (file)
@@ -2,9 +2,11 @@ SUBDIRS = \
        tests \
        src
 
-EXTRA_DIST = Thanks VERSION acsite.m4 acconfig.h irix-hack.pl
+EXTRA_DIST = Thanks acsite.m4 acconfig.h irix-hack.pl \
+       FlightGear.dsp FlightGear.dsw
 
 dist-hook:
+       (cd $(top_srcdir); ../admin/am2dsp.pl)
        tar --exclude docs-mini/CVS --exclude hints/CVS -cf - docs-mini hints \
                | (cd $(distdir); tar xvf -)
        # tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd $(distdir); tar xvf -)
@@ -20,32 +22,48 @@ 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-patch
+fgfs-base: fgfs-base-tar fgfs-base-zip fgfs-base-patch fgfs-textures-high
 
 fgfs-base-tar:
        (cd $(HOME); \
-       tar czvf fgfs-base-$(VERSION)a.tar.gz \
-       FlightGear/[A-CE-R]* \
-       FlightGear/Scenery/w120n30/w111n33 \
+       tar czvf fgfs-base-$(VERSION).tar.gz \
+       FlightGear/A[A-su-z]* \
+       FlightGear/[B-CE-R]* \
+       FlightGear/Scenery/w130n30/w123n37 \
+       FlightGear/Scenery/w130n30/w122n37 \
        FlightGear/Sounds \
-       FlightGear/[T-W]* FlightGear/[c-m]*)
+       FlightGear/Textures \
+       FlightGear/T[A-Za-df-z]* \
+       FlightGear/[U-W]* FlightGear/[c-m]*)
 
 fgfs-base-zip:
        (cd $(HOME); \
-       zip -ryv fgfs-base-$(VERSION)a.zip \
-       FlightGear/[A-CE-R]* \
-       FlightGear/Scenery/w120n30/w111n33 \
+       zip -rv fgfs-base-$(VERSION).zip \
+       FlightGear/A[A-su-z]* \
+       FlightGear/[B-CE-R]* \
+       FlightGear/Scenery/w130n30/w123n37 \
+       FlightGear/Scenery/w130n30/w122n37 \
        FlightGear/Sounds \
-       FlightGear/Textures FlightGear/Thanks \
-       FlightGear/[T-W]* FlightGear/[c-z]*)
+       FlightGear/Textures \
+       FlightGear/T[A-Za-df-z]* \
+       FlightGear/[U-W]* FlightGear/[c-z]*)
 
 fgfs-base-patch:
        (cd $(HOME); \
-       tar --newer 2/17/2000 -czvf fgfs-base-patch-$(VERSION)a.tar.gz \
-       FlightGear/[A-CE-R]* \
-       FlightGear/Scenery/w120n30/w111n33 \
+       tar --newer 10/12/2000 -czvf fgfs-base-patch-$(VERSION)c.tar.gz \
+       FlightGear/A[A-su-z]* \
+       FlightGear/[B-CE-R]* \
+       FlightGear/Scenery/w130n30/w123n37 \
+       FlightGear/Scenery/w130n30/w122n37 \
        FlightGear/Sounds \
-       FlightGear/[T-W]* FlightGear/[c-m]*)
+       FlightGear/Textures \
+       FlightGear/T[A-Za-df-z]* \
+       FlightGear/[U-W]* FlightGear/[c-m]*)
+
+fgfs-textures-high:
+       (cd $(HOME); \
+       tar -czvf fgfs-textures-high-$(VERSION)b.tar.gz \
+       FlightGear/Textures.high)
 
 # make the mini JSBsim data distribution
 jsbsim-data: