File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ $(BUILD_DIR)/dynamic/lib/$(MINISAT_DLIB).$(SOMAJOR).$(SOMINOR)$(SORELEASE)\
167167 $(VERB ) ln -sf $(MINISAT_DLIB ) .$(SOMAJOR ) $(BUILD_DIR ) /dynamic/lib/$(MINISAT_DLIB )
168168
169169install : install-headers install-lib install-bin
170+ install-debug : install-headers install-lib-debug
170171
171172install-headers :
172173# Create directories
@@ -179,6 +180,10 @@ install-headers:
179180 $(INSTALL) -m 644 $$h $(DESTDIR)$(includedir)/$$h ; \
180181 done
181182
183+ install-lib-debug : $(BUILD_DIR ) /debug/lib/$(MINISAT_SLIB )
184+ $(INSTALL ) -d $(DESTDIR )$(libdir )
185+ $(INSTALL ) -m 644 $(BUILD_DIR ) /debug/lib/$(MINISAT_SLIB ) $(DESTDIR )$(libdir )
186+
182187install-lib : $(BUILD_DIR ) /release/lib/$(MINISAT_SLIB ) $(BUILD_DIR ) /dynamic/lib/$(MINISAT_DLIB ) .$(SOMAJOR ) .$(SOMINOR )$(SORELEASE )
183188 $(INSTALL ) -d $(DESTDIR )$(libdir )
184189 $(INSTALL ) -m 644 $(BUILD_DIR ) /dynamic/lib/$(MINISAT_DLIB ) .$(SOMAJOR ) .$(SOMINOR )$(SORELEASE ) $(DESTDIR )$(libdir )
You can’t perform that action at this time.
0 commit comments