Mercurial > urweb
comparison Makefile.in @ 1838:6ec243437d12
Autogenerate some files
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 12 Dec 2012 16:42:15 -0500 |
parents | 6a621a625b04 |
children | 052c5eedc9ea |
comparison
equal
deleted
inserted
replaced
1837:7cf34f8b7b93 | 1838:6ec243437d12 |
---|---|
149 LTLIBOBJS = @LTLIBOBJS@ | 149 LTLIBOBJS = @LTLIBOBJS@ |
150 MAKEINFO = @MAKEINFO@ | 150 MAKEINFO = @MAKEINFO@ |
151 MKDIR_P = @MKDIR_P@ | 151 MKDIR_P = @MKDIR_P@ |
152 MLLEX = @MLLEX@ | 152 MLLEX = @MLLEX@ |
153 MLTON = mlton | 153 MLTON = mlton |
154 MLTONARGS = @MLTONARGS@ | |
154 MLYACC = @MLYACC@ | 155 MLYACC = @MLYACC@ |
155 MSHEADER = @MSHEADER@ | 156 MSHEADER = @MSHEADER@ |
156 NM = @NM@ | 157 NM = @NM@ |
157 NMEDIT = @NMEDIT@ | 158 NMEDIT = @NMEDIT@ |
158 OBJDUMP = @OBJDUMP@ | 159 OBJDUMP = @OBJDUMP@ |
561 *.shar.gz*) \ | 562 *.shar.gz*) \ |
562 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | 563 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
563 *.zip*) \ | 564 *.zip*) \ |
564 unzip $(distdir).zip ;;\ | 565 unzip $(distdir).zip ;;\ |
565 esac | 566 esac |
566 chmod -R a-w $(distdir); chmod a+w $(distdir) | 567 chmod -R a-w $(distdir); chmod u+w $(distdir) |
567 mkdir $(distdir)/_build | 568 mkdir $(distdir)/_build |
568 mkdir $(distdir)/_inst | 569 mkdir $(distdir)/_inst |
569 chmod a-w $(distdir) | 570 chmod a-w $(distdir) |
570 test -d $(distdir)/_build || exit 0; \ | 571 test -d $(distdir)/_build || exit 0; \ |
571 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | 572 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
783 | 784 |
784 bin/urweb: xml/entities.sml \ | 785 bin/urweb: xml/entities.sml \ |
785 src/compiler.mlb src/urweb.mlb src/*.sig src/*.sml \ | 786 src/compiler.mlb src/urweb.mlb src/*.sig src/*.sml \ |
786 src/urweb.mlton.lex.sml \ | 787 src/urweb.mlton.lex.sml \ |
787 src/urweb.mlton.grm.sig src/urweb.mlton.grm.sml | 788 src/urweb.mlton.grm.sig src/urweb.mlton.grm.sml |
788 $(MLTON) -output $@ src/compiler.mlb | 789 $(MLTON) $(MLTONARGS) -output $@ src/compiler.mlb |
789 | 790 |
790 xml/entities.sml: xml/parse xml/xhtml-lat1.ent xml/xhtml-special.ent xml/xhtml-symbol.ent | 791 xml/entities.sml: xml/parse xml/xhtml-lat1.ent xml/xhtml-special.ent xml/xhtml-symbol.ent |
791 xml/parse >xml/entities.sml | 792 xml/parse >xml/entities.sml |
792 | 793 |
793 xml/parse: xml/parse.sml | 794 xml/parse: xml/parse.sml |