Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
7755315b
Commit
7755315b
authored
Feb 16, 2011
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed SDL_revision.h dependencies
parent
9f536cb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile.in
Makefile.in
+3
-3
No files found.
Makefile.in
View file @
7755315b
...
@@ -93,7 +93,7 @@ LT_RELEASE = @LT_RELEASE@
...
@@ -93,7 +93,7 @@ LT_RELEASE = @LT_RELEASE@
LT_REVISION
=
@LT_REVISION@
LT_REVISION
=
@LT_REVISION@
LT_LDFLAGS
=
-no-undefined
-rpath
$(DESTDIR)$(libdir)
-release
$(LT_RELEASE)
-version-info
$(LT_CURRENT)
:
$(LT_REVISION)
:
$(LT_AGE)
LT_LDFLAGS
=
-no-undefined
-rpath
$(DESTDIR)$(libdir)
-release
$(LT_RELEASE)
-version-info
$(LT_CURRENT)
:
$(LT_REVISION)
:
$(LT_AGE)
all
:
$(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET)
all
:
$(srcdir)/configure Makefile
update-revision
$(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET)
$(srcdir)/configure
:
$(srcdir)/configure.in
$(srcdir)/configure
:
$(srcdir)/configure.in
@
echo
"Warning, configure.in is out of date"
@
echo
"Warning, configure.in is out of date"
...
@@ -109,7 +109,7 @@ $(objects):
...
@@ -109,7 +109,7 @@ $(objects):
$(SHELL)
$(auxdir)
/mkinstalldirs
$@
$(SHELL)
$(auxdir)
/mkinstalldirs
$@
# To make sure parallel builds will not fail
# To make sure parallel builds will not fail
$(srcdir)/
include/SDL_revision.h
:
update-revision
include/SDL_revision.h
:
update-revision
update-revision
:
update-revision
:
$(SHELL)
$(auxdir)
/updaterev.sh
$(SHELL)
$(auxdir)
/updaterev.sh
...
@@ -127,7 +127,7 @@ install: all install-bin install-hdrs install-lib install-data
...
@@ -127,7 +127,7 @@ install: all install-bin install-hdrs install-lib install-data
install-bin
:
install-bin
:
$(SHELL)
$(auxdir)
/mkinstalldirs
$(DESTDIR)$(bindir)
$(SHELL)
$(auxdir)
/mkinstalldirs
$(DESTDIR)$(bindir)
$(INSTALL)
-m
755 sdl-config
$(DESTDIR)$(bindir)
/sdl-config
$(INSTALL)
-m
755 sdl-config
$(DESTDIR)$(bindir)
/sdl-config
install-hdrs
:
$(srcdir)/
include/SDL_revision.h
install-hdrs
:
include/SDL_revision.h
$(SHELL)
$(auxdir)
/mkinstalldirs
$(DESTDIR)$(includedir)
/SDL
$(SHELL)
$(auxdir)
/mkinstalldirs
$(DESTDIR)$(includedir)
/SDL
for
file
in
$(HDRS)
;
do
\
for
file
in
$(HDRS)
;
do
\
$(INSTALL)
-m
644
$(srcdir)
/include/
$$
file
$(DESTDIR)$(includedir)
/SDL/
$$
file
;
\
$(INSTALL)
-m
644
$(srcdir)
/include/
$$
file
$(DESTDIR)$(includedir)
/SDL/
$$
file
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment