Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update makefile for micca to remove lines needed for remote development. |
---|---|
Timelines: | family | ancestors | descendants | both | micca-develop |
Files: | files | file ages | folders |
SHA1: |
7a1d7931898bf6d5d31375a76dc80285 |
User & Date: | andrewm 2019-12-18 17:01:16 |
Context
2019-12-18
| ||
17:08 | Build of micca 1.1.7 for macos. Preparing for release. check-in: a3104b8bf9 user: andrewm tags: micca-develop | |
17:01 | Update makefile for micca to remove lines needed for remote development. check-in: 7a1d793189 user: andrewm tags: micca-develop | |
16:53 | Changes to Tcl app project file for micca 1.1.7 check-in: 893637b2ee user: andrewm tags: micca-develop | |
Changes
Changes to micca/src/Makefile.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 |
$(RM) $(DOCDIR)/*__[0-9].* %.test : %.aweb atangle $(ATANGLEOPTS) -root $(notdir $@) -output $(TESTDIR)/$@ $< $(IMAGEDIR)/platform-%.pdf : platform-%.uxf umlet -action=convert -format=pdf\ -filename=$< -output=$(basename $@) #umlet -action=convert -format=pdf\ # -filename=$< -output=$(basename $@)-cvt #pdftk $(basename $@)-cvt.pdf cat 1left output $@ #$(RM) $(basename $@)-cvt.pdf $(IMAGEDIR)/%-translation.pdf : %-translation.uxf umlet -action=convert -format=pdf\ -filename=$< -output=$(basename $@) #umlet -action=convert -format=pdf\ # -filename=$< -output=$(basename $@)-cvt #pdftk $(basename $@)-cvt.pdf cat 1left output $@ #$(RM) $(basename $@)-cvt.pdf $(IMAGEDIR)/%.pdf : %.uxf umlet -action=convert -format=pdf\ -filename=$< -output=$(basename $@) $(MANSRC) : $(DOCSRC) atangle $(ATANGLEOPTS) -root $(notdir $@) -output $@ $< |
< < | | | > > < < | | | > > |
226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 |
$(RM) $(DOCDIR)/*__[0-9].* %.test : %.aweb atangle $(ATANGLEOPTS) -root $(notdir $@) -output $(TESTDIR)/$@ $< $(IMAGEDIR)/platform-%.pdf : platform-%.uxf umlet -action=convert -format=pdf\ -filename=$< -output=$(basename $@)-cvt pdftk $(basename $@)-cvt.pdf cat 1left output $@ $(RM) $(basename $@)-cvt.pdf #umlet -action=convert -format=pdf\ # -filename=$< -output=$(basename $@) $(IMAGEDIR)/%-translation.pdf : %-translation.uxf umlet -action=convert -format=pdf\ -filename=$< -output=$(basename $@)-cvt pdftk $(basename $@)-cvt.pdf cat 1left output $@ $(RM) $(basename $@)-cvt.pdf #umlet -action=convert -format=pdf\ # -filename=$< -output=$(basename $@) $(IMAGEDIR)/%.pdf : %.uxf umlet -action=convert -format=pdf\ -filename=$< -output=$(basename $@) $(MANSRC) : $(DOCSRC) atangle $(ATANGLEOPTS) -root $(notdir $@) -output $@ $< |