Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: bison/src/bison/2.4.1/bison-2.4.1/Makefile.mingw

Issue 10807020: Add native Windows binary for bison. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 export DEFSPLUS= -DPDC_DLL_BUILD
2 export INCLUDESPLUS=
3 export CFLAGSPLUS=
4 export LDFLAGSPLUS=
5 export LIBSPLUS=
6 export DLLFLAG=
7 sedfiles=Makefile libtool config.h
8 BUILDDIR=$(shell cygpath -m `pwd`)
9 BUILD0DIR=$(shell basename $(BUILDDIR))
10 SRCDIR=../$(BUILD0DIR)-src
11 INSTALLDIR=$(BUILD0DIR)
12 INSTALLDIR=$(shell echo $(BUILD0DIR) | sed -e "s/-[^-]*$$//")
13 PREFIX=c:/progra~1/$(INSTALLDIR)
14
15 export ac_cv_path_M4=m4
16
17 .PHONY: all
18 all: CONF MFSED
19 CONF:
20 # if [ ! -e Makefile.in.sed ]; then \
21 # cp -fp k:/Makefile.in.sed .; \
22 # fi
23 # find.exe $(SRCDIR) -iname Makefile.in -exec sed -i -f Makefile.in.sed '{ }' ';'
24 $(SRCDIR)/configure --prefix="$(PREFIX)" --srcdir="$(SRCDIR)"
25
26 # --infodir="$(PREFIX)/info" --mandir="$(PREFIX)/man" --docdir="$( PREFIX)/doc"
27
28 -include $(DVLDIR)/makefile.chg
29
30 # make all
31 # make check
32 # make install prefix=c:/temp/$(INSTALLDIR)
OLDNEW
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1/Makefile ('k') | bison/src/bison/2.4.1/bison-2.4.1/build-aux/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698