Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
0fdb2b1c
Commit
0fdb2b1c
authored
Feb 21, 2003
by
Götz Lindenmaier
Browse files
Added target for .java files
[r820]
parent
f1b9fb1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
firmjni/Makefile.in
View file @
0fdb2b1c
...
...
@@ -27,6 +27,7 @@ SHELL_TOLOWER = awk '{for (i=1;i<(NF+1);i=i+1) {printf(tolower(substr($$i,1,1))
OFILES
=
$(MEMBERS:.m=.o)
HFILES
=
$(MEMBERS:.m=.h)
JAVAFILES
=
$(MEMBERS:.m=.java)
CLASSFILES
=
$(MEMBERS:.m=.class)
CPPFLAGS
=
-I
$(top_srcdir)
/ir/ir
-I
$(top_srcdir)
/ir/common
\
...
...
@@ -69,9 +70,10 @@ SOURCE_DIR=sources
REMOVE_CPP_COMMANDS
=
$(FIRM_JNI_TOOLS_DIR)
/remove_cpp_comands.perl
CRECODER
=
$(FIRM_JNI_TOOLS_DIR)
/crecoder.jar
all
:
classfiles jni
all
:
classfiles
javafiles
jni
classfiles
:
$(CLASSFILES)
javafiles
:
$(JAVAFILES)
%.class
:
%.java
javac
$<
...
...
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