mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
fix 'make distclean'
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@754 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
da1047f020
commit
503f68966e
@ -1,10 +1,6 @@
|
||||
## run autogen.sh to create Makefile.in from this file
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
SUBDIRS = ccutil viewer cutil image ccstruct dict classify wordrec neural_networks/runtime textord cube ccmain api . tessdata testing doc training
|
||||
|
||||
if !GRAPHICS_DISABLED
|
||||
SUBDIRS += java
|
||||
endif
|
||||
SUBDIRS = ccutil viewer cutil image ccstruct dict classify wordrec neural_networks/runtime textord cube ccmain api . training java doc tessdata testing
|
||||
|
||||
#if USING_GETTEXT
|
||||
#SUBDIRS += po
|
||||
|
@ -3,6 +3,7 @@ SUBDIRS = com
|
||||
JAVAC = javac
|
||||
JAR = jar
|
||||
|
||||
if !GRAPHICS_DISABLED
|
||||
SCROLLVIEW_FILES = \
|
||||
com/google/scrollview/ui/SVAbstractMenuItem.java \
|
||||
com/google/scrollview/ui/SVCheckboxMenuItem.java \
|
||||
@ -45,6 +46,7 @@ ScrollView.jar : $(SCROLLVIEW_CLASSES)
|
||||
|
||||
$(SCROLLVIEW_CLASSES) : $(SCROLLVIEW_FILES)
|
||||
$(JAVAC) -encoding UTF8 -classpath $(CLASSPATH) $(SCROLLVIEW_FILES)
|
||||
endif
|
||||
|
||||
clean :
|
||||
rm -f ScrollView.jar *.class
|
||||
|
Loading…
Reference in New Issue
Block a user