Commit 5e80d19e authored by Filippo Carone's avatar Filippo Carone

10 PRINT "Remember to include a final endif at the end of Makefile.am."

20 GOTO 10

parent 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 =
JCC_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)
......@@ -53,11 +53,6 @@ VlcClient: $(OBJECTS)
VLCExample: $(OBJECTS)
$(JCC) $(JCC_FLAGS) VLCExample.java
if HAVE_WIN32
%.class: %.java
$(JCC) $(JCC_FLAGS) $?
$(JCH) org.videolan.jvlc.$(*F)
else
%.class: %.java
$(JCC) $(JCC_FLAGS) $?
$(JCH) org/videolan/jvlc/$(*F)
......@@ -65,4 +60,4 @@ else
clean:
rm -f *.class *~ org/videolan/jvlc/*.class org_videolan*.h *.so *.o
endif
endif
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment