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
6f505f96
Commit
6f505f96
authored
Mar 16, 2011
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it possible to run "make dist" from a separate build directory.
parent
e6a027df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile.in
Makefile.in
+4
-2
No files found.
Makefile.in
View file @
6f505f96
...
...
@@ -36,7 +36,8 @@ VERSION_OBJECTS = @VERSION_OBJECTS@
SDLMAIN_TARGET
=
libSDLmain.a
SDLMAIN_OBJECTS
=
@SDLMAIN_OBJECTS@
DIST
=
acinclude Android.mk autogen.sh Borland.html Borland.zip BUGS build-scripts configure configure.in COPYING CREDITS include INSTALL Makefile.minimal Makefile.in README
*
sdl-config.in sdl.m4 sdl.pc.in SDL.spec SDL.spec.in src
test
TODO VisualC.html VisualC VisualCE Watcom-Win32.zip WhatsNew Xcode Xcode-iPhoneOS
SRC_DIST
=
acinclude Android.mk autogen.sh Borland.html Borland.zip BUGS build-scripts configure configure.in COPYING CREDITS include INSTALL Makefile.minimal Makefile.in README
*
sdl-config.in sdl.m4 sdl.pc.in SDL.spec.in src
test
TODO VisualC.html VisualC VisualCE Watcom-Win32.zip WhatsNew Xcode Xcode-iPhoneOS
GEN_DIST
=
SDL.spec
HDRS
=
\
SDL.h
\
...
...
@@ -184,7 +185,8 @@ distclean: clean
dist $(distfile)
:
$(SHELL)
$(auxdir)
/mkinstalldirs
$(distdir)
tar
cf -
$(DIST)
|
(
cd
$(distdir)
;
tar
xf -
)
(
cd
$(srcdir)
;
tar
cf -
$(SRC_DIST)
)
|
(
cd
$(distdir)
;
tar
xf -
)
tar
cf -
$(GEN_DIST)
|
(
cd
$(distdir)
;
tar
xf -
)
find
$(distdir)
\(
\
-name
'*~'
-o
\
-name
'*.bak'
-o
\
...
...
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