- Timestamp:
- 2016-10-26T18:39:50+13:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/runtime-src/src/z3950/Makefile.in
r30948 r30954 105 105 # Do NOT add the "recpt" directory here: the z39.50 code should be independent of the receptionist! 106 106 INCLUDES = -I. -I$(GSDL_DIR) -I$(COMMON_DIR)/src/lib -I$(COLSERVR_DIR) -I$(PROTOCOL_DIR) \ 107 $(MGPP_INCLUDES) -I$(RUNTIME_PACKAGES_DIR)/yaz/yaz-2.1. 4/include \108 -I$(RUNTIME_PACKAGES_DIR)/yaz/yaz-2.1. 4/client -I$(RUNTIME_PACKAGES_DIR)/d2m107 $(MGPP_INCLUDES) -I$(RUNTIME_PACKAGES_DIR)/yaz/yaz-2.1.56/include \ 108 -I$(RUNTIME_PACKAGES_DIR)/yaz/yaz-2.1.56/client -I$(RUNTIME_PACKAGES_DIR)/d2m 109 109 INSTALL = @INSTALL@ 110 110 LDFLAGS = @LDFLAGS@ … … 112 112 # Need LIBS to contain all the dependencies for libyaz that yaz had worked out (from yaz's Makefile) 113 113 # http://stackoverflow.com/questions/2019989/how-to-assign-the-output-of-a-command-to-a-makefile-variable 114 YAZ_LIBS = $(shell egrep "^LIBS\s?=" $(RUNTIME_PACKAGES_DIR)/yaz/yaz-2.1. 4/Makefile | sed 's/^LIBS\s\?=\s\?//')114 YAZ_LIBS = $(shell egrep "^LIBS\s?=" $(RUNTIME_PACKAGES_DIR)/yaz/yaz-2.1.56/Makefile | sed 's/^LIBS\s\?=\s\?//') 115 115 LIBS = @LIBS@ $(GDBM_LIBS) -L$(COMMON_PACKAGES_DIR)/expat/lib -lexpat \ 116 116 $(ACCENTFOLD_LIBS) $(SQLITE_LIBS) \ … … 182 182 gsdlz3950.a: $(LIBRARY_OBJECTS) 183 183 rm -f $(LIBRARY) 184 $(AR) cru $(LIBRARY) $(LIBRARY_OBJECTS) $(RUNTIME_PACKAGES_DIR)/yaz/yaz-2.1. 4/client/tabcomplete.o184 $(AR) cru $(LIBRARY) $(LIBRARY_OBJECTS) $(RUNTIME_PACKAGES_DIR)/yaz/yaz-2.1.56/client/tabcomplete.o 185 185 $(RANLIB) $(LIBRARY) 186 186
Note:
See TracChangeset
for help on using the changeset viewer.