Codebase list pipenightdreams / ecb9c7d
Converted from 1.0 diff.gz patch to quilt Dariusz Dwornikowski 8 years ago
44 changed file(s) with 2351 addition(s) and 353 deletion(s). Raw diff Collapse all Expand all
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6666 LEX = @LEX@
6767 LIBTOOL = @LIBTOOL@
6868 LN_S = @LN_S@
69 MAINT = @MAINT@
7069 MAKEINFO = @MAKEINFO@
7170 NM = @NM@
7271 OBJDUMP = @OBJDUMP@
8584 CONFIG_HEADER = ./src/config.h
8685 CONFIG_CLEAN_FILES =
8786 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
88 Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 config.guess \
89 config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
90 mkinstalldirs src/config.h.in src/stamp-h.in
87 Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess config.sub \
88 configure configure.in install-sh ltconfig ltmain.sh missing \
89 mkinstalldirs
9190
9291
9392 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9493
95 TAR = tar
94 TAR = gtar
9695 GZIP_ENV = --best
9796 all: all-redirect
9897 .SUFFIXES:
99 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
98 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
10099 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
101100
102101 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
103102 cd $(top_builddir) \
104103 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
105104
106 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
105 $(ACLOCAL_M4): configure.in acinclude.m4
107106 cd $(srcdir) && $(ACLOCAL)
108107
109108 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
110109 $(SHELL) ./config.status --recheck
111 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
110 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
112111 cd $(srcdir) && $(AUTOCONF)
113
114 src/config.h: src/stamp-h
115 @if test ! -f $@; then \
116 rm -f src/stamp-h; \
117 $(MAKE) src/stamp-h; \
118 else :; fi
119 src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status
120 cd $(top_builddir) \
121 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
122 $(SHELL) ./config.status
123 @echo timestamp > src/stamp-h 2> /dev/null
124 $(srcdir)/src/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/src/stamp-h.in
125 @if test ! -f $@; then \
126 rm -f $(srcdir)/src/stamp-h.in; \
127 $(MAKE) $(srcdir)/src/stamp-h.in; \
128 else :; fi
129 $(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
130 cd $(top_srcdir) && $(AUTOHEADER)
131 @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null
132
133 mostlyclean-hdr:
134
135 clean-hdr:
136
137 distclean-hdr:
138 -rm -f src/config.h
139
140 maintainer-clean-hdr:
141112
142113 # This directory's subdirectories are mostly independent; you can cd
143114 # into them and run `make' without going through this Makefile.
217188 awk ' { files[$$0] = 1; } \
218189 END { for (i in files) print i; }'`; \
219190 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
220 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
191 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
221192
222193 mostlyclean-tags:
223194
327298 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
328299
329300 maintainer-clean-generic:
330 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
301 mostlyclean-am: mostlyclean-tags mostlyclean-generic
331302
332303 mostlyclean: mostlyclean-recursive
333304
334 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
305 clean-am: clean-tags clean-generic mostlyclean-am
335306
336307 clean: clean-recursive
337308
338 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
309 distclean-am: distclean-tags distclean-generic clean-am
339310
340311 distclean: distclean-recursive
341312 -rm -f config.status
342313
343 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
344 maintainer-clean-generic distclean-am
314 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
315 distclean-am
345316 @echo "This command is intended for maintainers to use;"
346317 @echo "it deletes files that may require special tools to rebuild."
347318
348319 maintainer-clean: maintainer-clean-recursive
349320 -rm -f config.status
350321
351 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
352 install-data-recursive uninstall-data-recursive install-exec-recursive \
353 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
354 all-recursive check-recursive installcheck-recursive info-recursive \
355 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
322 .PHONY: install-data-recursive uninstall-data-recursive \
323 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
324 uninstalldirs-recursive all-recursive check-recursive \
325 installcheck-recursive info-recursive dvi-recursive \
326 mostlyclean-recursive distclean-recursive clean-recursive \
356327 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
357328 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
358329 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
0 dnl aclocal.m4 generated automatically by aclocal 1.4-p6
0 dnl aclocal.m4 generated automatically by aclocal 1.4-p5
11
22 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 dnl This file is free software; the Free Software Foundation
645645 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
646646
647647 AC_DEFUN([AM_INIT_AUTOMAKE],
648 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
649 AC_REQUIRE([AC_PROG_INSTALL])
648 [AC_REQUIRE([AC_PROG_INSTALL])
650649 PACKAGE=[$1]
651650 AC_SUBST(PACKAGE)
652651 VERSION=[$2]
662661 AC_REQUIRE([AC_ARG_PROGRAM])
663662 dnl FIXME This is truly gross.
664663 missing_dir=`cd $ac_aux_dir && pwd`
665 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
664 AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
666665 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
667 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
666 AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
668667 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
669668 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
670669 AC_REQUIRE([AC_PROG_MAKE_SET])])
671
672 # Copyright 2002 Free Software Foundation, Inc.
673
674 # This program is free software; you can redistribute it and/or modify
675 # it under the terms of the GNU General Public License as published by
676 # the Free Software Foundation; either version 2, or (at your option)
677 # any later version.
678
679 # This program is distributed in the hope that it will be useful,
680 # but WITHOUT ANY WARRANTY; without even the implied warranty of
681 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
682 # GNU General Public License for more details.
683
684 # You should have received a copy of the GNU General Public License
685 # along with this program; if not, write to the Free Software
686 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
687
688 # AM_AUTOMAKE_VERSION(VERSION)
689 # ----------------------------
690 # Automake X.Y traces this macro to ensure aclocal.m4 has been
691 # generated from the m4 files accompanying Automake X.Y.
692 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
693
694 # AM_SET_CURRENT_AUTOMAKE_VERSION
695 # -------------------------------
696 # Call AM_AUTOMAKE_VERSION so it can be traced.
697 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
698 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
699 [AM_AUTOMAKE_VERSION([1.4-p6])])
700670
701671 #
702672 # Check to make sure that the build environment is sane.
756726 AC_MSG_RESULT(missing)
757727 fi
758728 AC_SUBST($1)])
759
760 # Add --enable-maintainer-mode option to configure.
761 # From Jim Meyering
762
763 # serial 1
764
765 AC_DEFUN([AM_MAINTAINER_MODE],
766 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
767 dnl maintainer-mode is disabled by default
768 AC_ARG_ENABLE(maintainer-mode,
769 [ --enable-maintainer-mode enable make rules and dependencies not useful
770 (and sometimes confusing) to the casual installer],
771 USE_MAINTAINER_MODE=$enableval,
772 USE_MAINTAINER_MODE=no)
773 AC_MSG_RESULT($USE_MAINTAINER_MODE)
774 AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
775 MAINT=$MAINTAINER_MODE_TRUE
776 AC_SUBST(MAINT)dnl
777 ]
778 )
779
780 # Define a conditional.
781
782 AC_DEFUN([AM_CONDITIONAL],
783 [AC_SUBST($1_TRUE)
784 AC_SUBST($1_FALSE)
785 if $2; then
786 $1_TRUE=
787 $1_FALSE='#'
788 else
789 $1_TRUE='#'
790 $1_FALSE=
791 fi])
792729
793730 # Like AC_CONFIG_HEADER, but automatically create stamp file.
794731
1010 ac_help=
1111 ac_default_prefix=/usr/local
1212 # Any additions from configure.in:
13 ac_help="$ac_help
14 --enable-maintainer-mode enable make rules and dependencies not useful
15 (and sometimes confusing) to the casual installer"
1613 ac_default_prefix=/usr/local
1714 ac_help="$ac_help
1815 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)"
531528
532529
533530 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
534 echo "configure:536: checking how to run the C preprocessor" >&5
531 echo "configure:533: checking how to run the C preprocessor" >&5
535532 # On Suns, sometimes $CPP names a directory.
536533 if test -n "$CPP" && test -d "$CPP"; then
537534 CPP=
546543 # On the NeXT, cc -E runs the code through the compiler's parser,
547544 # not just through cpp.
548545 cat > conftest.$ac_ext <<EOF
549 #line 551 "configure"
546 #line 548 "configure"
550547 #include "confdefs.h"
551548 #include <assert.h>
552549 Syntax Error
553550 EOF
554551 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
555 { (eval echo configure:557: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
552 { (eval echo configure:554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
556553 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
557554 if test -z "$ac_err"; then
558555 :
563560 rm -rf conftest*
564561 CPP="${CC-cc} -E -traditional-cpp"
565562 cat > conftest.$ac_ext <<EOF
566 #line 568 "configure"
563 #line 565 "configure"
567564 #include "confdefs.h"
568565 #include <assert.h>
569566 Syntax Error
570567 EOF
571568 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
572 { (eval echo configure:574: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
569 { (eval echo configure:571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
573570 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
574571 if test -z "$ac_err"; then
575572 :
580577 rm -rf conftest*
581578 CPP="${CC-cc} -nologo -E"
582579 cat > conftest.$ac_ext <<EOF
583 #line 585 "configure"
580 #line 582 "configure"
584581 #include "confdefs.h"
585582 #include <assert.h>
586583 Syntax Error
587584 EOF
588585 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
589 { (eval echo configure:591: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
586 { (eval echo configure:588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
590587 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
591588 if test -z "$ac_err"; then
592589 :
616613 # Extract the first word of "$ac_prog", so it can be a program name with args.
617614 set dummy $ac_prog; ac_word=$2
618615 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
619 echo "configure:621: checking for $ac_word" >&5
616 echo "configure:618: checking for $ac_word" >&5
620617 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
621618 echo $ac_n "(cached) $ac_c" 1>&6
622619 else
649646 # Extract the first word of "flex", so it can be a program name with args.
650647 set dummy flex; ac_word=$2
651648 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
652 echo "configure:654: checking for $ac_word" >&5
649 echo "configure:651: checking for $ac_word" >&5
653650 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
654651 echo $ac_n "(cached) $ac_c" 1>&6
655652 else
683680 *) ac_lib=l ;;
684681 esac
685682 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
686 echo "configure:688: checking for yywrap in -l$ac_lib" >&5
683 echo "configure:685: checking for yywrap in -l$ac_lib" >&5
687684 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
688685 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
689686 echo $ac_n "(cached) $ac_c" 1>&6
691688 ac_save_LIBS="$LIBS"
692689 LIBS="-l$ac_lib $LIBS"
693690 cat > conftest.$ac_ext <<EOF
694 #line 696 "configure"
691 #line 693 "configure"
695692 #include "confdefs.h"
696693 /* Override any gcc2 internal prototype to avoid an error. */
697694 /* We use char because int might match the return type of a gcc2
702699 yywrap()
703700 ; return 0; }
704701 EOF
705 if { (eval echo configure:707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
702 if { (eval echo configure:704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
706703 rm -rf conftest*
707704 eval "ac_cv_lib_$ac_lib_var=yes"
708705 else
725722 fi
726723
727724 echo $ac_n "checking lex output file root""... $ac_c" 1>&6
728 echo "configure:730: checking lex output file root" >&5
725 echo "configure:727: checking lex output file root" >&5
729726 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
730727 echo $ac_n "(cached) $ac_c" 1>&6
731728 else
746743 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
747744
748745 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
749 echo "configure:751: checking whether yytext is a pointer" >&5
746 echo "configure:748: checking whether yytext is a pointer" >&5
750747 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
751748 echo $ac_n "(cached) $ac_c" 1>&6
752749 else
758755 ac_save_LIBS="$LIBS"
759756 LIBS="$LIBS $LEXLIB"
760757 cat > conftest.$ac_ext <<EOF
761 #line 763 "configure"
758 #line 760 "configure"
762759 #include "confdefs.h"
763760 `cat $LEX_OUTPUT_ROOT.c`
764761 int main() {
765762
766763 ; return 0; }
767764 EOF
768 if { (eval echo configure:770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
765 if { (eval echo configure:767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
769766 rm -rf conftest*
770767 ac_cv_prog_lex_yytext_pointer=yes
771768 else
810807 ac_config_sub=$ac_aux_dir/config.sub
811808 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
812809
813 am__api_version="1.4"
814810 # Find a good install program. We prefer a C program (faster),
815811 # so one script is as good as another. But avoid the broken or
816812 # incompatible versions:
823819 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
824820 # ./install, which can be erroneously created by make from ./install.sh.
825821 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
826 echo "configure:828: checking for a BSD compatible install" >&5
822 echo "configure:824: checking for a BSD compatible install" >&5
827823 if test -z "$INSTALL"; then
828824 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
829825 echo $ac_n "(cached) $ac_c" 1>&6
876872 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
877873
878874 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
879 echo "configure:881: checking whether build environment is sane" >&5
875 echo "configure:877: checking whether build environment is sane" >&5
880876 # Just in case
881877 sleep 1
882878 echo timestamp > conftestfile
933929 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
934930
935931 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
936 echo "configure:938: checking whether ${MAKE-make} sets \${MAKE}" >&5
932 echo "configure:934: checking whether ${MAKE-make} sets \${MAKE}" >&5
937933 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
938934 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
939935 echo $ac_n "(cached) $ac_c" 1>&6
978974
979975
980976 missing_dir=`cd $ac_aux_dir && pwd`
981 echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6
982 echo "configure:984: checking for working aclocal-${am__api_version}" >&5
977 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
978 echo "configure:980: checking for working aclocal" >&5
983979 # Run test in a subshell; some versions of sh will print an error if
984980 # an executable is not found, even if stderr is redirected.
985981 # Redirect stdin to placate older versions of autoconf. Sigh.
986 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
987 ACLOCAL=aclocal-${am__api_version}
982 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
983 ACLOCAL=aclocal
988984 echo "$ac_t""found" 1>&6
989985 else
990 ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
986 ACLOCAL="$missing_dir/missing aclocal"
991987 echo "$ac_t""missing" 1>&6
992988 fi
993989
994990 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
995 echo "configure:997: checking for working autoconf" >&5
991 echo "configure:993: checking for working autoconf" >&5
996992 # Run test in a subshell; some versions of sh will print an error if
997993 # an executable is not found, even if stderr is redirected.
998994 # Redirect stdin to placate older versions of autoconf. Sigh.
10041000 echo "$ac_t""missing" 1>&6
10051001 fi
10061002
1007 echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6
1008 echo "configure:1010: checking for working automake-${am__api_version}" >&5
1003 echo $ac_n "checking for working automake""... $ac_c" 1>&6
1004 echo "configure:1006: checking for working automake" >&5
10091005 # Run test in a subshell; some versions of sh will print an error if
10101006 # an executable is not found, even if stderr is redirected.
10111007 # Redirect stdin to placate older versions of autoconf. Sigh.
1012 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
1013 AUTOMAKE=automake-${am__api_version}
1008 if (automake --version) < /dev/null > /dev/null 2>&1; then
1009 AUTOMAKE=automake
10141010 echo "$ac_t""found" 1>&6
10151011 else
1016 AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
1012 AUTOMAKE="$missing_dir/missing automake"
10171013 echo "$ac_t""missing" 1>&6
10181014 fi
10191015
10201016 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
1021 echo "configure:1023: checking for working autoheader" >&5
1017 echo "configure:1019: checking for working autoheader" >&5
10221018 # Run test in a subshell; some versions of sh will print an error if
10231019 # an executable is not found, even if stderr is redirected.
10241020 # Redirect stdin to placate older versions of autoconf. Sigh.
10311027 fi
10321028
10331029 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
1034 echo "configure:1036: checking for working makeinfo" >&5
1030 echo "configure:1032: checking for working makeinfo" >&5
10351031 # Run test in a subshell; some versions of sh will print an error if
10361032 # an executable is not found, even if stderr is redirected.
10371033 # Redirect stdin to placate older versions of autoconf. Sigh.
10441040 fi
10451041
10461042
1047 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
1048 echo "configure:1050: checking whether to enable maintainer-specific portions of Makefiles" >&5
1049 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1050 if test "${enable_maintainer_mode+set}" = set; then
1051 enableval="$enable_maintainer_mode"
1052 USE_MAINTAINER_MODE=$enableval
1053 else
1054 USE_MAINTAINER_MODE=no
1055 fi
1056
1057 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1058
1059
1060 if test $USE_MAINTAINER_MODE = yes; then
1061 MAINTAINER_MODE_TRUE=
1062 MAINTAINER_MODE_FALSE='#'
1063 else
1064 MAINTAINER_MODE_TRUE='#'
1065 MAINTAINER_MODE_FALSE=
1066 fi
1067 MAINT=$MAINTAINER_MODE_TRUE
1068
1069
1070
1071
1072
1073
1043
1044
1045
1046
1047 CXXFLAGS="-O2"
10741048
10751049 # We now have a list of macros which tell autoconf what tools we need to
10761050 # build our software, in this case "make", a C++ compiler, and "install".
10771051 # If we were creating a C program, we would use AC_PROC_CC instead of CXX.
10781052
10791053 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
1080 echo "configure:1082: checking whether ${MAKE-make} sets \${MAKE}" >&5
1054 echo "configure:1056: checking whether ${MAKE-make} sets \${MAKE}" >&5
10811055 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
10821056 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
10831057 echo $ac_n "(cached) $ac_c" 1>&6
11081082 # Extract the first word of "$ac_prog", so it can be a program name with args.
11091083 set dummy $ac_prog; ac_word=$2
11101084 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1111 echo "configure:1113: checking for $ac_word" >&5
1085 echo "configure:1087: checking for $ac_word" >&5
11121086 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
11131087 echo $ac_n "(cached) $ac_c" 1>&6
11141088 else
11401114
11411115
11421116 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1143 echo "configure:1145: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1117 echo "configure:1119: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
11441118
11451119 ac_ext=C
11461120 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11511125
11521126 cat > conftest.$ac_ext << EOF
11531127
1154 #line 1156 "configure"
1128 #line 1130 "configure"
11551129 #include "confdefs.h"
11561130
11571131 int main(){return(0);}
11581132 EOF
1159 if { (eval echo configure:1161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1133 if { (eval echo configure:1135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11601134 ac_cv_prog_cxx_works=yes
11611135 # If we can't run a trivial program, we are probably using a cross compiler.
11621136 if (./conftest; exit) 2>/dev/null; then
11821156 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
11831157 fi
11841158 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1185 echo "configure:1187: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1159 echo "configure:1161: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
11861160 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
11871161 cross_compiling=$ac_cv_prog_cxx_cross
11881162
11891163 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1190 echo "configure:1192: checking whether we are using GNU C++" >&5
1164 echo "configure:1166: checking whether we are using GNU C++" >&5
11911165 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
11921166 echo $ac_n "(cached) $ac_c" 1>&6
11931167 else
11961170 yes;
11971171 #endif
11981172 EOF
1199 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1201: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1173 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1175: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
12001174 ac_cv_prog_gxx=yes
12011175 else
12021176 ac_cv_prog_gxx=no
12151189 ac_save_CXXFLAGS="$CXXFLAGS"
12161190 CXXFLAGS=
12171191 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1218 echo "configure:1220: checking whether ${CXX-g++} accepts -g" >&5
1192 echo "configure:1194: checking whether ${CXX-g++} accepts -g" >&5
12191193 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
12201194 echo $ac_n "(cached) $ac_c" 1>&6
12211195 else
12581232 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
12591233 # ./install, which can be erroneously created by make from ./install.sh.
12601234 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1261 echo "configure:1263: checking for a BSD compatible install" >&5
1235 echo "configure:1237: checking for a BSD compatible install" >&5
12621236 if test -z "$INSTALL"; then
12631237 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
12641238 echo $ac_n "(cached) $ac_c" 1>&6
13181292
13191293 #AC_CANONICAL_HOST
13201294 echo $ac_n "checking target system type""... $ac_c" 1>&6
1321 echo "configure:1323: checking target system type" >&5
1295 echo "configure:1297: checking target system type" >&5
13221296
13231297 target_alias=$target
13241298 case "$target_alias" in
13861360 # Extract the first word of "sdl-config", so it can be a program name with args.
13871361 set dummy sdl-config; ac_word=$2
13881362 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1389 echo "configure:1391: checking for $ac_word" >&5
1363 echo "configure:1365: checking for $ac_word" >&5
13901364 if eval "test \"`echo '$''{'ac_cv_path_SDL_CONFIG'+set}'`\" = set"; then
13911365 echo $ac_n "(cached) $ac_c" 1>&6
13921366 else
14211395
14221396 min_sdl_version=$SDL_VERSION
14231397 echo $ac_n "checking for SDL - version >= $min_sdl_version""... $ac_c" 1>&6
1424 echo "configure:1426: checking for SDL - version >= $min_sdl_version" >&5
1398 echo "configure:1400: checking for SDL - version >= $min_sdl_version" >&5
14251399 no_sdl=""
14261400 if test "$SDL_CONFIG" = "no" ; then
14271401 no_sdl=yes
14451419 echo $ac_n "cross compiling; assumed OK... $ac_c"
14461420 else
14471421 cat > conftest.$ac_ext <<EOF
1448 #line 1450 "configure"
1422 #line 1424 "configure"
14491423 #include "confdefs.h"
14501424
14511425 #include <stdio.h>
15031477
15041478
15051479 EOF
1506 if { (eval echo configure:1508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1480 if { (eval echo configure:1482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
15071481 then
15081482 :
15091483 else
15371511 CFLAGS="$CFLAGS $SDL_CFLAGS"
15381512 LIBS="$LIBS $SDL_LIBS"
15391513 cat > conftest.$ac_ext <<EOF
1540 #line 1542 "configure"
1514 #line 1516 "configure"
15411515 #include "confdefs.h"
15421516
15431517 #include <stdio.h>
15471521 return 0;
15481522 ; return 0; }
15491523 EOF
1550 if { (eval echo configure:1552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1524 if { (eval echo configure:1526: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15511525 rm -rf conftest*
15521526 echo "*** The test program compiled, but did not run. This usually means"
15531527 echo "*** that the run-time linker is not finding SDL or finding the wrong"
15861560 LIBS="$LIBS $SDL_LIBS"
15871561
15881562 echo $ac_n "checking for IMG_Load in -lSDL_image""... $ac_c" 1>&6
1589 echo "configure:1591: checking for IMG_Load in -lSDL_image" >&5
1563 echo "configure:1565: checking for IMG_Load in -lSDL_image" >&5
15901564 ac_lib_var=`echo SDL_image'_'IMG_Load | sed 'y%./+-%__p_%'`
15911565 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15921566 echo $ac_n "(cached) $ac_c" 1>&6
15941568 ac_save_LIBS="$LIBS"
15951569 LIBS="-lSDL_image $LIBS"
15961570 cat > conftest.$ac_ext <<EOF
1597 #line 1599 "configure"
1571 #line 1573 "configure"
15981572 #include "confdefs.h"
15991573 /* Override any gcc2 internal prototype to avoid an error. */
16001574 /* We use char because int might match the return type of a gcc2
16051579 IMG_Load()
16061580 ; return 0; }
16071581 EOF
1608 if { (eval echo configure:1610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1582 if { (eval echo configure:1584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16091583 rm -rf conftest*
16101584 eval "ac_cv_lib_$ac_lib_var=yes"
16111585 else
18241798 s%@AUTOHEADER@%$AUTOHEADER%g
18251799 s%@MAKEINFO@%$MAKEINFO%g
18261800 s%@SET_MAKE@%$SET_MAKE%g
1827 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
1828 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
1829 s%@MAINT@%$MAINT%g
18301801 s%@CXX@%$CXX%g
18311802 s%@target@%$target%g
18321803 s%@target_alias@%$target_alias%g
88 # archive.
99
1010 AM_INIT_AUTOMAKE(pipenightdreams, 0.10.0)
11 AM_MAINTAINER_MODE
1211 AC_PREFIX_DEFAULT(/usr/local)
1312 AM_CONFIG_HEADER(src/config.h)
13 CXXFLAGS="-O2"
1414
1515 # We now have a list of macros which tell autoconf what tools we need to
1616 # build our software, in this case "make", a C++ compiler, and "install".
0 --- pipenightdreams-0.10.0.orig/man/pipenightdreams.6
1 +++ pipenightdreams-0.10.0/man/pipenightdreams.6
2 @@ -1,15 +1,12 @@
3 .TH PIPENIGHTDREAMS 6 "23rd May 2002"
4
5 .SH NAME
6 -
7 pipenightdreams \- Just another pipe trip (PipeDream clon).
8
9 .SH SYNOPSIS
10 -
11 \fB pipenightdreams\fP [\--datadir <DATADIR>] [\--fullscreen]
12
13 .SH DESCRIPTION
14 -
15 \fB pipenightdreams\fP is a PipeDream style game. The objetive of the game is to carry
16 liquid from some point to the exit using different kinds of pipes. On each level
17 there is a minimum number of required pipes that should be at least reached for it
18 @@ -46,7 +43,6 @@
19 .IP HYPER\ BONUS
20 The green one.
21
22 -
23 .SH OPTIONS
24 \fB --datadir <CUSTOM DATA DIR> \fP is used when
25 the data directory is not the default one (\fB /usr/share/games/pipenightdreams\fP
26 @@ -64,6 +60,4 @@
27 http://www.libsdl.org/projects/pipenightdreams
28
29 .SH AUTHORS
30 -
31 Waldemar A. Baraldi <baraldi@lacasilla.com.ar>
32 -
33 --- pipenightdreams-0.10.0.orig/man/Makefile.in
34 +++ pipenightdreams-0.10.0/man/Makefile.in
35 @@ -1,4 +1,4 @@
36 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
37 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
38
39 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
40 # This Makefile.in is free software; the Free Software Foundation
41 @@ -67,6 +67,7 @@
42 LEX = @LEX@
43 LIBTOOL = @LIBTOOL@
44 LN_S = @LN_S@
45 +MAINT = @MAINT@
46 MAKEINFO = @MAKEINFO@
47 NM = @NM@
48 OBJDUMP = @OBJDUMP@
49 @@ -92,11 +93,11 @@
50
51 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
52
53 -TAR = gtar
54 +TAR = tar
55 GZIP_ENV = --best
56 all: all-redirect
57 .SUFFIXES:
58 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
59 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
60 cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile
61
62 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
63 --- pipenightdreams-0.10.0.orig/src/pointer.cpp
64 +++ pipenightdreams-0.10.0/src/pointer.cpp
65 @@ -17,7 +17,7 @@
66
67 #include "pointer.h"
68
69 -Pointer::Pointer(int row=0, int column=0){
70 +Pointer::Pointer(int row, int column){
71 this->row=row;
72 this->column=column;
73 this->moved_flag=true;
74 @@ -25,27 +25,6 @@
75
76 Pointer::~Pointer(){ delete image_name;}
77
78 -void Pointer::setRow(int row){
79 - this->row=row;
80 -}
81 -
82 -void Pointer::setColumn(int column){
83 - this->column=column;
84 -}
85 -
86 -void Pointer::setRowColumn(int row, int column){
87 - this->row=row;
88 - this->column=column;
89 -}
90 -
91 -void Pointer::setMoved(bool flag){
92 - moved_flag=flag;
93 -}
94 -
95 -bool Pointer::moved(){
96 - return moved_flag;
97 -}
98 -
99 int Pointer::getRow(){
100 return row;
101 }
102 --- pipenightdreams-0.10.0.orig/src/score.cpp
103 +++ pipenightdreams-0.10.0/src/score.cpp
104 @@ -18,7 +18,7 @@
105 #include "score.h"
106 #include <math.h>
107
108 -Score::Score(int value=0){
109 +Score::Score(int value){
110 this->value=value;
111 delta=0;
112 changed=true;
113 --- pipenightdreams-0.10.0.orig/src/main.cpp
114 +++ pipenightdreams-0.10.0/src/main.cpp
115 @@ -36,10 +36,12 @@
116 if (data_dir) delete data_dir;
117 data_dir=new Str(argv[++i]);
118 }else
119 - if (!strcmp("--fullscreen", argv[i]))
120 + if (!strcmp("--level", argv[i])) {
121 + level = atoi(argv[++i]);
122 + } else if (!strcmp("--fullscreen", argv[i]))
123 fullscreen=true;
124 else{
125 - printf("Invalid Data Dir\nUse pipenightdreams [--datadir <DATA DIR>] [--fullscreen]\n");
126 + printf("Invalid Data Dir\nUse pipenightdreams [--datadir <DATA DIR>] [--fullscreen] [--level <level>]\n");
127 printf("Using default: %s\n", GAME_DATADIR);
128 }
129 i++;
130 --- pipenightdreams-0.10.0.orig/src/level.ll
131 +++ pipenightdreams-0.10.0/src/level.ll
132 @@ -93,6 +93,20 @@
133 #define INVALID 100
134
135 int nline;
136 +
137 +int Level::load(Str * filename){
138 + YY_FLUSH_BUFFER;
139 + nline=1;
140 + if (!(yyin=fopen(filename->get(), "r"))){
141 + delete filename;
142 + return 1;
143 + }
144 + delete filename;
145 + level();
146 + fclose(yyin);
147 + if (error) return -1;
148 + return 0;
149 +}
150 %}
151
152 %option noyywrap
153 @@ -599,17 +613,3 @@
154 }else printError(new Str("'pipenightdreams' not found"));
155 }
156
157 -int Level::load(Str * filename){
158 - YY_FLUSH_BUFFER;
159 - nline=1;
160 - if (!(yyin=fopen(filename->get(), "r"))){
161 - delete filename;
162 - return 1;
163 - }
164 - delete filename;
165 - level();
166 - fclose(yyin);
167 - if (error) return -1;
168 - return 0;
169 -}
170 -
171 --- pipenightdreams-0.10.0.orig/src/graphic.cpp
172 +++ pipenightdreams-0.10.0/src/graphic.cpp
173 @@ -44,11 +44,11 @@
174 if (pixels) free(pixels);
175 }
176
177 -void Graphic::setAlpha(char value=OPAQUE){
178 +void Graphic::setAlpha(char value){
179 SDL_SetAlpha(surface, SDL_SRCALPHA, value);
180 }
181
182 -void Graphic::enableClipping(bool flag=true){
183 +void Graphic::enableClipping(bool flag){
184
185 if (flag){
186 SDL_Rect rect;
187 @@ -68,7 +68,7 @@
188 clip_height=height;
189 }
190
191 -void Graphic::flip(Axis a=HAxis){
192 +void Graphic::flip(Axis a){
193 if (surface){
194 if (SDL_MUSTLOCK(surface))
195 if (SDL_LockSurface(surface)<0) return;
196 --- pipenightdreams-0.10.0.orig/src/str.cpp
197 +++ pipenightdreams-0.10.0/src/str.cpp
198 @@ -11,7 +11,7 @@
199
200 const char Str::nul = '\0';
201
202 -Str::Str(const char * string=NULL){
203 +Str::Str(const char * string){
204 s=NULL;
205 set(string);
206 }
207 @@ -25,7 +25,7 @@
208 if (s) delete[] s;
209 }
210
211 -void Str::set(const char * string=NULL){
212 +void Str::set(const char * string){
213 if (s) delete[] s;
214 if (string){
215 s=new char[strlen(string)+1];
216 @@ -71,7 +71,7 @@
217 return (strlen(s));
218 }
219
220 -bool Str::isEqual(Str * str, bool case_sensitive = true){
221 +bool Str::isEqual(Str * str, bool case_sensitive){
222 if (case_sensitive){
223 return (!strcmp(s, str->s));
224 }
225 --- pipenightdreams-0.10.0.orig/src/Makefile.in
226 +++ pipenightdreams-0.10.0/src/Makefile.in
227 @@ -1,4 +1,4 @@
228 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
229 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
230
231 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
232 # This Makefile.in is free software; the Free Software Foundation
233 @@ -67,6 +67,7 @@
234 LEX = @LEX@
235 LIBTOOL = @LIBTOOL@
236 LN_S = @LN_S@
237 +MAINT = @MAINT@
238 MAKEINFO = @MAKEINFO@
239 NM = @NM@
240 OBJDUMP = @OBJDUMP@
241 @@ -118,7 +119,7 @@
242
243 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
244
245 -TAR = gtar
246 +TAR = tar
247 GZIP_ENV = --best
248 DEP_FILES = .deps/board.P .deps/canvas.P .deps/cross.P \
249 .deps/elbowdownleft.P .deps/elbowdownright.P .deps/elbowupleft.P \
250 @@ -137,7 +138,7 @@
251 all: all-redirect
252 .SUFFIXES:
253 .SUFFIXES: .S .c .cc .cpp .ll .o .s
254 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
255 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
256 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
257
258 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
259 @@ -155,7 +156,7 @@
260 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
261 $(SHELL) ./config.status
262 @echo timestamp > stamp-h 2> /dev/null
263 -$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
264 +$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
265 @if test ! -f $@; then \
266 rm -f $(srcdir)/stamp-h.in; \
267 $(MAKE) $(srcdir)/stamp-h.in; \
268 @@ -242,7 +243,7 @@
269 awk ' { files[$$0] = 1; } \
270 END { for (i in files) print i; }'`; \
271 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
272 - || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
273 + || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
274
275 mostlyclean-tags:
276
277 @@ -382,7 +383,7 @@
278 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
279
280 maintainer-clean-generic:
281 - -test -z "levelll" || rm -f levelll
282 + -test -z "levelcc" || rm -f levelcc
283 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
284 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
285 mostlyclean-generic
286 --- pipenightdreams-0.10.0.orig/src/pipe.cpp
287 +++ pipenightdreams-0.10.0/src/pipe.cpp
288 @@ -43,11 +43,11 @@
289 return !(full_level>0) && !fixed;
290 }
291
292 -void Pipe::setFixed(bool flag=true){
293 +void Pipe::setFixed(bool flag){
294 fixed=flag;
295 }
296
297 -void Pipe::setBonus(Bonus bonus=NormalBonus){
298 +void Pipe::setBonus(Bonus bonus){
299 this->bonus=bonus;
300 }
301
302 --- pipenightdreams-0.10.0.orig/src/image.cpp
303 +++ pipenightdreams-0.10.0/src/image.cpp
304 @@ -19,7 +19,7 @@
305 #include "SDL_image.h"
306 #include <stdio.h>
307
308 -Image::Image(Str * filename=NULL):Graphic(){
309 +Image::Image(Str * filename):Graphic(){
310 if (filename) load(filename);
311 }
312
313 --- pipenightdreams-0.10.0.orig/src/config.h.in
314 +++ pipenightdreams-0.10.0/src/config.h.in
315 @@ -1,4 +1,4 @@
316 -/* src/config.h.in. Generated automatically from configure.in by autoheader. */
317 +/* src/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
318
319 /* Define if lex declares yytext as a char * by default, not a char[]. */
320 #undef YYTEXT_POINTER
321 --- pipenightdreams-0.10.0.orig/src/list.cpp
322 +++ pipenightdreams-0.10.0/src/list.cpp
323 @@ -125,7 +125,7 @@
324 return (insert(indexOf(i), obj));
325 }
326
327 -List::Result List::remove(Index * index, bool del=false){
328 +List::Result List::remove(Index * index, bool del){
329 if (isEmpty()) return EmptyList;
330 if (!index) return NullIndex;
331
332 @@ -155,7 +155,7 @@
333 return Removed;
334 }
335
336 -void List::empty(bool del=true){
337 +void List::empty(bool del){
338 while (!isEmpty())
339 remove(getFirst(), del);
340 }
341 --- pipenightdreams-0.10.0.orig/src/pipenightdreams.cpp
342 +++ pipenightdreams-0.10.0/src/pipenightdreams.cpp
343 @@ -99,6 +99,7 @@
344 switch (error){
345 case 1:{
346 showFinal();
347 + game_over=true;
348 break;
349 }
350 case -1:{
351 --- pipenightdreams-0.10.0.orig/src/player.cpp
352 +++ pipenightdreams-0.10.0/src/player.cpp
353 @@ -163,14 +163,6 @@
354 queue->paint(vm);
355 }
356
357 -void Player::setRestrictionCoef(unsigned int coef){
358 - queue->setRestrictionCoef(coef);
359 -}
360 -
361 -void Player::setFixedCoef(unsigned int coef){
362 - queue->setFixedCoef(coef);
363 -}
364 -
365 void Player::tick(){
366 score->tick();
367
368 --- pipenightdreams-0.10.0.orig/src/pointer.h
369 +++ pipenightdreams-0.10.0/src/pointer.h
370 @@ -43,11 +43,27 @@
371
372 friend class Board;
373
374 - inline void setRow(int row);
375 - inline void setColumn(int column);
376 - inline void setRowColumn(int row, int column);
377 - inline void setMoved(bool flag);
378 - inline bool moved();
379 + inline void setRow(int row){
380 + this->row=row;
381 + }
382 +
383 + inline void setColumn(int column){
384 + this->column=column;
385 + }
386 +
387 + inline void setRowColumn(int row, int column){
388 + this->row=row;
389 + this->column=column;
390 + }
391 +
392 + inline void setMoved(bool flag){
393 + moved_flag=flag;
394 + }
395 +
396 + inline bool moved(){
397 + return moved_flag;
398 + }
399 +
400
401 Str * image_name;
402 Image * ima;
403 --- pipenightdreams-0.10.0.orig/src/player.h
404 +++ pipenightdreams-0.10.0/src/player.h
405 @@ -47,8 +47,13 @@
406 void setStartRowColumn(int row, int column);
407 void setBoard(Board * bd);
408
409 - inline void setRestrictionCoef(unsigned int coef);
410 - inline void setFixedCoef(unsigned int coef);
411 + inline void setRestrictionCoef(unsigned int coef){
412 + queue->setRestrictionCoef(coef);
413 + }
414 +
415 + inline void setFixedCoef(unsigned int coef){
416 + queue->setFixedCoef(coef);
417 + }
418
419 void incLives();
420 void decLives();
421 --- pipenightdreams-0.10.0.orig/src/hash.cpp
422 +++ pipenightdreams-0.10.0/src/hash.cpp
423 @@ -55,10 +55,10 @@
424 return(sum % nbuckets);
425 }
426
427 -Hash::Hash(int bs=256){
428 +Hash::Hash(int bs){
429 int i;
430 nbuckets=bs;
431 - lbuckets=new (List *)[nbuckets];
432 + lbuckets=new List *[nbuckets];
433
434 for (i=0;i<nbuckets;i++)
435 lbuckets[i]=new List();
436 @@ -99,7 +99,7 @@
437 return NotAdded;
438 }
439
440 -Hash::Result Hash::remove(Str * str, bool del=false){
441 +Hash::Result Hash::remove(Str * str, bool del){
442 if (str){
443 Index * i;
444 List * list=lbuckets[function(str)];
445 @@ -135,7 +135,7 @@
446 return NULL;
447 }
448
449 -void Hash::empty(bool del=true){
450 +void Hash::empty(bool del){
451 int i;
452 List * list;
453 for (i=0;i<nbuckets;i++){
454 --- pipenightdreams-0.10.0.orig/src/eventmanager.cpp
455 +++ pipenightdreams-0.10.0/src/eventmanager.cpp
456 @@ -40,7 +40,7 @@
457 lista_streams->remove(lista_streams->indexOf(s));
458 }
459
460 -void EventManager::pumpEvents(bool wait=false){
461 +void EventManager::pumpEvents(bool wait){
462 SDL_Event event;
463 Index * stream;
464 bool got=false;
465 --- pipenightdreams-0.10.0.orig/debian/svn-deblayout
466 +++ pipenightdreams-0.10.0/debian/svn-deblayout
467 @@ -0,0 +1,4 @@
468 +origDir=../tarballs
469 +tagsUrl=svn://tonberry/debian/pipenightdreams/tag
470 +upsCurrentUrl=svn://tonberry/debian/pipenightdreams/branch/upstream/current
471 +upsTagUrl=svn://tonberry/debian/pipenightdreams/branch/upstream
472 --- pipenightdreams-0.10.0.orig/debian/changelog
473 +++ pipenightdreams-0.10.0/debian/changelog
474 @@ -0,0 +1,204 @@
475 +pipenightdreams (0.10.0-13) unstable; urgency=low
476 +
477 + * Make package binNMU-able (closes: #432991)
478 + * Updated to policy 3.7.2.2 (no changes necessary)
479 + * Fixed a few minor lintian warnings.
480 +
481 + -- Wesley J. Landaker <wjl@icecavern.net> Fri, 13 Jul 2007 12:51:44 -0600
482 +
483 +pipenightdreams (0.10.0-12) unstable; urgency=low
484 +
485 + * New maintainer (closes: #349325)
486 + * Added watch file
487 + * Minor updates to the package description
488 +
489 + -- Wesley J. Landaker <wjl@icecavern.net> Sun, 22 Jan 2006 16:40:09 -0700
490 +
491 +pipenightdreams (0.10.0-11) unstable; urgency=low
492 +
493 + * Orphaned.
494 +
495 + -- Michael Fedrowitz <michaelf@debian.org> Sun, 22 Jan 2006 11:42:01 +0100
496 +
497 +pipenightdreams (0.10.0-10) unstable; urgency=low
498 +
499 + * Standards-Version 3.6.2 (no changes required).
500 + * Rebuilt with g++ 4.0.
501 +
502 + -- Michael Fedrowitz <michaelf@debian.org> Sun, 10 Jul 2005 13:11:04 +0200
503 +
504 +pipenightdreams (0.10.0-9) unstable; urgency=low
505 +
506 + * Applied a patch by Andreas Jochens to fix build failure with
507 + gcc 3.4. (Closes: #259623)
508 +
509 + -- Michael Fedrowitz <michaelf@debian.org> Mon, 19 Jul 2004 19:58:44 +0200
510 +
511 +pipenightdreams (0.10.0-8) unstable; urgency=low
512 +
513 + * Applied a patch by Wesley J. Landaker which adds a '--level' option to
514 + select the starting level. (Closes: #237568)
515 + * Avoid segfault when an invalid starting level is selected.
516 + * Use 'Replaces' rather than 'Conflicts'.
517 +
518 + -- Michael Fedrowitz <michaelf@debian.org> Sun, 21 Mar 2004 16:18:32 +0100
519 +
520 +pipenightdreams (0.10.0-7) unstable; urgency=low
521 +
522 + * Build pipenightdreams-data in binary-indep, not binary-arch.
523 +
524 + -- Michael Fedrowitz <michaelf@debian.org> Sun, 29 Feb 2004 19:14:49 +0100
525 +
526 +pipenightdreams (0.10.0-6) unstable; urgency=low
527 +
528 + * Standards-Version 3.6.1:
529 + - Recoded changelog to UTF-8.
530 + * Split out architecture independent data. (Closes: #233433)
531 + * Quote all strings in the menu file to make lintian happy.
532 +
533 + -- Michael Fedrowitz <michaelf@debian.org> Sun, 29 Feb 2004 18:58:18 +0100
534 +
535 +pipenightdreams (0.10.0-5) unstable; urgency=low
536 +
537 + * Standards-Version 3.5.9 (no changes required).
538 + * Fix to build with flex 2.5.31.
539 +
540 + -- Michael Fedrowitz <michaelf@debian.org> Wed, 30 Apr 2003 23:32:20 +0200
541 +
542 +pipenightdreams (0.10.0-4) unstable; urgency=low
543 +
544 + * Rebuild with g++ 3.2.
545 + * Remove full stop from short description.
546 + * Remove spurious newlines from manpage.
547 +
548 + -- Michael Fedrowitz <michaelf@debian.org> Fri, 10 Jan 2003 19:23:10 +0100
549 +
550 +pipenightdreams (0.10.0-3) unstable; urgency=low
551 +
552 + * Build depend on autotools-dev.
553 + * Fix typo in copyright file.
554 +
555 + -- Michael Fedrowitz <michaelf@debian.org> Mon, 16 Sep 2002 16:54:27 +0200
556 +
557 +pipenightdreams (0.10.0-2) unstable; urgency=low
558 +
559 + * New maintainer. (closes: #160775)
560 + * Fix to build with g++-3.x:
561 + - Remove default arguments from function definitions.
562 + - Move inline function definitions to header files.
563 + - This should fix building on hppa. (closes: #133916)
564 + * Use debhelper v4.
565 + * Standards-Version 3.5.7:
566 + - Support DEB_BUILD_OPTIONS, DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE.
567 + - Build depend on debhelper (>= 4.1.0) to get rid of /usr/doc link.
568 + * Rerun autotools (supporting DEB_BUILD_OPTIONS required modifying
569 + configure.in).
570 + * Use AM_MAINTAINER_MODE to make sure autotools won't be run during build.
571 + * Symlink config.{sub,guess} from autotools-dev at build time.
572 + * Use upstream manpage.
573 + * Various minor packaging tweaks.
574 +
575 + -- Michael Fedrowitz <michaelf@debian.org> Sat, 14 Sep 2002 17:41:28 +0200
576 +
577 +pipenightdreams (0.10.0-1) unstable; urgency=low
578 +
579 + * New upstream release
580 + - level 8 fixed (Closes: #145333)
581 + * NMU by Søren Boll Overgaard, since maintainers new key has not yet
582 + been accepted into the keyring. Identity of maintainer has been
583 + rechecked.
584 +
585 + -- Kenneth Vestergaard Schmidt <charon@debian.org> Tue, 23 Apr 2002 22:53:26 +0200
586 +
587 +pipenightdreams (0.9.0-2) unstable; urgency=low
588 +
589 + * Fixed description (Closes: #120138)
590 +
591 + -- Kenneth Vestergaard Schmidt <charon@debian.org> Mon, 19 Nov 2001 21:22:33 +0100
592 +
593 +pipenightdreams (0.9.0-1) unstable; urgency=low
594 +
595 + * New upstream release
596 + * Fixed Build-Depends (Closes: #115488)
597 + * Fixed Depends (Closes: #117527)
598 +
599 + -- Kenneth Vestergaard Schmidt <charon@debian.org> Tue, 6 Nov 2001 10:49:46 +0100
600 +
601 +pipenightdreams (0.8.0-2) unstable; urgency=low
602 +
603 + * Correct libraries used in compile (Closes: #109985)
604 +
605 + -- Kenneth Vestergaard Schmidt <charon@debian.org> Sat, 25 Aug 2001 09:19:59 +0200
606 +
607 +pipenightdreams (0.8.0-1) unstable; urgency=low
608 +
609 + * New upstream release
610 + * Changelog from website:
611 + -> Background now can be a wallpaper.
612 + -> Memory leak when loading images eliminated.
613 + -> Almost all graphics redrawn.
614 + -> All levels rewritten (5 levels added).
615 + -> Score added.
616 + -> Levels format improved.
617 + -> Pipe block added.
618 + -> Background tag added.
619 + -> Some small bugs eliminated.
620 + -> Screen updating routines improved (speed).
621 + -> Btw, web page rewritten.
622 +
623 + -- Kenneth Vestergaard Schmidt <charon@debian.org> Wed, 1 Aug 2001 20:22:28 +0200
624 +
625 +pipenightdreams (0.6.1-6) unstable; urgency=low
626 +
627 + * Rebuilt for libsdl1.2
628 + * New description (Closes: #99856)
629 +
630 + -- Kenneth Vestergaard Schmidt <charon@debian.org> Sun, 3 Jun 2001 23:15:39 +0200
631 +
632 +pipenightdreams (0.6.1-5) unstable; urgency=low
633 +
634 + * Fixed a brainfart on my behalf (menu pointing to /usr/bin/.., should be
635 + /usr/games/..) (Closes: #93519)
636 +
637 + -- Kenneth Vestergaard Schmidt <charon@debian.org> Tue, 10 Apr 2001 15:07:48 +0200
638 +
639 +pipenightdreams (0.6.1-4) unstable; urgency=low
640 +
641 + * Man-page typo
642 +
643 + -- Kenneth Vestergaard Schmidt <charon@debian.org> Tue, 6 Mar 2001 23:25:41 +0100
644 +
645 +pipenightdreams (0.6.1-3) unstable; urgency=low
646 +
647 + * Fixed a few non-compliances with the FHS, namely moving the manpage from
648 + man1 to man6, and the binary from usr/bin to usr/games
649 +
650 + -- Kenneth Vestergaard Schmidt <charon@debian.org> Tue, 6 Mar 2001 23:14:49 +0100
651 +
652 +pipenightdreams (0.6.1-2) unstable; urgency=low
653 +
654 + * Rejoice! I have become an official Debian maintainer, and as such my
655 + email-address is quite different :)
656 + This is the only update.
657 +
658 + -- Kenneth Vestergaard Schmidt <charon@debian.org> Sun, 4 Mar 2001 02:07:52 +0100
659 +
660 +pipenightdreams (0.6.1-1) unstable; urgency=low
661 +
662 + * New upstream release
663 +
664 + -- Kenneth Vestergaard Schmidt <kenneth@bitnisse.dk> Sat, 3 Mar 2001 01:18:13 +0100
665 +
666 +pipenightdreams (0.6.0-2) unstable; urgency=low
667 +
668 + * Build-Depends was all wrong - hopefully should give more meaning now!
669 + * Few minor errors in the packaging fixed.
670 +
671 + -- Kenneth Vestergaard Schmidt <kenneth@bitnisse.dk> Fri, 23 Feb 2001 10:52:17 +0100
672 +
673 +pipenightdreams (0.6.0-1) unstable; urgency=low
674 +
675 + * Initial Release.
676 + * Changed default data dir from /usr/local/share/ to /usr/share/
677 +
678 + -- Kenneth Vestergaard Schmidt <kenneth@bitnisse.dk> Thu, 22 Feb 2001 00:23:15 +0100
679 --- pipenightdreams-0.10.0.orig/debian/pipenightdreams-data.install
680 +++ pipenightdreams-0.10.0/debian/pipenightdreams-data.install
681 @@ -0,0 +1 @@
682 +usr/share/games
683 --- pipenightdreams-0.10.0.orig/debian/pipenightdreams.menu
684 +++ pipenightdreams-0.10.0/debian/pipenightdreams.menu
685 @@ -0,0 +1,2 @@
686 +?package(pipenightdreams):needs="X11" section="Games/Puzzles"\
687 + title="pipenightdreams" command="/usr/games/pipenightdreams"
688 --- pipenightdreams-0.10.0.orig/debian/pipenightdreams.install
689 +++ pipenightdreams-0.10.0/debian/pipenightdreams.install
690 @@ -0,0 +1,2 @@
691 +usr/games
692 +usr/share/man
693 --- pipenightdreams-0.10.0.orig/debian/control
694 +++ pipenightdreams-0.10.0/debian/control
695 @@ -0,0 +1,30 @@
696 +Source: pipenightdreams
697 +Section: games
698 +Priority: optional
699 +Maintainer: Wesley J. Landaker <wjl@icecavern.net>
700 +Build-Depends: debhelper (>= 4.1.0), autotools-dev, flex, libsdl-image1.2-dev (>= 1.2.2-2)
701 +Standards-Version: 3.7.2.2
702 +
703 +Package: pipenightdreams
704 +Architecture: any
705 +Depends: ${shlibs:Depends}, pipenightdreams-data (= ${source:Version})
706 +Description: connect pipes to get the water flowing from inlet to outlet
707 + If you know the old arcade-game "Pipe Dreams", you'll instantly recognize
708 + this. The goal is to connect different pipe segments to let the water flow
709 + from the inlet and through as many pipes as possible, until it finally
710 + reaches the outlet. This requires an even combination of speed, skill and
711 + foresight.
712 +
713 +Package: pipenightdreams-data
714 +Architecture: all
715 +Recommends: pipenightdreams (>= ${source:Version})
716 +Replaces: pipenightdreams (<< 0.10.0-6)
717 +Description: connect pipes to get the water flowing from inlet to outlet (data files)
718 + If you know the old arcade-game "Pipe Dreams", you'll instantly recognize
719 + this. The goal is to connect different pipe segments to let the water flow
720 + from the inlet and through as many pipes as possible, until it finally
721 + reaches the outlet. This requires an even combination of speed, skill and
722 + foresight.
723 + .
724 + (This package contains just the data files; you'll need the pipenightdreams
725 + package as well in order to actually play the game.)
726 --- pipenightdreams-0.10.0.orig/debian/compat
727 +++ pipenightdreams-0.10.0/debian/compat
728 @@ -0,0 +1 @@
729 +4
730 --- pipenightdreams-0.10.0.orig/debian/pipenightdreams.docs
731 +++ pipenightdreams-0.10.0/debian/pipenightdreams.docs
732 @@ -0,0 +1,3 @@
733 +AUTHORS
734 +NEWS
735 +README
736 --- pipenightdreams-0.10.0.orig/debian/watch
737 +++ pipenightdreams-0.10.0/debian/watch
738 @@ -0,0 +1,2 @@
739 +version=3
740 +http://www.libsdl.org/projects/pipenightdreams/packages/pipenightdreams-(.*).tar.gz
741 --- pipenightdreams-0.10.0.orig/debian/rules
742 +++ pipenightdreams-0.10.0/debian/rules
743 @@ -0,0 +1,83 @@
744 +#!/usr/bin/make -f
745 +
746 +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
747 +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
748 +
749 +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
750 +CONFFLAGS = $(DEB_HOST_GNU_TYPE)
751 +else
752 +CONFFLAGS = --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
753 +endif
754 +
755 +CFLAGS = -g
756 +
757 +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
758 +CFLAGS += -O2
759 +endif
760 +
761 +configure: configure-stamp
762 +configure-stamp:
763 + dh_testdir
764 + ln -sf /usr/share/misc/config.sub .
765 + ln -sf /usr/share/misc/config.guess .
766 + CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" \
767 + ./configure $(CONFFLAGS) --prefix=/usr \
768 + --bindir=\$${prefix}/games --mandir=\$${prefix}/share/man
769 + touch configure-stamp
770 +
771 +build: configure build-stamp
772 +build-stamp:
773 + dh_testdir
774 + $(MAKE)
775 + touch build-stamp
776 +
777 +clean:
778 + dh_testdir
779 + dh_testroot
780 + rm -f build-stamp configure-stamp
781 + -$(MAKE) distclean
782 + dh_clean src/level.cc config.guess config.sub config.status config.log
783 +
784 +install: build
785 + dh_testdir
786 + dh_testroot
787 + dh_clean -k
788 + dh_installdirs
789 + $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
790 + dh_install --sourcedir=debian/tmp --autodest
791 +
792 +binary-arch: configure build install
793 + dh_testdir -a
794 + dh_testroot -a
795 + dh_installchangelogs -a ChangeLog
796 + dh_installdocs -a
797 + dh_installmenu -a
798 + dh_link -a
799 + dh_strip -a
800 + dh_compress -a
801 + dh_fixperms -a
802 + dh_installdeb -a
803 + dh_shlibdeps -a
804 + dh_gencontrol -a
805 + dh_md5sums -a
806 + dh_builddeb -a
807 +
808 +binary-indep: configure build install
809 + dh_testdir -i
810 + dh_testroot -i
811 + dh_installchangelogs -i
812 + dh_installdocs -i
813 + dh_installmenu -i
814 + dh_link -i
815 + dh_strip -i
816 + dh_compress -i
817 + dh_fixperms -i
818 + dh_installdeb -i
819 + dh_shlibdeps -i
820 + dh_gencontrol -i
821 + dh_md5sums -i
822 + dh_builddeb -i
823 +
824 +binary: binary-indep binary-arch
825 +
826 +.PHONY: configure build clean install binary-arch binary-indep binary
827 --- pipenightdreams-0.10.0.orig/debian/copyright
828 +++ pipenightdreams-0.10.0/debian/copyright
829 @@ -0,0 +1,19 @@
830 +This package was debianized by Kenneth Vestergaard Schmidt <charon@debian.org>
831 +on Thu, 22 Feb 2001 00:15:25 +0100 and was maintained by
832 +Michael Fedrowitz <michaelf@debian.org> until 22 Jan 2006 11:42:01 +0100. It
833 +is currently maintained by Wesley J. Landaker <wjl@icecavern.net>.
834 +
835 +It was downloaded from `http://www.libsdl.org/projects/pipenightdreams/'.
836 +Upstream Author: Waldemar A. Baraldi <baraldi@lacasilla.com.ar>
837 +
838 +Copyright:
839 +
840 + Copyright (C) 2000 by Waldemar Baraldi
841 +
842 + This program is free software; you can redistribute it and/or modify
843 + it under the terms of the GNU General Public License as published by
844 + the Free Software Foundation; either version 2 of the License, or
845 + (at your option) any later version.
846 +
847 +On Debian systems the complete text of the GNU General Public License can
848 +be found in `/usr/share/common-licenses/GPL'.
849 --- pipenightdreams-0.10.0.orig/Makefile.in
850 +++ pipenightdreams-0.10.0/Makefile.in
851 @@ -1,4 +1,4 @@
852 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
853 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
854
855 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
856 # This Makefile.in is free software; the Free Software Foundation
857 @@ -67,6 +67,7 @@
858 LEX = @LEX@
859 LIBTOOL = @LIBTOOL@
860 LN_S = @LN_S@
861 +MAINT = @MAINT@
862 MAKEINFO = @MAKEINFO@
863 NM = @NM@
864 OBJDUMP = @OBJDUMP@
865 @@ -85,32 +86,60 @@
866 CONFIG_HEADER = ./src/config.h
867 CONFIG_CLEAN_FILES =
868 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
869 -Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess config.sub \
870 -configure configure.in install-sh ltconfig ltmain.sh missing \
871 -mkinstalldirs
872 +Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 config.guess \
873 +config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
874 +mkinstalldirs src/config.h.in src/stamp-h.in
875
876
877 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
878
879 -TAR = gtar
880 +TAR = tar
881 GZIP_ENV = --best
882 all: all-redirect
883 .SUFFIXES:
884 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
885 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
886 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
887
888 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
889 cd $(top_builddir) \
890 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
891
892 -$(ACLOCAL_M4): configure.in acinclude.m4
893 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
894 cd $(srcdir) && $(ACLOCAL)
895
896 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
897 $(SHELL) ./config.status --recheck
898 -$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
899 +$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
900 cd $(srcdir) && $(AUTOCONF)
901
902 +src/config.h: src/stamp-h
903 + @if test ! -f $@; then \
904 + rm -f src/stamp-h; \
905 + $(MAKE) src/stamp-h; \
906 + else :; fi
907 +src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status
908 + cd $(top_builddir) \
909 + && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
910 + $(SHELL) ./config.status
911 + @echo timestamp > src/stamp-h 2> /dev/null
912 +$(srcdir)/src/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/src/stamp-h.in
913 + @if test ! -f $@; then \
914 + rm -f $(srcdir)/src/stamp-h.in; \
915 + $(MAKE) $(srcdir)/src/stamp-h.in; \
916 + else :; fi
917 +$(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
918 + cd $(top_srcdir) && $(AUTOHEADER)
919 + @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null
920 +
921 +mostlyclean-hdr:
922 +
923 +clean-hdr:
924 +
925 +distclean-hdr:
926 + -rm -f src/config.h
927 +
928 +maintainer-clean-hdr:
929 +
930 # This directory's subdirectories are mostly independent; you can cd
931 # into them and run `make' without going through this Makefile.
932 # To change the values of `make' variables: instead of editing Makefiles,
933 @@ -189,7 +218,7 @@
934 awk ' { files[$$0] = 1; } \
935 END { for (i in files) print i; }'`; \
936 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
937 - || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
938 + || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
939
940 mostlyclean-tags:
941
942 @@ -299,32 +328,32 @@
943 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
944
945 maintainer-clean-generic:
946 -mostlyclean-am: mostlyclean-tags mostlyclean-generic
947 +mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
948
949 mostlyclean: mostlyclean-recursive
950
951 -clean-am: clean-tags clean-generic mostlyclean-am
952 +clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
953
954 clean: clean-recursive
955
956 -distclean-am: distclean-tags distclean-generic clean-am
957 +distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
958
959 distclean: distclean-recursive
960 -rm -f config.status
961
962 -maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
963 - distclean-am
964 +maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
965 + maintainer-clean-generic distclean-am
966 @echo "This command is intended for maintainers to use;"
967 @echo "it deletes files that may require special tools to rebuild."
968
969 maintainer-clean: maintainer-clean-recursive
970 -rm -f config.status
971
972 -.PHONY: install-data-recursive uninstall-data-recursive \
973 -install-exec-recursive uninstall-exec-recursive installdirs-recursive \
974 -uninstalldirs-recursive all-recursive check-recursive \
975 -installcheck-recursive info-recursive dvi-recursive \
976 -mostlyclean-recursive distclean-recursive clean-recursive \
977 +.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
978 +install-data-recursive uninstall-data-recursive install-exec-recursive \
979 +uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
980 +all-recursive check-recursive installcheck-recursive info-recursive \
981 +dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
982 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
983 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
984 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
985 --- pipenightdreams-0.10.0.orig/configure
986 +++ pipenightdreams-0.10.0/configure
987 @@ -11,6 +11,9 @@
988 ac_help=
989 ac_default_prefix=/usr/local
990 # Any additions from configure.in:
991 +ac_help="$ac_help
992 + --enable-maintainer-mode enable make rules and dependencies not useful
993 + (and sometimes confusing) to the casual installer"
994 ac_default_prefix=/usr/local
995 ac_help="$ac_help
996 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)"
997 @@ -529,7 +532,7 @@
998
999
1000 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1001 -echo "configure:533: checking how to run the C preprocessor" >&5
1002 +echo "configure:536: checking how to run the C preprocessor" >&5
1003 # On Suns, sometimes $CPP names a directory.
1004 if test -n "$CPP" && test -d "$CPP"; then
1005 CPP=
1006 @@ -544,13 +547,13 @@
1007 # On the NeXT, cc -E runs the code through the compiler's parser,
1008 # not just through cpp.
1009 cat > conftest.$ac_ext <<EOF
1010 -#line 548 "configure"
1011 +#line 551 "configure"
1012 #include "confdefs.h"
1013 #include <assert.h>
1014 Syntax Error
1015 EOF
1016 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1017 -{ (eval echo configure:554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1018 +{ (eval echo configure:557: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1019 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1020 if test -z "$ac_err"; then
1021 :
1022 @@ -561,13 +564,13 @@
1023 rm -rf conftest*
1024 CPP="${CC-cc} -E -traditional-cpp"
1025 cat > conftest.$ac_ext <<EOF
1026 -#line 565 "configure"
1027 +#line 568 "configure"
1028 #include "confdefs.h"
1029 #include <assert.h>
1030 Syntax Error
1031 EOF
1032 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1033 -{ (eval echo configure:571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1034 +{ (eval echo configure:574: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1035 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1036 if test -z "$ac_err"; then
1037 :
1038 @@ -578,13 +581,13 @@
1039 rm -rf conftest*
1040 CPP="${CC-cc} -nologo -E"
1041 cat > conftest.$ac_ext <<EOF
1042 -#line 582 "configure"
1043 +#line 585 "configure"
1044 #include "confdefs.h"
1045 #include <assert.h>
1046 Syntax Error
1047 EOF
1048 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1049 -{ (eval echo configure:588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1050 +{ (eval echo configure:591: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1051 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1052 if test -z "$ac_err"; then
1053 :
1054 @@ -614,7 +617,7 @@
1055 # Extract the first word of "$ac_prog", so it can be a program name with args.
1056 set dummy $ac_prog; ac_word=$2
1057 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1058 -echo "configure:618: checking for $ac_word" >&5
1059 +echo "configure:621: checking for $ac_word" >&5
1060 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
1061 echo $ac_n "(cached) $ac_c" 1>&6
1062 else
1063 @@ -647,7 +650,7 @@
1064 # Extract the first word of "flex", so it can be a program name with args.
1065 set dummy flex; ac_word=$2
1066 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1067 -echo "configure:651: checking for $ac_word" >&5
1068 +echo "configure:654: checking for $ac_word" >&5
1069 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
1070 echo $ac_n "(cached) $ac_c" 1>&6
1071 else
1072 @@ -681,7 +684,7 @@
1073 *) ac_lib=l ;;
1074 esac
1075 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
1076 -echo "configure:685: checking for yywrap in -l$ac_lib" >&5
1077 +echo "configure:688: checking for yywrap in -l$ac_lib" >&5
1078 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
1079 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1080 echo $ac_n "(cached) $ac_c" 1>&6
1081 @@ -689,7 +692,7 @@
1082 ac_save_LIBS="$LIBS"
1083 LIBS="-l$ac_lib $LIBS"
1084 cat > conftest.$ac_ext <<EOF
1085 -#line 693 "configure"
1086 +#line 696 "configure"
1087 #include "confdefs.h"
1088 /* Override any gcc2 internal prototype to avoid an error. */
1089 /* We use char because int might match the return type of a gcc2
1090 @@ -700,7 +703,7 @@
1091 yywrap()
1092 ; return 0; }
1093 EOF
1094 -if { (eval echo configure:704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1095 +if { (eval echo configure:707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1096 rm -rf conftest*
1097 eval "ac_cv_lib_$ac_lib_var=yes"
1098 else
1099 @@ -723,7 +726,7 @@
1100 fi
1101
1102 echo $ac_n "checking lex output file root""... $ac_c" 1>&6
1103 -echo "configure:727: checking lex output file root" >&5
1104 +echo "configure:730: checking lex output file root" >&5
1105 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
1106 echo $ac_n "(cached) $ac_c" 1>&6
1107 else
1108 @@ -744,7 +747,7 @@
1109 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
1110
1111 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
1112 -echo "configure:748: checking whether yytext is a pointer" >&5
1113 +echo "configure:751: checking whether yytext is a pointer" >&5
1114 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
1115 echo $ac_n "(cached) $ac_c" 1>&6
1116 else
1117 @@ -756,14 +759,14 @@
1118 ac_save_LIBS="$LIBS"
1119 LIBS="$LIBS $LEXLIB"
1120 cat > conftest.$ac_ext <<EOF
1121 -#line 760 "configure"
1122 +#line 763 "configure"
1123 #include "confdefs.h"
1124 `cat $LEX_OUTPUT_ROOT.c`
1125 int main() {
1126
1127 ; return 0; }
1128 EOF
1129 -if { (eval echo configure:767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1130 +if { (eval echo configure:770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1131 rm -rf conftest*
1132 ac_cv_prog_lex_yytext_pointer=yes
1133 else
1134 @@ -808,6 +811,7 @@
1135 ac_config_sub=$ac_aux_dir/config.sub
1136 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
1137
1138 +am__api_version="1.4"
1139 # Find a good install program. We prefer a C program (faster),
1140 # so one script is as good as another. But avoid the broken or
1141 # incompatible versions:
1142 @@ -820,7 +824,7 @@
1143 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1144 # ./install, which can be erroneously created by make from ./install.sh.
1145 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1146 -echo "configure:824: checking for a BSD compatible install" >&5
1147 +echo "configure:828: checking for a BSD compatible install" >&5
1148 if test -z "$INSTALL"; then
1149 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1150 echo $ac_n "(cached) $ac_c" 1>&6
1151 @@ -873,7 +877,7 @@
1152 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1153
1154 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
1155 -echo "configure:877: checking whether build environment is sane" >&5
1156 +echo "configure:881: checking whether build environment is sane" >&5
1157 # Just in case
1158 sleep 1
1159 echo timestamp > conftestfile
1160 @@ -930,7 +934,7 @@
1161 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
1162
1163 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
1164 -echo "configure:934: checking whether ${MAKE-make} sets \${MAKE}" >&5
1165 +echo "configure:938: checking whether ${MAKE-make} sets \${MAKE}" >&5
1166 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
1167 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
1168 echo $ac_n "(cached) $ac_c" 1>&6
1169 @@ -975,21 +979,21 @@
1170
1171
1172 missing_dir=`cd $ac_aux_dir && pwd`
1173 -echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
1174 -echo "configure:980: checking for working aclocal" >&5
1175 +echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6
1176 +echo "configure:984: checking for working aclocal-${am__api_version}" >&5
1177 # Run test in a subshell; some versions of sh will print an error if
1178 # an executable is not found, even if stderr is redirected.
1179 # Redirect stdin to placate older versions of autoconf. Sigh.
1180 -if (aclocal --version) < /dev/null > /dev/null 2>&1; then
1181 - ACLOCAL=aclocal
1182 +if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
1183 + ACLOCAL=aclocal-${am__api_version}
1184 echo "$ac_t""found" 1>&6
1185 else
1186 - ACLOCAL="$missing_dir/missing aclocal"
1187 + ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
1188 echo "$ac_t""missing" 1>&6
1189 fi
1190
1191 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
1192 -echo "configure:993: checking for working autoconf" >&5
1193 +echo "configure:997: checking for working autoconf" >&5
1194 # Run test in a subshell; some versions of sh will print an error if
1195 # an executable is not found, even if stderr is redirected.
1196 # Redirect stdin to placate older versions of autoconf. Sigh.
1197 @@ -1001,21 +1005,21 @@
1198 echo "$ac_t""missing" 1>&6
1199 fi
1200
1201 -echo $ac_n "checking for working automake""... $ac_c" 1>&6
1202 -echo "configure:1006: checking for working automake" >&5
1203 +echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6
1204 +echo "configure:1010: checking for working automake-${am__api_version}" >&5
1205 # Run test in a subshell; some versions of sh will print an error if
1206 # an executable is not found, even if stderr is redirected.
1207 # Redirect stdin to placate older versions of autoconf. Sigh.
1208 -if (automake --version) < /dev/null > /dev/null 2>&1; then
1209 - AUTOMAKE=automake
1210 +if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
1211 + AUTOMAKE=automake-${am__api_version}
1212 echo "$ac_t""found" 1>&6
1213 else
1214 - AUTOMAKE="$missing_dir/missing automake"
1215 + AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
1216 echo "$ac_t""missing" 1>&6
1217 fi
1218
1219 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
1220 -echo "configure:1019: checking for working autoheader" >&5
1221 +echo "configure:1023: checking for working autoheader" >&5
1222 # Run test in a subshell; some versions of sh will print an error if
1223 # an executable is not found, even if stderr is redirected.
1224 # Redirect stdin to placate older versions of autoconf. Sigh.
1225 @@ -1028,7 +1032,7 @@
1226 fi
1227
1228 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
1229 -echo "configure:1032: checking for working makeinfo" >&5
1230 +echo "configure:1036: checking for working makeinfo" >&5
1231 # Run test in a subshell; some versions of sh will print an error if
1232 # an executable is not found, even if stderr is redirected.
1233 # Redirect stdin to placate older versions of autoconf. Sigh.
1234 @@ -1041,18 +1045,40 @@
1235 fi
1236
1237
1238 +echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
1239 +echo "configure:1050: checking whether to enable maintainer-specific portions of Makefiles" >&5
1240 + # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1241 +if test "${enable_maintainer_mode+set}" = set; then
1242 + enableval="$enable_maintainer_mode"
1243 + USE_MAINTAINER_MODE=$enableval
1244 +else
1245 + USE_MAINTAINER_MODE=no
1246 +fi
1247 +
1248 + echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1249 +
1250 +
1251 +if test $USE_MAINTAINER_MODE = yes; then
1252 + MAINTAINER_MODE_TRUE=
1253 + MAINTAINER_MODE_FALSE='#'
1254 +else
1255 + MAINTAINER_MODE_TRUE='#'
1256 + MAINTAINER_MODE_FALSE=
1257 +fi
1258 + MAINT=$MAINTAINER_MODE_TRUE
1259 +
1260 +
1261
1262
1263
1264
1265 -CXXFLAGS="-O2"
1266
1267 # We now have a list of macros which tell autoconf what tools we need to
1268 # build our software, in this case "make", a C++ compiler, and "install".
1269 # If we were creating a C program, we would use AC_PROC_CC instead of CXX.
1270
1271 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
1272 -echo "configure:1056: checking whether ${MAKE-make} sets \${MAKE}" >&5
1273 +echo "configure:1082: checking whether ${MAKE-make} sets \${MAKE}" >&5
1274 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
1275 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
1276 echo $ac_n "(cached) $ac_c" 1>&6
1277 @@ -1083,7 +1109,7 @@
1278 # Extract the first word of "$ac_prog", so it can be a program name with args.
1279 set dummy $ac_prog; ac_word=$2
1280 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1281 -echo "configure:1087: checking for $ac_word" >&5
1282 +echo "configure:1113: checking for $ac_word" >&5
1283 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1284 echo $ac_n "(cached) $ac_c" 1>&6
1285 else
1286 @@ -1115,7 +1141,7 @@
1287
1288
1289 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1290 -echo "configure:1119: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1291 +echo "configure:1145: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1292
1293 ac_ext=C
1294 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1295 @@ -1126,12 +1152,12 @@
1296
1297 cat > conftest.$ac_ext << EOF
1298
1299 -#line 1130 "configure"
1300 +#line 1156 "configure"
1301 #include "confdefs.h"
1302
1303 int main(){return(0);}
1304 EOF
1305 -if { (eval echo configure:1135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1306 +if { (eval echo configure:1161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1307 ac_cv_prog_cxx_works=yes
1308 # If we can't run a trivial program, we are probably using a cross compiler.
1309 if (./conftest; exit) 2>/dev/null; then
1310 @@ -1157,12 +1183,12 @@
1311 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1312 fi
1313 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1314 -echo "configure:1161: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1315 +echo "configure:1187: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1316 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1317 cross_compiling=$ac_cv_prog_cxx_cross
1318
1319 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1320 -echo "configure:1166: checking whether we are using GNU C++" >&5
1321 +echo "configure:1192: checking whether we are using GNU C++" >&5
1322 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1323 echo $ac_n "(cached) $ac_c" 1>&6
1324 else
1325 @@ -1171,7 +1197,7 @@
1326 yes;
1327 #endif
1328 EOF
1329 -if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1175: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1330 +if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1201: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1331 ac_cv_prog_gxx=yes
1332 else
1333 ac_cv_prog_gxx=no
1334 @@ -1190,7 +1216,7 @@
1335 ac_save_CXXFLAGS="$CXXFLAGS"
1336 CXXFLAGS=
1337 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1338 -echo "configure:1194: checking whether ${CXX-g++} accepts -g" >&5
1339 +echo "configure:1220: checking whether ${CXX-g++} accepts -g" >&5
1340 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1341 echo $ac_n "(cached) $ac_c" 1>&6
1342 else
1343 @@ -1233,7 +1259,7 @@
1344 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1345 # ./install, which can be erroneously created by make from ./install.sh.
1346 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1347 -echo "configure:1237: checking for a BSD compatible install" >&5
1348 +echo "configure:1263: checking for a BSD compatible install" >&5
1349 if test -z "$INSTALL"; then
1350 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1351 echo $ac_n "(cached) $ac_c" 1>&6
1352 @@ -1293,7 +1319,7 @@
1353
1354 #AC_CANONICAL_HOST
1355 echo $ac_n "checking target system type""... $ac_c" 1>&6
1356 -echo "configure:1297: checking target system type" >&5
1357 +echo "configure:1323: checking target system type" >&5
1358
1359 target_alias=$target
1360 case "$target_alias" in
1361 @@ -1361,7 +1387,7 @@
1362 # Extract the first word of "sdl-config", so it can be a program name with args.
1363 set dummy sdl-config; ac_word=$2
1364 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1365 -echo "configure:1365: checking for $ac_word" >&5
1366 +echo "configure:1391: checking for $ac_word" >&5
1367 if eval "test \"`echo '$''{'ac_cv_path_SDL_CONFIG'+set}'`\" = set"; then
1368 echo $ac_n "(cached) $ac_c" 1>&6
1369 else
1370 @@ -1396,7 +1422,7 @@
1371
1372 min_sdl_version=$SDL_VERSION
1373 echo $ac_n "checking for SDL - version >= $min_sdl_version""... $ac_c" 1>&6
1374 -echo "configure:1400: checking for SDL - version >= $min_sdl_version" >&5
1375 +echo "configure:1426: checking for SDL - version >= $min_sdl_version" >&5
1376 no_sdl=""
1377 if test "$SDL_CONFIG" = "no" ; then
1378 no_sdl=yes
1379 @@ -1420,7 +1446,7 @@
1380 echo $ac_n "cross compiling; assumed OK... $ac_c"
1381 else
1382 cat > conftest.$ac_ext <<EOF
1383 -#line 1424 "configure"
1384 +#line 1450 "configure"
1385 #include "confdefs.h"
1386
1387 #include <stdio.h>
1388 @@ -1478,7 +1504,7 @@
1389
1390
1391 EOF
1392 -if { (eval echo configure:1482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1393 +if { (eval echo configure:1508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1394 then
1395 :
1396 else
1397 @@ -1512,7 +1538,7 @@
1398 CFLAGS="$CFLAGS $SDL_CFLAGS"
1399 LIBS="$LIBS $SDL_LIBS"
1400 cat > conftest.$ac_ext <<EOF
1401 -#line 1516 "configure"
1402 +#line 1542 "configure"
1403 #include "confdefs.h"
1404
1405 #include <stdio.h>
1406 @@ -1522,7 +1548,7 @@
1407 return 0;
1408 ; return 0; }
1409 EOF
1410 -if { (eval echo configure:1526: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1411 +if { (eval echo configure:1552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1412 rm -rf conftest*
1413 echo "*** The test program compiled, but did not run. This usually means"
1414 echo "*** that the run-time linker is not finding SDL or finding the wrong"
1415 @@ -1561,7 +1587,7 @@
1416 LIBS="$LIBS $SDL_LIBS"
1417
1418 echo $ac_n "checking for IMG_Load in -lSDL_image""... $ac_c" 1>&6
1419 -echo "configure:1565: checking for IMG_Load in -lSDL_image" >&5
1420 +echo "configure:1591: checking for IMG_Load in -lSDL_image" >&5
1421 ac_lib_var=`echo SDL_image'_'IMG_Load | sed 'y%./+-%__p_%'`
1422 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1423 echo $ac_n "(cached) $ac_c" 1>&6
1424 @@ -1569,7 +1595,7 @@
1425 ac_save_LIBS="$LIBS"
1426 LIBS="-lSDL_image $LIBS"
1427 cat > conftest.$ac_ext <<EOF
1428 -#line 1573 "configure"
1429 +#line 1599 "configure"
1430 #include "confdefs.h"
1431 /* Override any gcc2 internal prototype to avoid an error. */
1432 /* We use char because int might match the return type of a gcc2
1433 @@ -1580,7 +1606,7 @@
1434 IMG_Load()
1435 ; return 0; }
1436 EOF
1437 -if { (eval echo configure:1584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1438 +if { (eval echo configure:1610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1439 rm -rf conftest*
1440 eval "ac_cv_lib_$ac_lib_var=yes"
1441 else
1442 @@ -1799,6 +1825,9 @@
1443 s%@AUTOHEADER@%$AUTOHEADER%g
1444 s%@MAKEINFO@%$MAKEINFO%g
1445 s%@SET_MAKE@%$SET_MAKE%g
1446 +s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
1447 +s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
1448 +s%@MAINT@%$MAINT%g
1449 s%@CXX@%$CXX%g
1450 s%@target@%$target%g
1451 s%@target_alias@%$target_alias%g
1452 --- pipenightdreams-0.10.0.orig/configure.in
1453 +++ pipenightdreams-0.10.0/configure.in
1454 @@ -9,9 +9,9 @@
1455 # archive.
1456
1457 AM_INIT_AUTOMAKE(pipenightdreams, 0.10.0)
1458 +AM_MAINTAINER_MODE
1459 AC_PREFIX_DEFAULT(/usr/local)
1460 AM_CONFIG_HEADER(src/config.h)
1461 -CXXFLAGS="-O2"
1462
1463 # We now have a list of macros which tell autoconf what tools we need to
1464 # build our software, in this case "make", a C++ compiler, and "install".
1465 --- pipenightdreams-0.10.0.orig/aclocal.m4
1466 +++ pipenightdreams-0.10.0/aclocal.m4
1467 @@ -1,4 +1,4 @@
1468 -dnl aclocal.m4 generated automatically by aclocal 1.4-p5
1469 +dnl aclocal.m4 generated automatically by aclocal 1.4-p6
1470
1471 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1472 dnl This file is free software; the Free Software Foundation
1473 @@ -646,7 +646,8 @@
1474 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
1475
1476 AC_DEFUN([AM_INIT_AUTOMAKE],
1477 -[AC_REQUIRE([AC_PROG_INSTALL])
1478 +[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
1479 +AC_REQUIRE([AC_PROG_INSTALL])
1480 PACKAGE=[$1]
1481 AC_SUBST(PACKAGE)
1482 VERSION=[$2]
1483 @@ -662,13 +663,42 @@
1484 AC_REQUIRE([AC_ARG_PROGRAM])
1485 dnl FIXME This is truly gross.
1486 missing_dir=`cd $ac_aux_dir && pwd`
1487 -AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
1488 +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
1489 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
1490 -AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
1491 +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
1492 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
1493 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
1494 AC_REQUIRE([AC_PROG_MAKE_SET])])
1495
1496 +# Copyright 2002 Free Software Foundation, Inc.
1497 +
1498 +# This program is free software; you can redistribute it and/or modify
1499 +# it under the terms of the GNU General Public License as published by
1500 +# the Free Software Foundation; either version 2, or (at your option)
1501 +# any later version.
1502 +
1503 +# This program is distributed in the hope that it will be useful,
1504 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
1505 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1506 +# GNU General Public License for more details.
1507 +
1508 +# You should have received a copy of the GNU General Public License
1509 +# along with this program; if not, write to the Free Software
1510 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
1511 +
1512 +# AM_AUTOMAKE_VERSION(VERSION)
1513 +# ----------------------------
1514 +# Automake X.Y traces this macro to ensure aclocal.m4 has been
1515 +# generated from the m4 files accompanying Automake X.Y.
1516 +AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
1517 +
1518 +# AM_SET_CURRENT_AUTOMAKE_VERSION
1519 +# -------------------------------
1520 +# Call AM_AUTOMAKE_VERSION so it can be traced.
1521 +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
1522 +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
1523 + [AM_AUTOMAKE_VERSION([1.4-p6])])
1524 +
1525 #
1526 # Check to make sure that the build environment is sane.
1527 #
1528 @@ -728,6 +758,39 @@
1529 fi
1530 AC_SUBST($1)])
1531
1532 +# Add --enable-maintainer-mode option to configure.
1533 +# From Jim Meyering
1534 +
1535 +# serial 1
1536 +
1537 +AC_DEFUN([AM_MAINTAINER_MODE],
1538 +[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
1539 + dnl maintainer-mode is disabled by default
1540 + AC_ARG_ENABLE(maintainer-mode,
1541 +[ --enable-maintainer-mode enable make rules and dependencies not useful
1542 + (and sometimes confusing) to the casual installer],
1543 + USE_MAINTAINER_MODE=$enableval,
1544 + USE_MAINTAINER_MODE=no)
1545 + AC_MSG_RESULT($USE_MAINTAINER_MODE)
1546 + AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
1547 + MAINT=$MAINTAINER_MODE_TRUE
1548 + AC_SUBST(MAINT)dnl
1549 +]
1550 +)
1551 +
1552 +# Define a conditional.
1553 +
1554 +AC_DEFUN([AM_CONDITIONAL],
1555 +[AC_SUBST($1_TRUE)
1556 +AC_SUBST($1_FALSE)
1557 +if $2; then
1558 + $1_TRUE=
1559 + $1_FALSE='#'
1560 +else
1561 + $1_TRUE='#'
1562 + $1_FALSE=
1563 +fi])
1564 +
1565 # Like AC_CONFIG_HEADER, but automatically create stamp file.
1566
1567 AC_DEFUN([AM_CONFIG_HEADER],
1568 --- pipenightdreams-0.10.0.orig/levels/Makefile.in
1569 +++ pipenightdreams-0.10.0/levels/Makefile.in
1570 @@ -1,4 +1,4 @@
1571 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1572 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1573
1574 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1575 # This Makefile.in is free software; the Free Software Foundation
1576 @@ -65,6 +65,7 @@
1577 LEX = @LEX@
1578 LIBTOOL = @LIBTOOL@
1579 LN_S = @LN_S@
1580 +MAINT = @MAINT@
1581 MAKEINFO = @MAKEINFO@
1582 NM = @NM@
1583 OBJDUMP = @OBJDUMP@
1584 @@ -88,11 +89,11 @@
1585
1586 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1587
1588 -TAR = gtar
1589 +TAR = tar
1590 GZIP_ENV = --best
1591 all: all-redirect
1592 .SUFFIXES:
1593 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1594 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1595 cd $(top_srcdir) && $(AUTOMAKE) --gnu levels/Makefile
1596
1597 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1598 --- pipenightdreams-0.10.0.orig/images/flow_green/Makefile.in
1599 +++ pipenightdreams-0.10.0/images/flow_green/Makefile.in
1600 @@ -1,4 +1,4 @@
1601 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1602 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1603
1604 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1605 # This Makefile.in is free software; the Free Software Foundation
1606 @@ -65,6 +65,7 @@
1607 LEX = @LEX@
1608 LIBTOOL = @LIBTOOL@
1609 LN_S = @LN_S@
1610 +MAINT = @MAINT@
1611 MAKEINFO = @MAKEINFO@
1612 NM = @NM@
1613 OBJDUMP = @OBJDUMP@
1614 @@ -88,11 +89,11 @@
1615
1616 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1617
1618 -TAR = gtar
1619 +TAR = tar
1620 GZIP_ENV = --best
1621 all: all-redirect
1622 .SUFFIXES:
1623 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1624 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1625 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/flow_green/Makefile
1626
1627 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1628 --- pipenightdreams-0.10.0.orig/images/pipes_metal/Makefile.in
1629 +++ pipenightdreams-0.10.0/images/pipes_metal/Makefile.in
1630 @@ -1,4 +1,4 @@
1631 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1632 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1633
1634 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1635 # This Makefile.in is free software; the Free Software Foundation
1636 @@ -65,6 +65,7 @@
1637 LEX = @LEX@
1638 LIBTOOL = @LIBTOOL@
1639 LN_S = @LN_S@
1640 +MAINT = @MAINT@
1641 MAKEINFO = @MAKEINFO@
1642 NM = @NM@
1643 OBJDUMP = @OBJDUMP@
1644 @@ -88,11 +89,11 @@
1645
1646 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1647
1648 -TAR = gtar
1649 +TAR = tar
1650 GZIP_ENV = --best
1651 all: all-redirect
1652 .SUFFIXES:
1653 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1654 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1655 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_metal/Makefile
1656
1657 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1658 --- pipenightdreams-0.10.0.orig/images/flow_light/Makefile.in
1659 +++ pipenightdreams-0.10.0/images/flow_light/Makefile.in
1660 @@ -1,4 +1,4 @@
1661 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1662 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1663
1664 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1665 # This Makefile.in is free software; the Free Software Foundation
1666 @@ -65,6 +65,7 @@
1667 LEX = @LEX@
1668 LIBTOOL = @LIBTOOL@
1669 LN_S = @LN_S@
1670 +MAINT = @MAINT@
1671 MAKEINFO = @MAKEINFO@
1672 NM = @NM@
1673 OBJDUMP = @OBJDUMP@
1674 @@ -88,11 +89,11 @@
1675
1676 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1677
1678 -TAR = gtar
1679 +TAR = tar
1680 GZIP_ENV = --best
1681 all: all-redirect
1682 .SUFFIXES:
1683 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1684 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1685 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/flow_light/Makefile
1686
1687 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1688 --- pipenightdreams-0.10.0.orig/images/arrows_yellow/Makefile.in
1689 +++ pipenightdreams-0.10.0/images/arrows_yellow/Makefile.in
1690 @@ -1,4 +1,4 @@
1691 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1692 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1693
1694 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1695 # This Makefile.in is free software; the Free Software Foundation
1696 @@ -65,6 +65,7 @@
1697 LEX = @LEX@
1698 LIBTOOL = @LIBTOOL@
1699 LN_S = @LN_S@
1700 +MAINT = @MAINT@
1701 MAKEINFO = @MAKEINFO@
1702 NM = @NM@
1703 OBJDUMP = @OBJDUMP@
1704 @@ -88,11 +89,11 @@
1705
1706 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1707
1708 -TAR = gtar
1709 +TAR = tar
1710 GZIP_ENV = --best
1711 all: all-redirect
1712 .SUFFIXES:
1713 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1714 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1715 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/arrows_yellow/Makefile
1716
1717 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1718 --- pipenightdreams-0.10.0.orig/images/pipes_space/back01/Makefile.in
1719 +++ pipenightdreams-0.10.0/images/pipes_space/back01/Makefile.in
1720 @@ -1,4 +1,4 @@
1721 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1722 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1723
1724 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1725 # This Makefile.in is free software; the Free Software Foundation
1726 @@ -65,6 +65,7 @@
1727 LEX = @LEX@
1728 LIBTOOL = @LIBTOOL@
1729 LN_S = @LN_S@
1730 +MAINT = @MAINT@
1731 MAKEINFO = @MAKEINFO@
1732 NM = @NM@
1733 OBJDUMP = @OBJDUMP@
1734 @@ -88,11 +89,11 @@
1735
1736 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1737
1738 -TAR = gtar
1739 +TAR = tar
1740 GZIP_ENV = --best
1741 all: all-redirect
1742 .SUFFIXES:
1743 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1744 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1745 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/back01/Makefile
1746
1747 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1748 --- pipenightdreams-0.10.0.orig/images/pipes_space/back02/Makefile.in
1749 +++ pipenightdreams-0.10.0/images/pipes_space/back02/Makefile.in
1750 @@ -1,4 +1,4 @@
1751 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1752 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1753
1754 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1755 # This Makefile.in is free software; the Free Software Foundation
1756 @@ -65,6 +65,7 @@
1757 LEX = @LEX@
1758 LIBTOOL = @LIBTOOL@
1759 LN_S = @LN_S@
1760 +MAINT = @MAINT@
1761 MAKEINFO = @MAKEINFO@
1762 NM = @NM@
1763 OBJDUMP = @OBJDUMP@
1764 @@ -88,11 +89,11 @@
1765
1766 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1767
1768 -TAR = gtar
1769 +TAR = tar
1770 GZIP_ENV = --best
1771 all: all-redirect
1772 .SUFFIXES:
1773 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1774 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1775 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/back02/Makefile
1776
1777 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1778 --- pipenightdreams-0.10.0.orig/images/pipes_space/back04/Makefile.in
1779 +++ pipenightdreams-0.10.0/images/pipes_space/back04/Makefile.in
1780 @@ -1,4 +1,4 @@
1781 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1782 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1783
1784 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1785 # This Makefile.in is free software; the Free Software Foundation
1786 @@ -65,6 +65,7 @@
1787 LEX = @LEX@
1788 LIBTOOL = @LIBTOOL@
1789 LN_S = @LN_S@
1790 +MAINT = @MAINT@
1791 MAKEINFO = @MAKEINFO@
1792 NM = @NM@
1793 OBJDUMP = @OBJDUMP@
1794 @@ -88,11 +89,11 @@
1795
1796 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1797
1798 -TAR = gtar
1799 +TAR = tar
1800 GZIP_ENV = --best
1801 all: all-redirect
1802 .SUFFIXES:
1803 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1804 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1805 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/back04/Makefile
1806
1807 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1808 --- pipenightdreams-0.10.0.orig/images/pipes_space/back05/Makefile.in
1809 +++ pipenightdreams-0.10.0/images/pipes_space/back05/Makefile.in
1810 @@ -1,4 +1,4 @@
1811 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1812 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1813
1814 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1815 # This Makefile.in is free software; the Free Software Foundation
1816 @@ -65,6 +65,7 @@
1817 LEX = @LEX@
1818 LIBTOOL = @LIBTOOL@
1819 LN_S = @LN_S@
1820 +MAINT = @MAINT@
1821 MAKEINFO = @MAKEINFO@
1822 NM = @NM@
1823 OBJDUMP = @OBJDUMP@
1824 @@ -88,11 +89,11 @@
1825
1826 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1827
1828 -TAR = gtar
1829 +TAR = tar
1830 GZIP_ENV = --best
1831 all: all-redirect
1832 .SUFFIXES:
1833 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1834 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1835 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/back05/Makefile
1836
1837 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1838 --- pipenightdreams-0.10.0.orig/images/pipes_space/back03/Makefile.in
1839 +++ pipenightdreams-0.10.0/images/pipes_space/back03/Makefile.in
1840 @@ -1,4 +1,4 @@
1841 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1842 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1843
1844 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1845 # This Makefile.in is free software; the Free Software Foundation
1846 @@ -65,6 +65,7 @@
1847 LEX = @LEX@
1848 LIBTOOL = @LIBTOOL@
1849 LN_S = @LN_S@
1850 +MAINT = @MAINT@
1851 MAKEINFO = @MAKEINFO@
1852 NM = @NM@
1853 OBJDUMP = @OBJDUMP@
1854 @@ -88,11 +89,11 @@
1855
1856 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1857
1858 -TAR = gtar
1859 +TAR = tar
1860 GZIP_ENV = --best
1861 all: all-redirect
1862 .SUFFIXES:
1863 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1864 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1865 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/back03/Makefile
1866
1867 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1868 --- pipenightdreams-0.10.0.orig/images/pipes_space/Makefile.in
1869 +++ pipenightdreams-0.10.0/images/pipes_space/Makefile.in
1870 @@ -1,4 +1,4 @@
1871 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1872 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1873
1874 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1875 # This Makefile.in is free software; the Free Software Foundation
1876 @@ -65,6 +65,7 @@
1877 LEX = @LEX@
1878 LIBTOOL = @LIBTOOL@
1879 LN_S = @LN_S@
1880 +MAINT = @MAINT@
1881 MAKEINFO = @MAKEINFO@
1882 NM = @NM@
1883 OBJDUMP = @OBJDUMP@
1884 @@ -90,11 +91,11 @@
1885
1886 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1887
1888 -TAR = gtar
1889 +TAR = tar
1890 GZIP_ENV = --best
1891 all: all-redirect
1892 .SUFFIXES:
1893 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1894 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1895 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/Makefile
1896
1897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1898 @@ -199,7 +200,7 @@
1899 awk ' { files[$$0] = 1; } \
1900 END { for (i in files) print i; }'`; \
1901 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
1902 - || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
1903 + || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
1904
1905 mostlyclean-tags:
1906
1907 --- pipenightdreams-0.10.0.orig/images/default/Makefile.in
1908 +++ pipenightdreams-0.10.0/images/default/Makefile.in
1909 @@ -1,4 +1,4 @@
1910 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1911 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1912
1913 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1914 # This Makefile.in is free software; the Free Software Foundation
1915 @@ -65,6 +65,7 @@
1916 LEX = @LEX@
1917 LIBTOOL = @LIBTOOL@
1918 LN_S = @LN_S@
1919 +MAINT = @MAINT@
1920 MAKEINFO = @MAKEINFO@
1921 NM = @NM@
1922 OBJDUMP = @OBJDUMP@
1923 @@ -88,11 +89,11 @@
1924
1925 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1926
1927 -TAR = gtar
1928 +TAR = tar
1929 GZIP_ENV = --best
1930 all: all-redirect
1931 .SUFFIXES:
1932 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1933 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1934 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/default/Makefile
1935
1936 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1937 --- pipenightdreams-0.10.0.orig/images/flow_blue/Makefile.in
1938 +++ pipenightdreams-0.10.0/images/flow_blue/Makefile.in
1939 @@ -1,4 +1,4 @@
1940 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1941 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1942
1943 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1944 # This Makefile.in is free software; the Free Software Foundation
1945 @@ -65,6 +65,7 @@
1946 LEX = @LEX@
1947 LIBTOOL = @LIBTOOL@
1948 LN_S = @LN_S@
1949 +MAINT = @MAINT@
1950 MAKEINFO = @MAKEINFO@
1951 NM = @NM@
1952 OBJDUMP = @OBJDUMP@
1953 @@ -88,11 +89,11 @@
1954
1955 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1956
1957 -TAR = gtar
1958 +TAR = tar
1959 GZIP_ENV = --best
1960 all: all-redirect
1961 .SUFFIXES:
1962 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1963 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1964 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/flow_blue/Makefile
1965
1966 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1967 --- pipenightdreams-0.10.0.orig/images/Makefile.in
1968 +++ pipenightdreams-0.10.0/images/Makefile.in
1969 @@ -1,4 +1,4 @@
1970 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
1971 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1972
1973 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
1974 # This Makefile.in is free software; the Free Software Foundation
1975 @@ -65,6 +65,7 @@
1976 LEX = @LEX@
1977 LIBTOOL = @LIBTOOL@
1978 LN_S = @LN_S@
1979 +MAINT = @MAINT@
1980 MAKEINFO = @MAKEINFO@
1981 NM = @NM@
1982 OBJDUMP = @OBJDUMP@
1983 @@ -90,11 +91,11 @@
1984
1985 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1986
1987 -TAR = gtar
1988 +TAR = tar
1989 GZIP_ENV = --best
1990 all: all-redirect
1991 .SUFFIXES:
1992 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1993 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1994 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/Makefile
1995
1996 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1997 @@ -199,7 +200,7 @@
1998 awk ' { files[$$0] = 1; } \
1999 END { for (i in files) print i; }'`; \
2000 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
2001 - || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
2002 + || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
2003
2004 mostlyclean-tags:
2005
2006 --- pipenightdreams-0.10.0.orig/images/arrows_grey/Makefile.in
2007 +++ pipenightdreams-0.10.0/images/arrows_grey/Makefile.in
2008 @@ -1,4 +1,4 @@
2009 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2010 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2011
2012 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
2013 # This Makefile.in is free software; the Free Software Foundation
2014 @@ -65,6 +65,7 @@
2015 LEX = @LEX@
2016 LIBTOOL = @LIBTOOL@
2017 LN_S = @LN_S@
2018 +MAINT = @MAINT@
2019 MAKEINFO = @MAKEINFO@
2020 NM = @NM@
2021 OBJDUMP = @OBJDUMP@
2022 @@ -88,11 +89,11 @@
2023
2024 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
2025
2026 -TAR = gtar
2027 +TAR = tar
2028 GZIP_ENV = --best
2029 all: all-redirect
2030 .SUFFIXES:
2031 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
2032 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
2033 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/arrows_grey/Makefile
2034
2035 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
2036 --- pipenightdreams-0.10.0.orig/images/pipes_toys/Makefile.in
2037 +++ pipenightdreams-0.10.0/images/pipes_toys/Makefile.in
2038 @@ -1,4 +1,4 @@
2039 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2040 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2041
2042 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
2043 # This Makefile.in is free software; the Free Software Foundation
2044 @@ -65,6 +65,7 @@
2045 LEX = @LEX@
2046 LIBTOOL = @LIBTOOL@
2047 LN_S = @LN_S@
2048 +MAINT = @MAINT@
2049 MAKEINFO = @MAKEINFO@
2050 NM = @NM@
2051 OBJDUMP = @OBJDUMP@
2052 @@ -88,11 +89,11 @@
2053
2054 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
2055
2056 -TAR = gtar
2057 +TAR = tar
2058 GZIP_ENV = --best
2059 all: all-redirect
2060 .SUFFIXES:
2061 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
2062 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
2063 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_toys/Makefile
2064
2065 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
2066 --- pipenightdreams-0.10.0.orig/images/pipes_cables/Makefile.in
2067 +++ pipenightdreams-0.10.0/images/pipes_cables/Makefile.in
2068 @@ -1,4 +1,4 @@
2069 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2070 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2071
2072 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
2073 # This Makefile.in is free software; the Free Software Foundation
2074 @@ -65,6 +65,7 @@
2075 LEX = @LEX@
2076 LIBTOOL = @LIBTOOL@
2077 LN_S = @LN_S@
2078 +MAINT = @MAINT@
2079 MAKEINFO = @MAKEINFO@
2080 NM = @NM@
2081 OBJDUMP = @OBJDUMP@
2082 @@ -88,11 +89,11 @@
2083
2084 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
2085
2086 -TAR = gtar
2087 +TAR = tar
2088 GZIP_ENV = --best
2089 all: all-redirect
2090 .SUFFIXES:
2091 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
2092 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
2093 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_cables/Makefile
2094
2095 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
2096 --- pipenightdreams-0.10.0.orig/images/pipes_wire/Makefile.in
2097 +++ pipenightdreams-0.10.0/images/pipes_wire/Makefile.in
2098 @@ -1,4 +1,4 @@
2099 -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2100 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2101
2102 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
2103 # This Makefile.in is free software; the Free Software Foundation
2104 @@ -65,6 +65,7 @@
2105 LEX = @LEX@
2106 LIBTOOL = @LIBTOOL@
2107 LN_S = @LN_S@
2108 +MAINT = @MAINT@
2109 MAKEINFO = @MAKEINFO@
2110 NM = @NM@
2111 OBJDUMP = @OBJDUMP@
2112 @@ -88,11 +89,11 @@
2113
2114 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
2115
2116 -TAR = gtar
2117 +TAR = tar
2118 GZIP_ENV = --best
2119 all: all-redirect
2120 .SUFFIXES:
2121 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
2122 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
2123 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_wire/Makefile
2124
2125 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 migrate.patch
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
9089
9190 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9291
93 TAR = tar
92 TAR = gtar
9493 GZIP_ENV = --best
9594 all: all-redirect
9695 .SUFFIXES:
97 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
96 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9897 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/Makefile
9998
10099 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
199198 awk ' { files[$$0] = 1; } \
200199 END { for (i in files) print i; }'`; \
201200 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
202 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
201 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
203202
204203 mostlyclean-tags:
205204
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/arrows_grey/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/arrows_yellow/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/default/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/flow_blue/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/flow_green/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/flow_light/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_cables/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_metal/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
9089
9190 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9291
93 TAR = tar
92 TAR = gtar
9493 GZIP_ENV = --best
9594 all: all-redirect
9695 .SUFFIXES:
97 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
96 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9897 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/Makefile
9998
10099 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
199198 awk ' { files[$$0] = 1; } \
200199 END { for (i in files) print i; }'`; \
201200 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
202 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
201 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
203202
204203 mostlyclean-tags:
205204
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/back01/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/back02/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/back03/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/back04/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_space/back05/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_toys/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu images/pipes_wire/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6464 LEX = @LEX@
6565 LIBTOOL = @LIBTOOL@
6666 LN_S = @LN_S@
67 MAINT = @MAINT@
6867 MAKEINFO = @MAKEINFO@
6968 NM = @NM@
7069 OBJDUMP = @OBJDUMP@
8887
8988 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9089
91 TAR = tar
90 TAR = gtar
9291 GZIP_ENV = --best
9392 all: all-redirect
9493 .SUFFIXES:
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
9695 cd $(top_srcdir) && $(AUTOMAKE) --gnu levels/Makefile
9796
9897 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6666 LEX = @LEX@
6767 LIBTOOL = @LIBTOOL@
6868 LN_S = @LN_S@
69 MAINT = @MAINT@
7069 MAKEINFO = @MAKEINFO@
7170 NM = @NM@
7271 OBJDUMP = @OBJDUMP@
9291
9392 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
9493
95 TAR = tar
94 TAR = gtar
9695 GZIP_ENV = --best
9796 all: all-redirect
9897 .SUFFIXES:
99 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
98 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
10099 cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile
101100
102101 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
00 .TH PIPENIGHTDREAMS 6 "23rd May 2002"
11
22 .SH NAME
3
34 pipenightdreams \- Just another pipe trip (PipeDream clon).
45
56 .SH SYNOPSIS
7
68 \fB pipenightdreams\fP [\--datadir <DATADIR>] [\--fullscreen]
79
810 .SH DESCRIPTION
11
912 \fB pipenightdreams\fP is a PipeDream style game. The objetive of the game is to carry
1013 liquid from some point to the exit using different kinds of pipes. On each level
1114 there is a minimum number of required pipes that should be at least reached for it
4245 .IP HYPER\ BONUS
4346 The green one.
4447
48
4549 .SH OPTIONS
4650 \fB --datadir <CUSTOM DATA DIR> \fP is used when
4751 the data directory is not the default one (\fB /usr/share/games/pipenightdreams\fP
5963 http://www.libsdl.org/projects/pipenightdreams
6064
6165 .SH AUTHORS
66
6267 Waldemar A. Baraldi <baraldi@lacasilla.com.ar>
68
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
0 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
11
22 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
6666 LEX = @LEX@
6767 LIBTOOL = @LIBTOOL@
6868 LN_S = @LN_S@
69 MAINT = @MAINT@
7069 MAKEINFO = @MAKEINFO@
7170 NM = @NM@
7271 OBJDUMP = @OBJDUMP@
118117
119118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120119
121 TAR = tar
120 TAR = gtar
122121 GZIP_ENV = --best
123122 DEP_FILES = .deps/board.P .deps/canvas.P .deps/cross.P \
124123 .deps/elbowdownleft.P .deps/elbowdownright.P .deps/elbowupleft.P \
137136 all: all-redirect
138137 .SUFFIXES:
139138 .SUFFIXES: .S .c .cc .cpp .ll .o .s
140 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
139 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
141140 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
142141
143142 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
155154 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
156155 $(SHELL) ./config.status
157156 @echo timestamp > stamp-h 2> /dev/null
158 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
157 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
159158 @if test ! -f $@; then \
160159 rm -f $(srcdir)/stamp-h.in; \
161160 $(MAKE) $(srcdir)/stamp-h.in; \
242241 awk ' { files[$$0] = 1; } \
243242 END { for (i in files) print i; }'`; \
244243 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
245 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
244 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
246245
247246 mostlyclean-tags:
248247
382381 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
383382
384383 maintainer-clean-generic:
385 -test -z "levelcc" || rm -f levelcc
384 -test -z "levelll" || rm -f levelll
386385 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
387386 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
388387 mostlyclean-generic
0 /* src/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
0 /* src/config.h.in. Generated automatically from configure.in by autoheader. */
11
22 /* Define if lex declares yytext as a char * by default, not a char[]. */
33 #undef YYTEXT_POINTER
3939 lista_streams->remove(lista_streams->indexOf(s));
4040 }
4141
42 void EventManager::pumpEvents(bool wait){
42 void EventManager::pumpEvents(bool wait=false){
4343 SDL_Event event;
4444 Index * stream;
4545 bool got=false;
4343 if (pixels) free(pixels);
4444 }
4545
46 void Graphic::setAlpha(char value){
46 void Graphic::setAlpha(char value=OPAQUE){
4747 SDL_SetAlpha(surface, SDL_SRCALPHA, value);
4848 }
4949
50 void Graphic::enableClipping(bool flag){
50 void Graphic::enableClipping(bool flag=true){
5151
5252 if (flag){
5353 SDL_Rect rect;
6767 clip_height=height;
6868 }
6969
70 void Graphic::flip(Axis a){
70 void Graphic::flip(Axis a=HAxis){
7171 if (surface){
7272 if (SDL_MUSTLOCK(surface))
7373 if (SDL_LockSurface(surface)<0) return;
5454 return(sum % nbuckets);
5555 }
5656
57 Hash::Hash(int bs){
57 Hash::Hash(int bs=256){
5858 int i;
5959 nbuckets=bs;
60 lbuckets=new List *[nbuckets];
60 lbuckets=new (List *)[nbuckets];
6161
6262 for (i=0;i<nbuckets;i++)
6363 lbuckets[i]=new List();
9898 return NotAdded;
9999 }
100100
101 Hash::Result Hash::remove(Str * str, bool del){
101 Hash::Result Hash::remove(Str * str, bool del=false){
102102 if (str){
103103 Index * i;
104104 List * list=lbuckets[function(str)];
134134 return NULL;
135135 }
136136
137 void Hash::empty(bool del){
137 void Hash::empty(bool del=true){
138138 int i;
139139 List * list;
140140 for (i=0;i<nbuckets;i++){
1818 #include "SDL_image.h"
1919 #include <stdio.h>
2020
21 Image::Image(Str * filename):Graphic(){
21 Image::Image(Str * filename=NULL):Graphic(){
2222 if (filename) load(filename);
2323 }
2424
9292 #define INVALID 100
9393
9494 int nline;
95
96 int Level::load(Str * filename){
97 YY_FLUSH_BUFFER;
98 nline=1;
99 if (!(yyin=fopen(filename->get(), "r"))){
100 delete filename;
101 return 1;
102 }
103 delete filename;
104 level();
105 fclose(yyin);
106 if (error) return -1;
107 return 0;
108 }
10995 %}
11096
11197 %option noyywrap
612598 }else printError(new Str("'pipenightdreams' not found"));
613599 }
614600
601 int Level::load(Str * filename){
602 YY_FLUSH_BUFFER;
603 nline=1;
604 if (!(yyin=fopen(filename->get(), "r"))){
605 delete filename;
606 return 1;
607 }
608 delete filename;
609 level();
610 fclose(yyin);
611 if (error) return -1;
612 return 0;
613 }
614
124124 return (insert(indexOf(i), obj));
125125 }
126126
127 List::Result List::remove(Index * index, bool del){
127 List::Result List::remove(Index * index, bool del=false){
128128 if (isEmpty()) return EmptyList;
129129 if (!index) return NullIndex;
130130
154154 return Removed;
155155 }
156156
157 void List::empty(bool del){
157 void List::empty(bool del=true){
158158 while (!isEmpty())
159159 remove(getFirst(), del);
160160 }
3535 if (data_dir) delete data_dir;
3636 data_dir=new Str(argv[++i]);
3737 }else
38 if (!strcmp("--level", argv[i])) {
39 level = atoi(argv[++i]);
40 } else if (!strcmp("--fullscreen", argv[i]))
38 if (!strcmp("--fullscreen", argv[i]))
4139 fullscreen=true;
4240 else{
43 printf("Invalid Data Dir\nUse pipenightdreams [--datadir <DATA DIR>] [--fullscreen] [--level <level>]\n");
41 printf("Invalid Data Dir\nUse pipenightdreams [--datadir <DATA DIR>] [--fullscreen]\n");
4442 printf("Using default: %s\n", GAME_DATADIR);
4543 }
4644 i++;
4242 return !(full_level>0) && !fixed;
4343 }
4444
45 void Pipe::setFixed(bool flag){
45 void Pipe::setFixed(bool flag=true){
4646 fixed=flag;
4747 }
4848
49 void Pipe::setBonus(Bonus bonus){
49 void Pipe::setBonus(Bonus bonus=NormalBonus){
5050 this->bonus=bonus;
5151 }
5252
9898 switch (error){
9999 case 1:{
100100 showFinal();
101 game_over=true;
102101 break;
103102 }
104103 case -1:{
162162 queue->paint(vm);
163163 }
164164
165 void Player::setRestrictionCoef(unsigned int coef){
166 queue->setRestrictionCoef(coef);
167 }
168
169 void Player::setFixedCoef(unsigned int coef){
170 queue->setFixedCoef(coef);
171 }
172
165173 void Player::tick(){
166174 score->tick();
167175
4646 void setStartRowColumn(int row, int column);
4747 void setBoard(Board * bd);
4848
49 inline void setRestrictionCoef(unsigned int coef){
50 queue->setRestrictionCoef(coef);
51 }
52
53 inline void setFixedCoef(unsigned int coef){
54 queue->setFixedCoef(coef);
55 }
49 inline void setRestrictionCoef(unsigned int coef);
50 inline void setFixedCoef(unsigned int coef);
5651
5752 void incLives();
5853 void decLives();
1616
1717 #include "pointer.h"
1818
19 Pointer::Pointer(int row, int column){
19 Pointer::Pointer(int row=0, int column=0){
2020 this->row=row;
2121 this->column=column;
2222 this->moved_flag=true;
2323 }
2424
2525 Pointer::~Pointer(){ delete image_name;}
26
27 void Pointer::setRow(int row){
28 this->row=row;
29 }
30
31 void Pointer::setColumn(int column){
32 this->column=column;
33 }
34
35 void Pointer::setRowColumn(int row, int column){
36 this->row=row;
37 this->column=column;
38 }
39
40 void Pointer::setMoved(bool flag){
41 moved_flag=flag;
42 }
43
44 bool Pointer::moved(){
45 return moved_flag;
46 }
2647
2748 int Pointer::getRow(){
2849 return row;
4242
4343 friend class Board;
4444
45 inline void setRow(int row){
46 this->row=row;
47 }
48
49 inline void setColumn(int column){
50 this->column=column;
51 }
52
53 inline void setRowColumn(int row, int column){
54 this->row=row;
55 this->column=column;
56 }
57
58 inline void setMoved(bool flag){
59 moved_flag=flag;
60 }
61
62 inline bool moved(){
63 return moved_flag;
64 }
65
45 inline void setRow(int row);
46 inline void setColumn(int column);
47 inline void setRowColumn(int row, int column);
48 inline void setMoved(bool flag);
49 inline bool moved();
6650
6751 Str * image_name;
6852 Image * ima;
1717 #include "score.h"
1818 #include <math.h>
1919
20 Score::Score(int value){
20 Score::Score(int value=0){
2121 this->value=value;
2222 delta=0;
2323 changed=true;
1010
1111 const char Str::nul = '\0';
1212
13 Str::Str(const char * string){
13 Str::Str(const char * string=NULL){
1414 s=NULL;
1515 set(string);
1616 }
2424 if (s) delete[] s;
2525 }
2626
27 void Str::set(const char * string){
27 void Str::set(const char * string=NULL){
2828 if (s) delete[] s;
2929 if (string){
3030 s=new char[strlen(string)+1];
7070 return (strlen(s));
7171 }
7272
73 bool Str::isEqual(Str * str, bool case_sensitive){
73 bool Str::isEqual(Str * str, bool case_sensitive = true){
7474 if (case_sensitive){
7575 return (!strcmp(s, str->s));
7676 }