Changeset 1472 for ThirdParty/Glpk/stable/1.6/Makefile.am
- Timestamp:
- Feb 21, 2010 9:26:28 AM (11 years ago)
- Location:
- ThirdParty/Glpk/stable/1.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/stable/1.6
- Property svn:mergeinfo changed
/ThirdParty/Glpk/trunk merged: 1471
- Property svn:mergeinfo changed
-
ThirdParty/Glpk/stable/1.6/Makefile.am
r1462 r1472 37 37 $(GLPKDIR)/src/glpapi18.c \ 38 38 $(GLPKDIR)/src/glpapi19.c \ 39 $(GLPKDIR)/src/glpapi20.c \40 39 $(GLPKDIR)/src/glpavl.c \ 41 40 $(GLPKDIR)/src/glpbfd.c \ … … 44 43 $(GLPKDIR)/src/glpdmp.c \ 45 44 $(GLPKDIR)/src/glpdmx.c \ 45 $(GLPKDIR)/src/glpenv01.c \ 46 $(GLPKDIR)/src/glpenv02.c \ 47 $(GLPKDIR)/src/glpenv03.c \ 48 $(GLPKDIR)/src/glpenv04.c \ 49 $(GLPKDIR)/src/glpenv05.c \ 50 $(GLPKDIR)/src/glpenv06.c \ 51 $(GLPKDIR)/src/glpenv07.c \ 52 $(GLPKDIR)/src/glpenv08.c \ 46 53 $(GLPKDIR)/src/glpfhv.c \ 47 54 $(GLPKDIR)/src/glpgmp.c \ … … 62 69 $(GLPKDIR)/src/glpios12.c \ 63 70 $(GLPKDIR)/src/glpipm.c \ 64 $(GLPKDIR)/src/glpipp01.c \65 $(GLPKDIR)/src/glpipp02.c \66 71 $(GLPKDIR)/src/glplib01.c \ 67 72 $(GLPKDIR)/src/glplib02.c \ 68 73 $(GLPKDIR)/src/glplib03.c \ 69 $(GLPKDIR)/src/glplib04.c \70 $(GLPKDIR)/src/glplib05.c \71 $(GLPKDIR)/src/glplib06.c \72 $(GLPKDIR)/src/glplib07.c \73 $(GLPKDIR)/src/glplib08.c \74 $(GLPKDIR)/src/glplib09.c \75 $(GLPKDIR)/src/glplib10.c \76 $(GLPKDIR)/src/glplib11.c \77 $(GLPKDIR)/src/glplib12.c \78 74 $(GLPKDIR)/src/glplpf.c \ 79 75 $(GLPKDIR)/src/glplpx01.c \ 80 76 $(GLPKDIR)/src/glplpx02.c \ 81 77 $(GLPKDIR)/src/glplpx03.c \ 82 $(GLPKDIR)/src/glplpx04.c \83 78 $(GLPKDIR)/src/glpluf.c \ 84 79 $(GLPKDIR)/src/glplux.c \ … … 99 94 $(GLPKDIR)/src/glpnet07.c \ 100 95 $(GLPKDIR)/src/glpnet08.c \ 96 $(GLPKDIR)/src/glpnet09.c \ 101 97 $(GLPKDIR)/src/glpnpp01.c \ 102 98 $(GLPKDIR)/src/glpnpp02.c \ 103 99 $(GLPKDIR)/src/glpnpp03.c \ 104 100 $(GLPKDIR)/src/glpnpp04.c \ 101 $(GLPKDIR)/src/glpnpp05.c \ 105 102 $(GLPKDIR)/src/glpqmd.c \ 106 103 $(GLPKDIR)/src/glprgr.c \ … … 140 137 $(srcdir)/$(GLPKDIR)/include/glprng.h \ 141 138 $(srcdir)/$(GLPKDIR)/include/glpdmp.h \ 139 $(srcdir)/$(GLPKDIR)/include/glpenv.h \ 142 140 $(srcdir)/$(GLPKDIR)/include/glplib.h \ 143 141 $(srcdir)/$(GLPKDIR)/include/glpstd.h … … 157 155 $(srcdir)/$(GLPKDIR)/include/glpdmp.h : $(srcdir)/$(GLPKDIR)/src/glpdmp.h 158 156 cp $(srcdir)/$(GLPKDIR)/src/glpdmp.h $(srcdir)/$(GLPKDIR)/include/glpdmp.h 157 158 $(srcdir)/$(GLPKDIR)/include/glpenv.h : $(srcdir)/$(GLPKDIR)/src/glpenv.h 159 cp $(srcdir)/$(GLPKDIR)/src/glpenv.h $(srcdir)/$(GLPKDIR)/include/glpenv.h 159 160 160 161 $(srcdir)/$(GLPKDIR)/include/glplib.h : $(srcdir)/$(GLPKDIR)/src/glplib.h
Note: See TracChangeset
for help on using the changeset viewer.