[master] Revised the makefiles to install the same files and symbolic

links as configure, except for libpng.la and libpng14.la.
This commit is contained in:
Glenn Randers-Pehrson
2010-01-06 23:11:53 -06:00
parent 6e6a844baf
commit 772b72139a
23 changed files with 158 additions and 464 deletions

View File

@@ -150,6 +150,7 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(LIBSOMAJ)
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
chmod 755 $(DL)/$(LIBSOMAJ)
(cd $(DL);
$(LN_SF) $(LIBSOMAJ) $(LIBSO)
$(LN_SF) $(LIBSO) $(OLDSO))