--- Dependency check [begin] ---


--- Dependency check [end] ---



--- Distribution check [begin] ---

Version 0.7.1 - 2024-10-18 (AI)
Information: this ChangeLog entry matches the version number:
 Version 0.7.1 - 2024-10-18 (AI)

Information: ./config/startsas.par is an XML parameter file, I cannot yet validate it. Skipped.
Error: startsas - Unexpected file ./config/Make.depends
Error: startsas - Unexpected file ./doc/Make.depends
Error: startsas - Unexpected file ./doc/startsas/images.aux
Warning: startsas - Unexpected file ./doc/startsas/images.ps
Error: startsas - Unexpected symbolic link: ./doc/startsas/ChangeLog
Warning: startsas - Unexpected file ./doc/startsas.ps.gz
Error: startsas - Unexpected file ./src/startsas/bin/Make.depends
Error: startsas - Unexpected file ./src/startsas/Make.depends
Error: startsas - Unexpected file ./test/Make.depends
Error: startsas - Unexpected file ./Make.depends
Error: startsas - Unexpected file ./build_log_second
Warning: startsas - missing lyt files.
Now checking git repository...


--- Distribution check [end] ---

result=0 ;\
for d in /workspaces/xmm_sas/lib /workspaces/xmm_sas/lib/perl5 /workspaces/xmm_sas/lib/python /workspaces/xmm_sas/lib/python/dists /workspaces/xmm_sas/lib/python/pysas /workspaces/xmm_sas/include /workspaces/xmm_sas/bin /workspaces/xmm_sas/bin/devel /workspaces/xmm_sas/config /workspaces/xmm_sas/doc /workspaces/xmm_sas/lib/data /workspaces/xmm_sas/lib/data/tmp /workspaces/xmm_sas/lib/testodf ; do \
  if [ ! -d $d ] ; then\
    echo WARNING $d does not exist. ;\
    result=1 ;\
  fi ;\
done ;\
if [ $result -ne 0 ] ; then \
  echo ERROR: One of more required directories could not be found. This may prevent some of the symbolic links from being created correctly. This may also mean that you are in a directory that has nothing to do with the SAS, or that SAS_PATH is incorrectly configured. If you are in the right directory, you can create the missing directories by hand. Or type 'make required_dirs'. ;\
  exit 1 ;\
fi 
/usr/bin/echo "# Make.depends" > Make.depends
if [ -n "" ]; then \
  ARGS="  " ;\
  for n in $ARGS; do make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas ${n}_BDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas ${n}_CLDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas ${n}_TCDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas ${n}_TPDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas ${n}_TPYDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas ${n}_TFDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas ${n}_LDEPEND || exit; done; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f90 >> Make.depends; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f95 >> Make.depends; \
fi
if [ -n "" ]; then \
   gcc  -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -std=gnu++14 -g -fPIC *.c >> Make.depends; \
fi
if [ -n "" ]; then \
   g++ -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -DGFORTRAN -std=gnu++14 -g  *.cc >> Make.depends; \
fi
if [ -n "config doc src/startsas src/startsas/bin test" ]; then \
  ARGS="config doc src/startsas src/startsas/bin test"; \
  for n in $ARGS; do make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas -C $n depend || exit; done; \
fi
result=0 ;\
for d in /workspaces/xmm_sas/lib /workspaces/xmm_sas/lib/perl5 /workspaces/xmm_sas/lib/python /workspaces/xmm_sas/lib/python/dists /workspaces/xmm_sas/lib/python/pysas /workspaces/xmm_sas/include /workspaces/xmm_sas/bin /workspaces/xmm_sas/bin/devel /workspaces/xmm_sas/config /workspaces/xmm_sas/doc /workspaces/xmm_sas/lib/data /workspaces/xmm_sas/lib/data/tmp /workspaces/xmm_sas/lib/testodf ; do \
  if [ ! -d $d ] ; then\
    echo WARNING $d does not exist. ;\
    result=1 ;\
  fi ;\
done ;\
if [ $result -ne 0 ] ; then \
  echo ERROR: One of more required directories could not be found. This may prevent some of the symbolic links from being created correctly. This may also mean that you are in a directory that has nothing to do with the SAS, or that SAS_PATH is incorrectly configured. If you are in the right directory, you can create the missing directories by hand. Or type 'make required_dirs'. ;\
  exit 1 ;\
fi 
(cd /workspaces/xmm_sas/config; test -h startsas.par || ln -s ../packages/startsas/config/startsas.par .)
(cd /workspaces/xmm_sas/config; test -h startsas.info || ln -s ../packages/startsas/config/startsas.info .)
/usr/bin/echo "# Make.depends" > Make.depends
if [ -n "" ]; then \
  ARGS="  " ;\
  for n in $ARGS; do make ${n}_BDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_CLDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TCDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TPDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TPYDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TFDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_LDEPEND || exit; done; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f90 >> Make.depends; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f95 >> Make.depends; \
