Changeset 1169 for stable/1.6
- Timestamp:
- Feb 22, 2008 12:30:09 PM (13 years ago)
- Location:
- stable/1.6/Clp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.6/Clp/Makefile.am
r1145 r1169 96 96 97 97 addlibsfile = clp_addlibs.txt 98 addlibsdir = $(prefix)/share/doc/coin/$(PACKAGE_NAME)/ 98 99 99 100 install-exec-local: install-doc 100 $(install_sh_DATA) $(addlibsfile) $(DESTDIR)$( libdir)/$(addlibsfile)101 $(install_sh_DATA) $(addlibsfile) $(DESTDIR)$(addlibsdir)/$(addlibsfile) 101 102 102 103 uninstall-local: uninstall-doc 103 rm -f $(DESTDIR)$( libdir)/$(addlibsfile)104 rm -f $(DESTDIR)$(addlibsdir)/$(addlibsfile) 104 105 105 106 ######################################################################## -
stable/1.6/Clp/Makefile.in
r1157 r1169 277 277 ######################################################################## 278 278 addlibsfile = clp_addlibs.txt 279 addlibsdir = $(prefix)/share/doc/coin/$(PACKAGE_NAME)/ 279 280 280 281 ######################################################################## … … 746 747 747 748 install-exec-local: install-doc 748 $(install_sh_DATA) $(addlibsfile) $(DESTDIR)$( libdir)/$(addlibsfile)749 $(install_sh_DATA) $(addlibsfile) $(DESTDIR)$(addlibsdir)/$(addlibsfile) 749 750 750 751 uninstall-local: uninstall-doc 751 rm -f $(DESTDIR)$( libdir)/$(addlibsfile)752 rm -f $(DESTDIR)$(addlibsdir)/$(addlibsfile) 752 753 753 754 install-doc: $(DocFiles) -
stable/1.6/Clp/examples/Makefile.in
r1145 r1169 61 61 # Libraries necessary to link with Clp 62 62 LIBS = -L$(COINLIBDIR) -lClp -lCoinUtils \ 63 @ADDLIBS@ `cat $(COINLIBDIR)/coinutils_addlibs.txt`63 @ADDLIBS@ `cat @COINUTILSDOCDIR@/coinutils_addlibs.txt` 64 64 65 65 # Necessary Include dirs (we use the CYGPATH_W variables to allow
Note: See TracChangeset
for help on using the changeset viewer.