Rev 11652 | Rev 13448 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11652 | Rev 12095 | ||
---|---|---|---|
Line 127... | Line 127... | ||
127 | chmod a+rx ../public_html . |
127 | chmod a+rx ../public_html . |
128 | 128 | ||
129 | libwims:: |
129 | libwims:: |
130 | cd Lib; make all |
130 | cd Lib; make all |
131 | 131 | ||
132 | wimslogd:: |
132 | wimslogd:: lib$(libtype) |
133 | cd Wimslogd; make all |
133 | cd Wimslogd; make all |
134 | 134 | ||
135 | wimsd:: |
135 | wimsd:: lib$(libtype) |
136 | -cd Wimsd; make all |
136 | -cd Wimsd; make all |
137 | 137 | ||
138 | oef2wims:: |
138 | oef2wims:: lib$(libtype) |
139 | cd OefMsg2wims; make oef2wims |
139 | cd OefMsg2wims; make oef2wims |
140 | 140 | ||
141 | msg2wims:: |
141 | msg2wims:: lib$(libtype) |
142 | cd OefMsg2wims; make msg2wims |
142 | cd OefMsg2wims; make msg2wims |
143 | 143 | ||
144 | interfaces:: |
144 | interfaces:: lib$(libtype) |
145 | cd Interfaces; make all |
145 | cd Interfaces; make all |
146 | 146 | ||
147 | misc:: |
147 | misc:: lib$(libtype) |
148 | cd Misc; make all |
148 | cd Misc; make all |
149 | mkdir -p $(wims_home)/public_html/gifs/WIMSchem |
149 | mkdir -p $(wims_home)/public_html/gifs/WIMSchem |
150 | cp $(wims_home)/src/Misc/applets/WIMSchem/src/images/*.png $(wims_home)/public_html/gifs/WIMSchem/ |
150 | cp $(wims_home)/src/Misc/applets/WIMSchem/src/images/*.png $(wims_home)/public_html/gifs/WIMSchem/ |
151 | ##cat $(wims_home)/src/Misc/canvasdraw/canvasdraw.html | sed 's/<\/html>//' | sed 's/<\/body>//' | sed 's/<\/center>//'|sed 's/<center>//'| sed 's/<h3>/<h2 class="wimscenter">/' | sed 's/\/h3>/\/h2>/g' | tail +10 > $(wims_home)/public_html/scripts/help/en/canvasdraw.phtml |
151 | ##cat $(wims_home)/src/Misc/canvasdraw/canvasdraw.html | sed 's/<\/html>//' | sed 's/<\/body>//' | sed 's/<\/center>//'|sed 's/<center>//'| sed 's/<h3>/<h2 class="wimscenter">/' | sed 's/\/h3>/\/h2>/g' | tail +10 > $(wims_home)/public_html/scripts/help/en/canvasdraw.phtml |
152 | 152 | ||
153 | module:: |
153 | module:: lib$(libtype) |
154 | cd Module; make all |
154 | cd Module; make all |
155 | 155 | ||
156 | flydraw:: |
156 | flydraw:: lib$(libtype) |
157 | cd Flydraw; make all |
157 | cd Flydraw; make all |
158 | 158 | ||
159 | texgif:: |
159 | texgif:: lib$(libtype) |
160 | cd Texgif; make all |
160 | cd Texgif; make all |
161 | 161 | ||
162 | mathml:: |
162 | mathml:: lib$(libtype) |
163 | cd Mathml; make all ; make install |
163 | cd Mathml; make all ; make install |
164 | 164 | ||
165 | libstatic:: |
165 | libstatic:: |
166 | rm -f $(wims_home)/lib/libwims.so 2>/dev/null |
166 | rm -f $(wims_home)/lib/libwims.so 2>/dev/null |
167 | cd Lib; make static |
167 | cd Lib; make static |