forked from adoptware/pinball
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import: http://pastefile.com/uploads/gnu.tar.gz [Ben Asselstine]
- Loading branch information
Showing
41 changed files
with
27,965 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,3 +102,6 @@ conftest.c | |
conftest.err | ||
conftest.cpp | ||
conf*/ | ||
|
||
debian/*.substvars | ||
debian/*-snapshot/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
AUTOMAKE_OPTIONS = gnu | ||
|
||
highscoredir = $(DESTDIR)/$(EM_BUILD_ROOT)/$(EM_HIGHSCORE_DIR)/gnu | ||
|
||
gnulibdir = $(EM_LIBDIR) | ||
gnudatadir = $(datadir)/pinball/gnu | ||
|
||
gnulib_LTLIBRARIES = libModuleGnu.la | ||
|
||
INCLUDES = -I../../base -I.../../addon -I../../src | ||
|
||
libModuleGnu_la_LDFLAGS = -module | ||
libModuleGnu_la_SOURCES = ModuleGnu.cpp | ||
|
||
gnudata_DATA = \ | ||
bump.ogg \ | ||
bumpsoft.wav \ | ||
nudge.wav \ | ||
shoot.ogg \ | ||
flip2b.ogg \ | ||
flip2br.ogg \ | ||
lock.ogg \ | ||
gnu_letter.ogg \ | ||
gnu_all.ogg \ | ||
multiball.wav \ | ||
gplv1.ogg \ | ||
gplv2.ogg \ | ||
gplv3.ogg \ | ||
freedom0.ogg \ | ||
freedom1.ogg \ | ||
freedom2.ogg \ | ||
freedom3.ogg \ | ||
freeball.ogg \ | ||
free_letter.ogg \ | ||
free_all.ogg \ | ||
knockdown.ogg \ | ||
reset_knockdowns.ogg \ | ||
raise-stopper.ogg \ | ||
plunger.wav \ | ||
music.ogg \ | ||
pinball.pbl \ | ||
gnu.png \ | ||
gnu2b.png \ | ||
tiles.png \ | ||
tiles2.png \ | ||
tiles3.png | ||
#music is Subvulture_-_The_Money_Ran_Out__Rudy, from jamendo. CC by sa. | ||
|
||
# This will create a new empty highscores file | ||
# NOTE! The user games must exist! | ||
install-data-hook: | ||
-mkdir -p $(highscoredir) # - if not root #!rzr | ||
-touch $(highscoredir)/highscores | ||
-if test `whoami` = root; then chown games $(highscoredir)/highscores; fi | ||
-if test `whoami` = root; then chgrp games $(highscoredir)/highscores; fi | ||
-chmod 666 $(highscoredir)/highscores | ||
|
||
EXTRA_DIST = $(gnudata_DATA) |
Oops, something went wrong.
b6ba545
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes have been extracted and relocated at:
https://github.com/rzr/pinball-table-gnu
Feel free to see if this change can be reverted or if later changes can be upstreamed to the gnu table project
Relate-to: adoptware#15