From: Filippo Carone Date: Tue, 13 Jun 2006 13:35:49 +0000 (+0000) Subject: 10 PRINT "Remember to include a final endif at the end of Makefile.am." X-Git-Tag: 0.9.0-test0~10986 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5e80d19e6d47c260de1931a21ab5469e84cb1308;p=vlc 10 PRINT "Remember to include a final endif at the end of Makefile.am." 20 GOTO 10 --- diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am index 5ca0a8575e..73b0f920cd 100644 --- a/bindings/java/Makefile.am +++ b/bindings/java/Makefile.am @@ -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