Changeset 1498
- Timestamp:
- Mar 14, 2010 11:40:35 AM (11 years ago)
- Location:
- ThirdParty/Glpk/branches/split
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/branches/split/Makefile.am
r1485 r1498 124 124 $(GLPKDIR)/src/colamd/colamd.c 125 125 126 # CoinUtils and SYMPHONY include glpmpl.h, have HAVE_CONFIG_H defined,127 # and so Glpk attempts to include config.h.128 # Therefore, we put a simple config.h file into $(GLPKDIR)/include.129 # It's purpose is to include the config_glpk.h file that is generated130 # by configure.131 libcoinglpk_la_DEPENDENCIES = $(srcdir)/$(GLPKDIR)/include/config.h \132 $(srcdir)/$(GLPKDIR)/include/glpmpl.h \133 $(srcdir)/$(GLPKDIR)/include/glpavl.h \134 $(srcdir)/$(GLPKDIR)/include/glprng.h \135 $(srcdir)/$(GLPKDIR)/include/glpdmp.h \136 $(srcdir)/$(GLPKDIR)/include/glpenv.h \137 $(srcdir)/$(GLPKDIR)/include/glplib.h \138 $(srcdir)/$(GLPKDIR)/include/glpstd.h139 140 $(srcdir)/$(GLPKDIR)/include/config.h : $(srcdir)/config.h141 cp $(srcdir)/config.h $(srcdir)/$(GLPKDIR)/include/config.h142 143 $(srcdir)/$(GLPKDIR)/include/glpmpl.h : $(srcdir)/$(GLPKDIR)/src/glpmpl.h144 cp $(srcdir)/$(GLPKDIR)/src/glpmpl.h $(srcdir)/$(GLPKDIR)/include/glpmpl.h145 146 $(srcdir)/$(GLPKDIR)/include/glpavl.h : $(srcdir)/$(GLPKDIR)/src/glpavl.h147 cp $(srcdir)/$(GLPKDIR)/src/glpavl.h $(srcdir)/$(GLPKDIR)/include/glpavl.h148 149 $(srcdir)/$(GLPKDIR)/include/glprng.h : $(srcdir)/$(GLPKDIR)/src/glprng.h150 cp $(srcdir)/$(GLPKDIR)/src/glprng.h $(srcdir)/$(GLPKDIR)/include/glprng.h151 152 $(srcdir)/$(GLPKDIR)/include/glpdmp.h : $(srcdir)/$(GLPKDIR)/src/glpdmp.h153 cp $(srcdir)/$(GLPKDIR)/src/glpdmp.h $(srcdir)/$(GLPKDIR)/include/glpdmp.h154 155 $(srcdir)/$(GLPKDIR)/include/glpenv.h : $(srcdir)/$(GLPKDIR)/src/glpenv.h156 cp $(srcdir)/$(GLPKDIR)/src/glpenv.h $(srcdir)/$(GLPKDIR)/include/glpenv.h157 158 $(srcdir)/$(GLPKDIR)/include/glplib.h : $(srcdir)/$(GLPKDIR)/src/glplib.h159 cp $(srcdir)/$(GLPKDIR)/src/glplib.h $(srcdir)/$(GLPKDIR)/include/glplib.h160 161 $(srcdir)/$(GLPKDIR)/include/glpstd.h : $(srcdir)/$(GLPKDIR)/src/glpstd.h162 cp $(srcdir)/$(GLPKDIR)/src/glpstd.h $(srcdir)/$(GLPKDIR)/include/glpstd.h163 164 126 DEFAULT_INCLUDES = -I. -I`$(CYGPATH_W) $(srcdir)` 165 127 -
ThirdParty/Glpk/branches/split/Makefile.in
r1485 r1498 389 389 $(GLPKDIR)/src/colamd/colamd.c 390 390 391 392 # CoinUtils and SYMPHONY include glpmpl.h, have HAVE_CONFIG_H defined,393 # and so Glpk attempts to include config.h.394 # Therefore, we put a simple config.h file into $(GLPKDIR)/include.395 # It's purpose is to include the config_glpk.h file that is generated396 # by configure.397 libcoinglpk_la_DEPENDENCIES = $(srcdir)/$(GLPKDIR)/include/config.h \398 $(srcdir)/$(GLPKDIR)/include/glpmpl.h \399 $(srcdir)/$(GLPKDIR)/include/glpavl.h \400 $(srcdir)/$(GLPKDIR)/include/glprng.h \401 $(srcdir)/$(GLPKDIR)/include/glpdmp.h \402 $(srcdir)/$(GLPKDIR)/include/glpenv.h \403 $(srcdir)/$(GLPKDIR)/include/glplib.h \404 $(srcdir)/$(GLPKDIR)/include/glpstd.h405 406 391 DEFAULT_INCLUDES = -I. -I`$(CYGPATH_W) $(srcdir)` 407 392 AM_CPPFLAGS = -I`$(CYGPATH_W) $(srcdir)/$(GLPKDIR)/include` \ … … 1756 1741 1757 1742 1758 $(srcdir)/$(GLPKDIR)/include/config.h : $(srcdir)/config.h1759 cp $(srcdir)/config.h $(srcdir)/$(GLPKDIR)/include/config.h1760 1761 $(srcdir)/$(GLPKDIR)/include/glpmpl.h : $(srcdir)/$(GLPKDIR)/src/glpmpl.h1762 cp $(srcdir)/$(GLPKDIR)/src/glpmpl.h $(srcdir)/$(GLPKDIR)/include/glpmpl.h1763 1764 $(srcdir)/$(GLPKDIR)/include/glpavl.h : $(srcdir)/$(GLPKDIR)/src/glpavl.h1765 cp $(srcdir)/$(GLPKDIR)/src/glpavl.h $(srcdir)/$(GLPKDIR)/include/glpavl.h1766 1767 $(srcdir)/$(GLPKDIR)/include/glprng.h : $(srcdir)/$(GLPKDIR)/src/glprng.h1768 cp $(srcdir)/$(GLPKDIR)/src/glprng.h $(srcdir)/$(GLPKDIR)/include/glprng.h1769 1770 $(srcdir)/$(GLPKDIR)/include/glpdmp.h : $(srcdir)/$(GLPKDIR)/src/glpdmp.h1771 cp $(srcdir)/$(GLPKDIR)/src/glpdmp.h $(srcdir)/$(GLPKDIR)/include/glpdmp.h1772 1773 $(srcdir)/$(GLPKDIR)/include/glpenv.h : $(srcdir)/$(GLPKDIR)/src/glpenv.h1774 cp $(srcdir)/$(GLPKDIR)/src/glpenv.h $(srcdir)/$(GLPKDIR)/include/glpenv.h1775 1776 $(srcdir)/$(GLPKDIR)/include/glplib.h : $(srcdir)/$(GLPKDIR)/src/glplib.h1777 cp $(srcdir)/$(GLPKDIR)/src/glplib.h $(srcdir)/$(GLPKDIR)/include/glplib.h1778 1779 $(srcdir)/$(GLPKDIR)/include/glpstd.h : $(srcdir)/$(GLPKDIR)/src/glpstd.h1780 cp $(srcdir)/$(GLPKDIR)/src/glpstd.h $(srcdir)/$(GLPKDIR)/include/glpstd.h1781 1782 1743 install-doc: $(DocFiles) 1783 1744 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" -
ThirdParty/Glpk/branches/split/configure
r1490 r1498 10 10 # 11 11 # 12 # Copyright 2007-20 09Stefan Vigerske and others.12 # Copyright 2007-2010 Stefan Vigerske and others. 13 13 # All Rights Reserved. 14 14 # This file is part of the open source package Coin which is distributed … … 1214 1214 1215 1215 1216 Copyright 2007-20 09Stefan Vigerske and others.1216 Copyright 2007-2010 Stefan Vigerske and others. 1217 1217 All Rights Reserved. 1218 1218 This file is part of the open source package Coin which is distributed -
ThirdParty/Glpk/branches/split/configure.ac
r1485 r1498 1 # Copyright (C) 2007-20 09Stefan Vigerske and others.1 # Copyright (C) 2007-2010 Stefan Vigerske and others. 2 2 # All Rights Reserved. 3 3 # This file is distributed under the Common Public License. … … 14 14 15 15 AC_COPYRIGHT([ 16 Copyright 2007-20 09Stefan Vigerske and others.16 Copyright 2007-2010 Stefan Vigerske and others. 17 17 All Rights Reserved. 18 18 This file is part of the open source package Coin which is distributed
Note: See TracChangeset
for help on using the changeset viewer.