Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
76bbfbac
Commit
76bbfbac
authored
Jul 07, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bootstrap: The "clean" rule now also removes generated sources.
parent
2ba0953d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
bootstrap
bootstrap
+12
-3
No files found.
bootstrap
View file @
76bbfbac
#! /bin/sh
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.6
5 2003/07/05 14:47:53
sam Exp $
## $Id: bootstrap,v 1.6
6 2003/07/07 16:53:48
sam Exp $
##
## Authors: Sam Hocevar <sam@zoy.org>
...
...
@@ -93,7 +93,8 @@ SUBDIRS = ${subdirs}
libvlcdir =
\$
(libdir)/vlc/
${
basedir
}
include Modules.am
clean:
clean: clean-local
clean-local:
rm -f *.a *.so *.dll *.sl *.dylib
EOF
...
...
@@ -122,9 +123,17 @@ EOF
# work properly with any automake version I tested.
cat
>>
modules/
${
dir
}
/Makefile.am
<<
EOF
# The
${
mod
}
plugin
clean: clean-
${
mod
}
all: all-
${
mod
}
EOF
if
[
"
${
NODIST
}
"
!=
"#"
]
;
then
cat
>>
modules/
${
dir
}
/Makefile.am
<<
EOF
clean-
${
mod
}
:
rm -f
\$
(nodist_SOURCES_
${
mod
}
)
EOF
fi
cat
>>
modules/
${
dir
}
/Makefile.am
<<
EOF
all-
${
mod
}
:
if BUILD_MOZILLA
@set fnord
\$\$
MAKEFLAGS; amf=
\$\$
2;
\\
...
...
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