mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
Improved generalization of makefile
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@351 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
813367fff4
commit
0bebd93363
@ -36,7 +36,7 @@ libtesseract_api.o: baseapi.o \
|
||||
../ccutil/libtesseract_ccutil.a
|
||||
|
||||
libtesseract_api.a : libtesseract_api.o
|
||||
ar cru libtesseract_api.a libtesseract_api.o ; ranlib libtesseract_api.a
|
||||
ar cru libtesseract_api.a libtesseract_api.o ; $(RANLIB) libtesseract_api.a
|
||||
|
||||
bin_PROGRAMS = tesseract
|
||||
tesseract_SOURCES = tesseractmain.cpp
|
||||
|
@ -650,7 +650,7 @@ libtesseract_api.o: baseapi.o \
|
||||
../ccutil/libtesseract_ccutil.a
|
||||
|
||||
libtesseract_api.a : libtesseract_api.o
|
||||
ar cru libtesseract_api.a libtesseract_api.o ; ranlib libtesseract_api.a
|
||||
ar cru libtesseract_api.a libtesseract_api.o ; $(RANLIB) libtesseract_api.a
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
Loading…
Reference in New Issue
Block a user