diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 11:11:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 11:11:12 +0000 |
commit | f8183bfe7302f9822ba3604c28780efea2dda6cf (patch) | |
tree | 4e581039572f0877bf8b1a18ef00e43a9e7ff4e5 /idlc/source/makefile.mk | |
parent | c082fe0562e8f972efa156081daff5030b3f3c79 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'idlc/source/makefile.mk')
-rw-r--r-- | idlc/source/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/idlc/source/makefile.mk b/idlc/source/makefile.mk index f84b0365cc3b..c68cc567ffb0 100644 --- a/idlc/source/makefile.mk +++ b/idlc/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2002-07-17 10:52:00 $ +# last change: $Author: hr $ $Date: 2003-03-26 12:11:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -147,3 +147,7 @@ $(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 |