fi
if [ -n "" ]; then \
   gcc  -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -std=gnu++14 -g -fPIC *.c >> Make.depends; \
fi
if [ -n "" ]; then \
   g++ -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -DGFORTRAN -std=gnu++14 -g  *.cc >> Make.depends; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n depend || exit; done; \
fi
result=0 ;\
for d in /workspaces/xmm_sas/lib /workspaces/xmm_sas/lib/perl5 /workspaces/xmm_sas/lib/python /workspaces/xmm_sas/lib/python/dists /workspaces/xmm_sas/lib/python/pysas /workspaces/xmm_sas/include /workspaces/xmm_sas/bin /workspaces/xmm_sas/bin/devel /workspaces/xmm_sas/config /workspaces/xmm_sas/doc /workspaces/xmm_sas/lib/data /workspaces/xmm_sas/lib/data/tmp /workspaces/xmm_sas/lib/testodf ; do \
  if [ ! -d $d ] ; then\
    echo WARNING $d does not exist. ;\
    result=1 ;\
  fi ;\
done ;\
if [ $result -ne 0 ] ; then \
  echo ERROR: One of more required directories could not be found. This may prevent some of the symbolic links from being created correctly. This may also mean that you are in a directory that has nothing to do with the SAS, or that SAS_PATH is incorrectly configured. If you are in the right directory, you can create the missing directories by hand. Or type 'make required_dirs'. ;\
  exit 1 ;\
fi 
(cd /workspaces/xmm_sas/doc; test -h startsas || ln -s ../packages/startsas/doc/startsas .)
(cd /workspaces/xmm_sas/doc; test -h startsas.ps.gz || ln -s ../packages/startsas/doc/startsas.ps.gz .)
(cd /workspaces/xmm_sas/doc; test -h startsas.pdf || ln -s ../packages/startsas/doc/startsas.pdf .)
/usr/bin/echo "# Make.depends" > Make.depends
if [ -n "" ]; then \
  ARGS="  " ;\
  for n in $ARGS; do make ${n}_BDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_CLDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TCDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TPDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TPYDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TFDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_LDEPEND || exit; done; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f90 >> Make.depends; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f95 >> Make.depends; \
fi
if [ -n "" ]; then \
   gcc  -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -std=gnu++14 -g -fPIC *.c >> Make.depends; \
fi
if [ -n "" ]; then \
   g++ -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -DGFORTRAN -std=gnu++14 -g  *.cc >> Make.depends; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n depend || exit; done; \
fi
result=0 ;\
for d in /workspaces/xmm_sas/lib /workspaces/xmm_sas/lib/perl5 /workspaces/xmm_sas/lib/python /workspaces/xmm_sas/lib/python/dists /workspaces/xmm_sas/lib/python/pysas /workspaces/xmm_sas/include /workspaces/xmm_sas/bin /workspaces/xmm_sas/bin/devel /workspaces/xmm_sas/config /workspaces/xmm_sas/doc /workspaces/xmm_sas/lib/data /workspaces/xmm_sas/lib/data/tmp /workspaces/xmm_sas/lib/testodf ; do \
  if [ ! -d $d ] ; then\
    echo WARNING $d does not exist. ;\
    result=1 ;\
  fi ;\
done ;\
if [ $result -ne 0 ] ; then \
  echo ERROR: One of more required directories could not be found. This may prevent some of the symbolic links from being created correctly. This may also mean that you are in a directory that has nothing to do with the SAS, or that SAS_PATH is incorrectly configured. If you are in the right directory, you can create the missing directories by hand. Or type 'make required_dirs'. ;\
  exit 1 ;\
fi 
if [ -n "write_version.py" ]; then \
  ARGS="write_version.py"; \
  for n in $ARGS; do \
    ./$n; \
  done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n data || exit; done; \
fi
for file in __init__.py startsas.py version.py write_version.py ; \
do if [ ! -d "/workspaces/xmm_sas/lib/python/pysas/startsas" ]; then \
mkdir /workspaces/xmm_sas/lib/python/pysas/startsas ; fi ; \
cd /workspaces/xmm_sas/lib/python/pysas/startsas ; \
if [ ! -L "$file" ] ; then \
ln -s ../../../../packages/startsas/src/startsas/$file ; fi ; \
done
/usr/bin/echo "# Make.depends" > Make.depends
if [ -n "" ]; then \
  ARGS="  " ;\
  for n in $ARGS; do make ${n}_BDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_CLDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TCDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TPDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TPYDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TFDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_LDEPEND || exit; done; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f90 >> Make.depends; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f95 >> Make.depends; \
