1
# Makefile.in generated automatically by automake 1.4-p1 from Makefile.am
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
# This Makefile.in is free software; the Free Software Foundation
5
# gives unlimited permission to copy and/or distribute it,
6
# with or without modifications, as long as this notice is preserved.
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17
top_srcdir = @top_srcdir@
20
exec_prefix = @exec_prefix@
24
libexecdir = @libexecdir@
26
sysconfdir = @sysconfdir@
27
sharedstatedir = @sharedstatedir@
28
localstatedir = @localstatedir@
32
includedir = @includedir@
33
oldincludedir = /usr/include
37
pkgdatadir = $(datadir)/@PACKAGE@
38
pkglibdir = $(libdir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
46
AUTOHEADER = @AUTOHEADER@
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = @INSTALL_DATA@
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
transform = @program_transform_name@
60
host_alias = @host_alias@
63
BUILD_GUILE = @BUILD_GUILE@
64
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
66
CATOBJEXT = @CATOBJEXT@
70
CURSES_INCLUDEDIR = @CURSES_INCLUDEDIR@
71
CURSES_LIBS = @CURSES_LIBS@
73
DATADIRNAME = @DATADIRNAME@
77
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
78
GDK_PIXBUF_CONFIG = @GDK_PIXBUF_CONFIG@
79
GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
83
GNOMEGNORBA_LIBS = @GNOMEGNORBA_LIBS@
84
GNOMEUI_LIBS = @GNOMEUI_LIBS@
85
GNOME_APPLETS_LIBS = @GNOME_APPLETS_LIBS@
86
GNOME_CAPPLET_LIBS = @GNOME_CAPPLET_LIBS@
87
GNOME_CONFIG = @GNOME_CONFIG@
88
GNOME_DOCKLETS_LIBS = @GNOME_DOCKLETS_LIBS@
89
GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
90
GNOME_LIBDIR = @GNOME_LIBDIR@
91
GNOME_LIBS = @GNOME_LIBS@
92
GNORBA_CFLAGS = @GNORBA_CFLAGS@
93
GNORBA_LIBS = @GNORBA_LIBS@
94
GTKXMHTML_LIBS = @GTKXMHTML_LIBS@
95
GTK_CFLAGS = @GTK_CFLAGS@
96
GTK_CONFIG = @GTK_CONFIG@
100
GUILE_INCS = @GUILE_INCS@
101
GUILE_LIBS = @GUILE_LIBS@
102
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
103
INSTOBJEXT = @INSTOBJEXT@
104
INTLDEPS = @INTLDEPS@
105
INTLLIBS = @INTLLIBS@
106
INTLOBJS = @INTLOBJS@
111
MAKEINFO = @MAKEINFO@
112
MKINSTALLDIRS = @MKINSTALLDIRS@
115
ORBIT_CFLAGS = @ORBIT_CFLAGS@
116
ORBIT_CONFIG = @ORBIT_CONFIG@
117
ORBIT_IDL = @ORBIT_IDL@
118
ORBIT_LIBS = @ORBIT_LIBS@
122
PTHREAD_LIB = @PTHREAD_LIB@
123
QTTHREADS_LIB = @QTTHREADS_LIB@
125
READLINE_LIB = @READLINE_LIB@
126
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
127
SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
129
TERMCAP_LIB = @TERMCAP_LIB@
130
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
133
XPM_LIBS = @XPM_LIBS@
134
ZVT_LIBS = @ZVT_LIBS@
137
pixmapdir = $(datadir)/pixmaps/gnibbles
138
configdir = $(datadir)/gnibbles
139
icondir = $(datadir)/pixmaps
140
soundlistdir = $(sysconfdir)/sound/events
141
Gamesdir = $(datadir)/gnome/apps/Games
142
scoredir = $(localstatedir)/games
144
INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) $(GDK_PIXBUF_CFLAGS)
147
bin_PROGRAMS = gnibbles
149
icon_DATA = gnome-nibbles.png
151
gnibbles_SOURCES = bonus.h bonus.c boni.h boni.c warp.h warp.c warpmanager.h warpmanager.c worm.h worm.c gnibbles.h gnibbles.c properties.h properties.c preferences.h preferences.c scoreboard.h scoreboard.c main.c main.h
154
gnibbles_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(GDK_PIXBUF_LIBS) $(INTLLIBS)
157
pixmap_DATA = gnibbles.png gnibbles-logo.png
160
config_DATA = level001.gnl level002.gnl level003.gnl level004.gnl level005.gnl level006.gnl level007.gnl level008.gnl level009.gnl level010.gnl level011.gnl level012.gnl level013.gnl level014.gnl level015.gnl level016.gnl level017.gnl level018.gnl level019.gnl level020.gnl level021.gnl level022.gnl level023.gnl level024.gnl level025.gnl level026.gnl
163
Games_DATA = gnibbles.desktop
165
soundlist_DATA = gnibbles.soundlist
167
EXTRA_DIST = $(pixmap_DATA) $(Games_DATA) $(config_DATA) $(soundlist_DATA) $(icon_DATA)
170
#EXTRA_DIST = README \
173
# gnobots2.soundlist \
177
SUBDIRS = sounds help
178
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
179
CONFIG_HEADER = ../config.h
181
bin_PROGRAMS = gnibbles$(EXEEXT)
182
PROGRAMS = $(bin_PROGRAMS)
185
DEFS = @DEFS@ -I. -I$(srcdir) -I..
187
gnibbles_OBJECTS = bonus.$(OBJEXT) boni.$(OBJEXT) warp.$(OBJEXT) \
188
warpmanager.$(OBJEXT) worm.$(OBJEXT) gnibbles.$(OBJEXT) \
189
properties.$(OBJEXT) preferences.$(OBJEXT) scoreboard.$(OBJEXT) \
191
gnibbles_DEPENDENCIES =
193
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
194
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
196
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
197
DATA = $(Games_DATA) $(config_DATA) $(icon_DATA) $(pixmap_DATA) \
200
DIST_COMMON = AUTHORS ChangeLog Makefile.am Makefile.in
203
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
207
SOURCES = $(gnibbles_SOURCES)
208
OBJECTS = $(gnibbles_OBJECTS)
212
.SUFFIXES: .S .c .lo .o .obj .s
213
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
214
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps gnibbles/Makefile
216
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
218
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
221
mostlyclean-binPROGRAMS:
224
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
226
distclean-binPROGRAMS:
228
maintainer-clean-binPROGRAMS:
230
install-binPROGRAMS: $(bin_PROGRAMS)
232
$(mkinstalldirs) $(DESTDIR)$(bindir)
233
@list='$(bin_PROGRAMS)'; for p in $$list; do \
234
if test -f $$p; then \
235
echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
236
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
240
uninstall-binPROGRAMS:
242
list='$(bin_PROGRAMS)'; for p in $$list; do \
243
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
249
# FIXME: We should only use cygpath when building on Windows,
250
# and only if it is available.
252
$(COMPILE) -c `cygpath -w $<`
261
-rm -f *.o core *.core
269
maintainer-clean-compile:
272
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
275
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
278
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
288
maintainer-clean-libtool:
290
gnibbles$(EXEEXT): $(gnibbles_OBJECTS) $(gnibbles_DEPENDENCIES)
291
@rm -f gnibbles$(EXEEXT)
292
$(LINK) $(gnibbles_LDFLAGS) $(gnibbles_OBJECTS) $(gnibbles_LDADD) $(LIBS)
294
install-GamesDATA: $(Games_DATA)
296
$(mkinstalldirs) $(DESTDIR)$(Gamesdir)
297
@list='$(Games_DATA)'; for p in $$list; do \
298
if test -f $(srcdir)/$$p; then \
299
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Gamesdir)/$$p"; \
300
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Gamesdir)/$$p; \
301
else if test -f $$p; then \
302
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(Gamesdir)/$$p"; \
303
$(INSTALL_DATA) $$p $(DESTDIR)$(Gamesdir)/$$p; \
309
list='$(Games_DATA)'; for p in $$list; do \
310
rm -f $(DESTDIR)$(Gamesdir)/$$p; \
313
install-configDATA: $(config_DATA)
315
$(mkinstalldirs) $(DESTDIR)$(configdir)
316
@list='$(config_DATA)'; for p in $$list; do \
317
if test -f $(srcdir)/$$p; then \
318
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(configdir)/$$p"; \
319
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(configdir)/$$p; \
320
else if test -f $$p; then \
321
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(configdir)/$$p"; \
322
$(INSTALL_DATA) $$p $(DESTDIR)$(configdir)/$$p; \
326
uninstall-configDATA:
328
list='$(config_DATA)'; for p in $$list; do \
329
rm -f $(DESTDIR)$(configdir)/$$p; \
332
install-iconDATA: $(icon_DATA)
334
$(mkinstalldirs) $(DESTDIR)$(icondir)
335
@list='$(icon_DATA)'; for p in $$list; do \
336
if test -f $(srcdir)/$$p; then \
337
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(icondir)/$$p"; \
338
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(icondir)/$$p; \
339
else if test -f $$p; then \
340
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(icondir)/$$p"; \
341
$(INSTALL_DATA) $$p $(DESTDIR)$(icondir)/$$p; \
347
list='$(icon_DATA)'; for p in $$list; do \
348
rm -f $(DESTDIR)$(icondir)/$$p; \
351
install-pixmapDATA: $(pixmap_DATA)
353
$(mkinstalldirs) $(DESTDIR)$(pixmapdir)
354
@list='$(pixmap_DATA)'; for p in $$list; do \
355
if test -f $(srcdir)/$$p; then \
356
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pixmapdir)/$$p"; \
357
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pixmapdir)/$$p; \
358
else if test -f $$p; then \
359
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pixmapdir)/$$p"; \
360
$(INSTALL_DATA) $$p $(DESTDIR)$(pixmapdir)/$$p; \
364
uninstall-pixmapDATA:
366
list='$(pixmap_DATA)'; for p in $$list; do \
367
rm -f $(DESTDIR)$(pixmapdir)/$$p; \
370
install-soundlistDATA: $(soundlist_DATA)
372
$(mkinstalldirs) $(DESTDIR)$(soundlistdir)
373
@list='$(soundlist_DATA)'; for p in $$list; do \
374
if test -f $(srcdir)/$$p; then \
375
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(soundlistdir)/$$p"; \
376
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(soundlistdir)/$$p; \
377
else if test -f $$p; then \
378
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(soundlistdir)/$$p"; \
379
$(INSTALL_DATA) $$p $(DESTDIR)$(soundlistdir)/$$p; \
383
uninstall-soundlistDATA:
385
list='$(soundlist_DATA)'; for p in $$list; do \
386
rm -f $(DESTDIR)$(soundlistdir)/$$p; \
389
# This directory's subdirectories are mostly independent; you can cd
390
# into them and run `make' without going through this Makefile.
391
# To change the values of `make' variables: instead of editing Makefiles,
392
# (1) if the variable is set in `config.status', edit `config.status'
393
# (which will cause the Makefiles to be regenerated when you run `make');
394
# (2) otherwise, pass the desired values on the `make' command line.
398
all-recursive install-data-recursive install-exec-recursive \
399
installdirs-recursive install-recursive uninstall-recursive \
400
check-recursive installcheck-recursive info-recursive dvi-recursive:
401
@set fnord $(MAKEFLAGS); amf=$$2; \
403
target=`echo $@ | sed s/-recursive//`; \
404
list='$(SUBDIRS)'; for subdir in $$list; do \
405
echo "Making $$target in $$subdir"; \
406
if test "$$subdir" = "."; then \
408
local_target="$$target-am"; \
410
local_target="$$target"; \
412
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
413
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
415
if test "$$dot_seen" = "no"; then \
416
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
419
mostlyclean-recursive clean-recursive distclean-recursive \
420
maintainer-clean-recursive:
421
@set fnord $(MAKEFLAGS); amf=$$2; \
423
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
424
rev="$$subdir $$rev"; \
425
test "$$subdir" = "." && dot_seen=yes; \
427
test "$$dot_seen" = "no" && rev=". $$rev"; \
428
target=`echo $@ | sed s/-recursive//`; \
429
for subdir in $$rev; do \
430
echo "Making $$target in $$subdir"; \
431
if test "$$subdir" = "."; then \
432
local_target="$$target-am"; \
434
local_target="$$target"; \
436
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
437
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
438
done && test -z "$$fail"
440
list='$(SUBDIRS)'; for subdir in $$list; do \
441
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
446
ID: $(HEADERS) $(SOURCES) $(LISP)
447
list='$(SOURCES) $(HEADERS)'; \
448
unique=`for i in $$list; do echo $$i; done | \
449
awk ' { files[$$0] = 1; } \
450
END { for (i in files) print i; }'`; \
451
here=`pwd` && cd $(srcdir) \
452
&& mkid -f$$here/ID $$unique $(LISP)
454
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
457
list='$(SUBDIRS)'; for subdir in $$list; do \
458
if test "$$subdir" = .; then :; else \
459
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
462
list='$(SOURCES) $(HEADERS)'; \
463
unique=`for i in $$list; do echo $$i; done | \
464
awk ' { files[$$0] = 1; } \
465
END { for (i in files) print i; }'`; \
466
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
467
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
476
maintainer-clean-tags:
478
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
482
distdir: $(DISTFILES)
483
@for file in $(DISTFILES); do \
485
if test -d $$d/$$file; then \
486
cp -pr $$d/$$file $(distdir)/$$file; \
488
test -f $(distdir)/$$file \
489
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
490
|| cp -p $$d/$$file $(distdir)/$$file || :; \
493
for subdir in $(SUBDIRS); do \
494
if test "$$subdir" = .; then :; else \
495
test -d $(distdir)/$$subdir \
496
|| mkdir $(distdir)/$$subdir \
498
chmod 777 $(distdir)/$$subdir; \
499
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
503
boni.o: boni.c ../config.h gnibbles.h bonus.h boni.h
504
bonus.o: bonus.c ../config.h gnibbles.h bonus.h
505
gnibbles.o: gnibbles.c ../config.h gnibbles.h worm.h boni.h bonus.h \
506
warpmanager.h warp.h properties.h scoreboard.h
507
main.o: main.c ../config.h properties.h gnibbles.h worm.h bonus.h boni.h \
508
preferences.h scoreboard.h
509
preferences.o: preferences.c preferences.h ../config.h properties.h \
510
gnibbles.h ../gnobots2/keylabels.h main.h
511
properties.o: properties.c ../config.h properties.h gnibbles.h
512
scoreboard.o: scoreboard.c ../config.h gnibbles.h scoreboard.h worm.h
513
warpmanager.o: warpmanager.c ../config.h gnibbles.h warp.h warpmanager.h \
514
worm.h boni.h bonus.h
515
warp.o: warp.c ../config.h gnibbles.h warp.h
516
worm.o: worm.c worm.h ../config.h gnibbles.h boni.h bonus.h \
517
warpmanager.h warp.h properties.h
524
check: check-recursive
526
installcheck: installcheck-recursive
527
install-exec-am: install-binPROGRAMS
528
install-exec: install-exec-recursive
530
install-data-am: install-GamesDATA install-configDATA install-iconDATA \
531
install-pixmapDATA install-soundlistDATA \
533
install-data: install-data-recursive
536
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
537
install: install-recursive
538
uninstall-am: uninstall-binPROGRAMS uninstall-GamesDATA \
539
uninstall-configDATA uninstall-iconDATA \
540
uninstall-pixmapDATA uninstall-soundlistDATA
541
uninstall: uninstall-recursive
542
all-am: Makefile $(PROGRAMS) $(DATA)
543
all-redirect: all-recursive
545
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
546
installdirs: installdirs-recursive
548
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(Gamesdir) \
549
$(DESTDIR)$(configdir) $(DESTDIR)$(icondir) \
550
$(DESTDIR)$(pixmapdir) $(DESTDIR)$(soundlistdir)
558
-rm -f Makefile $(CONFIG_CLEAN_FILES)
559
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
561
maintainer-clean-generic:
562
mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
563
mostlyclean-libtool mostlyclean-tags \
566
mostlyclean: mostlyclean-recursive
568
clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
569
clean-generic mostlyclean-am
571
clean: clean-recursive
573
distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \
574
distclean-tags distclean-generic clean-am
577
distclean: distclean-recursive
579
maintainer-clean-am: maintainer-clean-binPROGRAMS \
580
maintainer-clean-compile maintainer-clean-libtool \
581
maintainer-clean-tags maintainer-clean-generic \
583
@echo "This command is intended for maintainers to use;"
584
@echo "it deletes files that may require special tools to rebuild."
586
maintainer-clean: maintainer-clean-recursive
588
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
589
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
590
mostlyclean-compile distclean-compile clean-compile \
591
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
592
clean-libtool maintainer-clean-libtool uninstall-GamesDATA \
593
install-GamesDATA uninstall-configDATA install-configDATA \
594
uninstall-iconDATA install-iconDATA uninstall-pixmapDATA \
595
install-pixmapDATA uninstall-soundlistDATA install-soundlistDATA \
596
install-data-recursive uninstall-data-recursive install-exec-recursive \
597
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
598
all-recursive check-recursive installcheck-recursive info-recursive \
599
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
600
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
601
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
602
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
603
install-exec install-data-local install-data-am install-data install-am \
604
install uninstall-am uninstall all-redirect all-am all installdirs-am \
605
installdirs mostlyclean-generic distclean-generic clean-generic \
606
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
610
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
611
-touch $(DESTDIR)$(scoredir)/gnibbles.4.0.scores
612
-chown games.games $(DESTDIR)$(scoredir)/gnibbles.4.0.scores
613
-chmod 664 $(DESTDIR)$(scoredir)/gnibbles.4.0.scores
614
-touch $(DESTDIR)$(scoredir)/gnibbles.3.0.scores
615
-chown games.games $(DESTDIR)$(scoredir)/gnibbles.3.0.scores
616
-chmod 664 $(DESTDIR)$(scoredir)/gnibbles.3.0.scores
617
-touch $(DESTDIR)$(scoredir)/gnibbles.2.0.scores
618
-chown games.games $(DESTDIR)$(scoredir)/gnibbles.2.0.scores
619
-chmod 664 $(DESTDIR)$(scoredir)/gnibbles.2.0.scores
620
-touch $(DESTDIR)$(scoredir)/gnibbles.1.0.scores
621
-chown games.games $(DESTDIR)$(scoredir)/gnibbles.1.0.scores
622
-chmod 664 $(DESTDIR)$(scoredir)/gnibbles.1.0.scores
623
-touch $(DESTDIR)$(scoredir)/gnibbles.4.1.scores
624
-chown games.games $(DESTDIR)$(scoredir)/gnibbles.4.1.scores
625
-chmod 664 $(DESTDIR)$(scoredir)/gnibbles.4.1.scores
626
-touch $(DESTDIR)$(scoredir)/gnibbles.3.1.scores
627
-chown games.games $(DESTDIR)$(scoredir)/gnibbles.3.1.scores
628
-chmod 664 $(DESTDIR)$(scoredir)/gnibbles.3.1.scores
629
-touch $(DESTDIR)$(scoredir)/gnibbles.2.1.scores
630
-chown games.games $(DESTDIR)$(scoredir)/gnibbles.2.1.scores
631
-chmod 664 $(DESTDIR)$(scoredir)/gnibbles.2.1.scores
632
-touch $(DESTDIR)$(scoredir)/gnibbles.1.1.scores
633
-chown games.games $(DESTDIR)$(scoredir)/gnibbles.1.1.scores
634
-chmod 664 $(DESTDIR)$(scoredir)/gnibbles.1.1.scores
635
-chgrp games $(DESTDIR)$(bindir)/gnibbles && chmod 2111 $(DESTDIR)$(bindir)/gnibbles
637
# Tell versions [3.59,3.63) of GNU make to not export all variables.
638
# Otherwise a system limit (for SysV at least) may be exceeded.