|
a/src/lib/Makefile |
|
b/src/lib/Makefile |
|
... |
|
... |
11 |
|
11 |
|
12 |
librcl.a : $(DEPS) $(OBJS) unac.o
|
12 |
librcl.a : $(DEPS) $(OBJS) unac.o
|
13 |
ar ru librcl.a $(OBJS) unac.o
|
13 |
ar ru librcl.a $(OBJS) unac.o
|
14 |
$(RANLIB) librcl.a
|
14 |
$(RANLIB) librcl.a
|
15 |
|
15 |
|
16 |
unac.o : $(depth)/unac/unac.c $(depth)/unac/unac.h $
|
16 |
unac.o : $(depth)/unac/unac.c $(depth)/unac/unac.h $(depth)/mk/localdefs
|
17 |
$(CC) $(ALL_CXXFLAGS) -c $(depth)/unac/unac.c
|
17 |
$(CC) $(ALL_CXXFLAGS) -c $(depth)/unac/unac.c
|
18 |
rclaspell.o : ../aspell/rclaspell.cpp $(depth)/mk/localdefs
|
18 |
rclaspell.o : ../aspell/rclaspell.cpp $(depth)/mk/localdefs
|
19 |
$(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
|
19 |
$(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
|
20 |
beaglequeuecache.o : ../common/beaglequeuecache.cpp $(depth)/mk/localdefs
|
20 |
beaglequeuecache.o : ../common/beaglequeuecache.cpp $(depth)/mk/localdefs
|
21 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/beaglequeuecache.cpp
|
21 |
$(CXX) $(ALL_CXXFLAGS) -c ../common/beaglequeuecache.cpp
|