fi
if [ -n "" ]; then \
   gcc  -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -std=gnu++14 -g -fPIC *.c >> Make.depends; \
fi
if [ -n "" ]; then \
   g++ -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -DGFORTRAN -std=gnu++14 -g  *.cc >> Make.depends; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n depend || exit; done; \
fi
result=0 ;\
for d in /workspaces/xmm_sas/lib /workspaces/xmm_sas/lib/perl5 /workspaces/xmm_sas/lib/python /workspaces/xmm_sas/lib/python/dists /workspaces/xmm_sas/lib/python/pysas /workspaces/xmm_sas/include /workspaces/xmm_sas/bin /workspaces/xmm_sas/bin/devel /workspaces/xmm_sas/config /workspaces/xmm_sas/doc /workspaces/xmm_sas/lib/data /workspaces/xmm_sas/lib/data/tmp /workspaces/xmm_sas/lib/testodf ; do \
  if [ ! -d $d ] ; then\
    echo WARNING $d does not exist. ;\
    result=1 ;\
  fi ;\
done ;\
if [ $result -ne 0 ] ; then \
  echo ERROR: One of more required directories could not be found. This may prevent some of the symbolic links from being created correctly. This may also mean that you are in a directory that has nothing to do with the SAS, or that SAS_PATH is incorrectly configured. If you are in the right directory, you can create the missing directories by hand. Or type 'make required_dirs'. ;\
  exit 1 ;\
fi 
(cd  /workspaces/xmm_sas/bin; test -h startsas || ln -s ../packages/startsas/src/startsas/bin/startsas .)
/usr/bin/echo "# Make.depends" > Make.depends
if [ -n "" ]; then \
  ARGS="  " ;\
  for n in $ARGS; do make ${n}_BDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_CLDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TCDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TPDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TPYDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TFDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_LDEPEND || exit; done; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f90 >> Make.depends; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f95 >> Make.depends; \
fi
if [ -n "" ]; then \
   gcc  -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -std=gnu++14 -g -fPIC *.c >> Make.depends; \
fi
if [ -n "" ]; then \
   g++ -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -DGFORTRAN -std=gnu++14 -g  *.cc >> Make.depends; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n depend || exit; done; \
fi
result=0 ;\
for d in /workspaces/xmm_sas/lib /workspaces/xmm_sas/lib/perl5 /workspaces/xmm_sas/lib/python /workspaces/xmm_sas/lib/python/dists /workspaces/xmm_sas/lib/python/pysas /workspaces/xmm_sas/include /workspaces/xmm_sas/bin /workspaces/xmm_sas/bin/devel /workspaces/xmm_sas/config /workspaces/xmm_sas/doc /workspaces/xmm_sas/lib/data /workspaces/xmm_sas/lib/data/tmp /workspaces/xmm_sas/lib/testodf ; do \
  if [ ! -d $d ] ; then\
    echo WARNING $d does not exist. ;\
    result=1 ;\
  fi ;\
done ;\
if [ $result -ne 0 ] ; then \
  echo ERROR: One of more required directories could not be found. This may prevent some of the symbolic links from being created correctly. This may also mean that you are in a directory that has nothing to do with the SAS, or that SAS_PATH is incorrectly configured. If you are in the right directory, you can create the missing directories by hand. Or type 'make required_dirs'. ;\
  exit 1 ;\
fi 
/usr/bin/echo "# Make.depends" > Make.depends
if [ -n "" ]; then \
  ARGS="  " ;\
  for n in $ARGS; do make ${n}_BDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_CLDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TCDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TPDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TPYDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_TFDEPEND || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make ${n}_LDEPEND || exit; done; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f90 >> Make.depends; \
fi
if [ -n "" ]; then \
   LANG=C /workspaces/xmm_sas/packages/sas/bin/f90depend -I/workspaces/xmm_sas/include  -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC *.f95 >> Make.depends; \
fi
if [ -n "" ]; then \
   gcc  -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -std=gnu++14 -g -fPIC *.c >> Make.depends; \
fi
if [ -n "" ]; then \
   g++ -M -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include  -I.  -Wall -DGFORTRAN -std=gnu++14 -g  *.cc >> Make.depends; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n depend || exit; done; \
fi
if [ -n "" ]; then make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas VPATH= ; fi
if [ -n "" ]; then make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas ; fi
if [ -n "config doc src/startsas src/startsas/bin test" ]; then \
  ARGS="config doc src/startsas src/startsas/bin test"; \
  for n in $ARGS; do make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas -C $n bin || exit; done; \
fi
if [ -n "" ]; then make VPATH= ; fi
if [ -n "" ]; then make ; fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n bin || exit; done; \
fi
if [ -n "" ]; then make VPATH= ; fi
if [ -n "" ]; then make ; fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n bin || exit; done; \
fi
if [ -n "" ]; then make VPATH= ; fi
if [ -n "" ]; then make ; fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n bin || exit; done; \
fi
if [ -n "" ]; then make VPATH= ; fi
if [ -n "" ]; then make ; fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n bin || exit; done; \
fi
if [ -n "" ]; then make VPATH= ; fi
if [ -n "" ]; then make ; fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n bin || exit; done; \
fi
if [ -n "config doc src/startsas src/startsas/bin test" ]; then \
  ARGS="config doc src/startsas src/startsas/bin test"; \
  for n in $ARGS; do make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas -C $n doc || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n doc || exit; done; \
fi
sed -e "s/DOC/startsas/" -e "s/TYPE/devel/" < \
/workspaces/xmm_sas/packages/sas/doc/lib/package.tex | /workspaces/xmm_sas/packages/sas/bin/texcombine | \
/workspaces/xmm_sas/packages/sas/bin/fixdoc -type=devel startsas 0.7.1 startsas 22.0.0-6da3b52c5-20241029 > startsas.tex
latex startsas < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
bibtex startsas < /dev/null > makedoc.log
latex startsas < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
latex startsas < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
dvips -o startsas.ps startsas > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 )
dvipdf startsas > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) 
gzip -f startsas.ps
SASRELDIR=../../.. ;\
export SASRELDIR ;\
latex2html -nouse_pdftex -init_file /workspaces/xmm_sas/packages/sas/doc/lib/latex2html.init startsas > /dev/null
/usr/bin/echo ""
mkpkgidx -t . > /dev/null || (rm -f startsas/index.pl ; exit 1)
pointer=startsas/ChangeLog ; \
target=../../../packages/startsas/ChangeLog ; \
if [ -f $target -a \( ! -h $pointer \) ] ; then \
  ln -s ../$target $pointer ; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n doc || exit; done; \
fi
rm startsas.tex
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n doc || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n doc || exit; done; \
fi
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n doc || exit; done; \
fi
rm -f sasdoc_version.tex *.g90 gmon.out dataconv.out *.o *.M *% *~ .#* *.idx *.dvi *.aux *.log *.bbl makedoc.log *.blg *.toc core core.* a.out m_*.cc test.result ._.DS_Store .DS_Store
rm -f -r Templates.DB autom4te.cache __combidir__* __pychache__
if [ -n "config doc src/startsas src/startsas/bin test" ]; then \
  ARGS="config doc src/startsas src/startsas/bin test"; \
  for n in $ARGS; do make PKGDIR=/workspaces/xmm_sas/packages/startsas VERSION=0.7.1 PACKAGE=startsas -C $n clean || exit; done; \
fi
rm -f sasdoc_version.tex *.g90 gmon.out dataconv.out *.o *.M *% *~ .#* *.idx *.dvi *.aux *.log *.bbl makedoc.log *.blg *.toc core core.* a.out m_*.cc test.result ._.DS_Store .DS_Store
rm -f -r Templates.DB autom4te.cache __combidir__* __pychache__
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n clean || exit; done; \
fi
rm -f sasdoc_version.tex *.g90 gmon.out dataconv.out *.o *.M *% *~ .#* *.idx *.dvi *.aux *.log *.bbl makedoc.log *.blg *.toc core core.* a.out m_*.cc test.result startsas.tex ._.DS_Store .DS_Store
rm -f -r Templates.DB autom4te.cache __combidir__* __pychache__
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n clean || exit; done; \
fi
rm -f sasdoc_version.tex *.g90 gmon.out dataconv.out *.o *.M *% *~ .#* *.idx *.dvi *.aux *.log *.bbl makedoc.log *.blg *.toc core core.* a.out m_*.cc test.result ._.DS_Store .DS_Store
rm -f -r Templates.DB autom4te.cache __combidir__* __pychache__
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n clean || exit; done; \
fi
rm -f sasdoc_version.tex *.g90 gmon.out dataconv.out *.o *.M *% *~ .#* *.idx *.dvi *.aux *.log *.bbl makedoc.log *.blg *.toc core core.* a.out m_*.cc test.result ._.DS_Store .DS_Store
rm -f -r Templates.DB autom4te.cache __combidir__* __pychache__
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n clean || exit; done; \
fi
rm -f sasdoc_version.tex *.g90 gmon.out dataconv.out *.o *.M *% *~ .#* *.idx *.dvi *.aux *.log *.bbl makedoc.log *.blg *.toc core core.* a.out m_*.cc test.result ._.DS_Store .DS_Store
rm -f -r Templates.DB autom4te.cache __combidir__* __pychache__
if [ -n "" ]; then \
  ARGS=""; \
  for n in $ARGS; do make -C $n clean || exit; done; \
fi