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
2a5b03c8
Commit
2a5b03c8
authored
Jun 13, 2006
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make buildbot (and ppl) happy with java Makefile.am .
parent
28637d54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
bindings/java/Makefile.am
bindings/java/Makefile.am
+6
-6
No files found.
bindings/java/Makefile.am
View file @
2a5b03c8
...
...
@@ -13,7 +13,7 @@ JINCLUDES = -I${JAVA_HOME}/include -I${JAVA_HOME}/include/win32
LIBJINCLUDES
=
-L
${JAVA_HOME}
/lib
-ljawt
JCC
=
javac
JCH
=
javah
JAVA_CC_FLAGS
=
#
JAVA_CC_FLAGS =
#CXX = g++ -Wall -mno-cygwin -g
#LDFLAGS = -mno-cygwin `vlc-config --libs external pic` -Wl,--kill-at
JAVACXXFLAGS
=
`
top_builddir
=
../.. ../../vlc-config
--cflags
pic
`
-I
../../
-I
../../include
$(JINCLUDES)
...
...
@@ -25,7 +25,7 @@ JCC = gcj -g
JCH
=
gcjh
-jni
SWT_PATH
=
/usr/share/java
# Compile flags
J
AVA_
CC_FLAGS
=
-C
JCC_FLAGS
=
-C
JAVACXXFLAGS
=
`
top_builddir
=
../.. ../../vlc-config
--cflags
pic
`
-I
../../
-I
../../include
$(JINCLUDES)
JAVALDFLAGS
=
-L
../../src
-lvlc
`
top_builddir
=
../.. ../../vlc-config
--libs
builtin
vlc pic
`
endif
...
...
@@ -48,18 +48,18 @@ vlc-libvlc-jni.o: VlcClient
$(CXX)
-c
vlc-libvlc-jni.cc
$(CXXFLAGS)
$(JAVACXXFLAGS)
VlcClient
:
$(OBJECTS)
$(JCC)
$(J
AVA_
CC_FLAGS)
VlcClient.java
$(JCC)
$(JCC_FLAGS)
VlcClient.java
VLCExample
:
$(OBJECTS)
$(JCC)
$(J
AVA_
CC_FLAGS)
VLCExample.java
$(JCC)
$(JCC_FLAGS)
VLCExample.java
if
HAVE_WIN32
%.class
:
%.java
$(JCC)
$(J
AVA_
CC_FLAGS)
$?
$(JCC)
$(JCC_FLAGS)
$?
$(JCH)
org.videolan.jvlc.
$
(
*
F
)
else
%.class
:
%.java
$(JCC)
$(J
AVA_
CC_FLAGS)
$?
$(JCC)
$(JCC_FLAGS)
$?
$(JCH)
org/videolan/jvlc/
$
(
*
F
)
clean
:
...
...
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