Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
6cc60c12
Commit
6cc60c12
authored
Dec 15, 2005
by
littlejohn
Browse files
Makefile works for both i386 and amd64 platforms
parent
4785ff41
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/java/Makefile.am
View file @
6cc60c12
...
...
@@ -9,8 +9,10 @@ OBJECTS = org/videolan/jvlc/JVLCNoSuchVariableNameException.class org/videolan/j
JNIHEADERS
=
org/videolan/jvlc/JVLCNoSuchVariableNameException.h org_videolan_jvlc_JVLCBoolVariable.h org_videolan_jvlc_JVLCFloatVariable.h org_videolan_jvlc_JVLC.h org_videolan_jvlc_JVLCIntVariable.h org_videolan_jvlc_JVLCStringVariable.h org_videolan_jvlc_JVLCTimeVariable.h org_videolan_jvlc_JVLCVariable.h org_videolan_jvlc_JVLCVarValue.h org_videolan_jvlc_JVLCVarVariable.h org_videolan_jvlc_JVLCCanvas.h
# Include some JAVA stuff
PROCESSOR_FAMILY
=
`
uname
-m
|
sed
-e
's/^i.86/i386/'
|
sed
-e
's/^x86_64/amd64/'
`
JINCLUDES
=
-I
${JAVA_HOME}
/include
-I
${JAVA_HOME}
/include/linux
LIBJINCLUDES
=
-L
${JAVA_HOME}
/jre/lib/i386
-ljawt
LIBJINCLUDES
=
-L
${JAVA_HOME}
/jre/lib/
${PROCESSOR_FAMILY}
-ljawt
# Binaries
JCC
=
gcj
-g
...
...
Write
Preview
Supports
Markdown
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