diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-10-20 12:07:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-10-20 12:07:50 +0000 |
commit | 7ce4fbc8745900512288ebd162f468812034cff2 (patch) | |
tree | 2f8b3ab1233ea1ea22c64eb0d312c0dd02fe06aa /idlc/source/makefile.mk | |
parent | 9375f6141272f5889ff603d248be37f8d1a4fc0d (diff) |
INTEGRATION: CWS sdk08 (1.7.24); FILE MERGED
2003/09/16 13:43:45 jsc 1.7.24.1: #111025# support UNO naming convention
Diffstat (limited to 'idlc/source/makefile.mk')
-rw-r--r-- | idlc/source/makefile.mk | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/idlc/source/makefile.mk b/idlc/source/makefile.mk index c68cc567ffb0..8818454a0dfc 100644 --- a/idlc/source/makefile.mk +++ b/idlc/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hr $ $Date: 2003-03-26 12:11:09 $ +# last change: $Author: obo $ $Date: 2003-10-20 13:07:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -135,6 +135,12 @@ APP1STDLIBS=\ # --- Targets ------------------------------------------------------ +#.IF "$(debug)" == "" +#YACCFLAGS+=-l +#.ELSE +#YACCFLAGS+=-v +#.ENDIF + .INCLUDE : target.mk $(MISC)$/stripped_scanner.ll : scanner.ll @@ -147,7 +153,4 @@ $(MISC)$/stripped_scanner.ll : scanner.ll $(MISC)$/scanner.cxx: $(MISC)$/stripped_scanner.ll +flex -o$(MISC)$/scanner.cxx $(MISC)$/stripped_scanner.ll -# JSC: Please do not remove this lines !! -#$(MISC)$/parser.cxx: parser.y -# +bison -v -d -o$(MISC)$/parser.cxx parser.y -# +$(COPY) $(MISC)$/parser.cxx.h $(OUT)$/inc$/parser.hxx + |