File tree Expand file tree Collapse file tree 4 files changed +8
-511
lines changed Expand file tree Collapse file tree 4 files changed +8
-511
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,14 @@ LDFLAGS = -ldjvulibre
22
22
LN = $(CXX ) -DHAVE_CONFIG_H
23
23
RM = rm -f
24
24
25
- OBJ_FILES = src/mfbdjvu.o src/pgm2jb2.o src/jb2tune.o src/jb2cmp/libjb2cmp.a
25
+ OBJ_FILES = \
26
+ src/pgm2jb2.o \
27
+ src/djvulibre/tools/jb2tune.o \
28
+ src/djvulibre/tools/jb2cmp/classify.o \
29
+ src/djvulibre/tools/jb2cmp/cuts.o \
30
+ src/djvulibre/tools/jb2cmp/frames.o \
31
+ src/djvulibre/tools/jb2cmp/patterns.o \
32
+ src/mfbdjvu.o
26
33
BIN_FILES = $(PROJECT )
27
34
28
35
all : djvulibre_config $(BIN_FILES )
@@ -33,9 +40,6 @@ $(PROJECT): $(OBJ_FILES)
33
40
% .o : % .cpp
34
41
$(CXX ) $(CXXFLAGS ) -c $< -o $@
35
42
36
- src/jb2cmp/libjb2cmp.a :
37
- cd src/jb2cmp && ${MAKE}
38
-
39
43
djvulibre_config :
40
44
cd src/djvulibre && ./autogen.sh
41
45
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments