From 5e80d19e6d47c260de1931a21ab5469e84cb1308 Mon Sep 17 00:00:00 2001 From: Filippo Carone Date: Tue, 13 Jun 2006 13:35:49 +0000 Subject: [PATCH] 10 PRINT "Remember to include a final endif at the end of Makefile.am." 20 GOTO 10 --- bindings/java/Makefile.am | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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 -- 2.39.5