~ubuntu-branches/ubuntu/hoary/dopewars/hoary

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael D. Ivey
  • Date: 2002-02-28 22:37:52 UTC
  • Revision ID: james.westby@ubuntu.com-20020228223752-ctdnv7rrg4rp7vrw
Tags: 1.5.3-4
* Added patch to fix high score conversion problem on PPC (Closes: #136203)
* Added patch to fix 'Run Away' crashes on PPC (Closes: #136242)
* Thanks to Brian Campbell for both patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
1
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
2
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
4
# This Makefile.in is free software; the Free Software Foundation
5
5
# gives unlimited permission to copy and/or distribute it,
6
6
# with or without modifications, as long as this notice is preserved.
111
111
missing mkinstalldirs
112
112
 
113
113
 
114
 
TAR = gtar
 
114
TAR = tar
115
115
GZIP_ENV = --best
116
116
all: all-redirect
117
117
.SUFFIXES:
125
125
$(ACLOCAL_M4):  configure.in 
126
126
        cd $(srcdir) && $(ACLOCAL)
127
127
 
128
 
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
128
config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
129
129
        $(SHELL) ./config.status --recheck
130
130
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
131
131
        cd $(srcdir) && $(AUTOCONF)
194
194
        dot_seen=no; \
195
195
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
196
196
          rev="$$subdir $$rev"; \
197
 
          test "$$subdir" != "." || dot_seen=yes; \
 
197
          test "$$subdir" = "." && dot_seen=yes; \
198
198
        done; \
199
199
        test "$$dot_seen" = "no" && rev=". $$rev"; \
200
200
        target=`echo $@ | sed s/-recursive//`; \
391
391
        @chgrp games ${SCORE} || chgrp wheel ${SCORE} || \
392
392
          echo "Unable to change group ownership of the high score file"
393
393
        chmod 0660 ${SCORE}
394
 
        src/dopewars -C ${SCORE}
 
394
# modified for Debian GNU/Linux ... handle this in postinst
 
395
#       src/dopewars -C ${SCORE}
395
396
        ${mkinstalldirs} ${DESKTOPDIR}
396
397
        ${INSTALL} -m 0644 ${DESKTOP} ${DESKTOPDIR}
397
398