INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED

2006/05/24 00:08:43 sb 1.10.30.4: RESYNC: (1.11-1.12); FILE MERGED
2005/11/02 15:58:44 sb 1.10.30.3: #i53898# Fixed warning-suppression in flex/bison generated code.
2005/09/23 00:06:29 sb 1.10.30.2: RESYNC: (1.10-1.11); FILE MERGED
2005/08/29 14:13:10 sb 1.10.30.1: #i53898# Disable warnings from within code generated by flex and bison.
This commit is contained in:
Jens-Heiner Rechtien 2006-06-20 02:49:29 +00:00
parent 022198063c
commit 644ae7b524

View file

@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.12 $
# $Revision: 1.13 $
#
# last change: $Author: hr $ $Date: 2006-04-19 13:46:16 $
# last change: $Author: hr $ $Date: 2006-06-20 03:49:29 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -41,18 +41,18 @@ TARGETTYPE=CUI
LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE
INCPRE=$(MISC)
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
CXXFILES= \
$(MISC)$/scanner.cxx \
$(MISC)$/parser.cxx \
wrap_scanner.cxx \
wrap_parser.cxx \
idlcmain.cxx \
idlc.cxx \
idlccompile.cxx \
@ -79,8 +79,8 @@ YACCTARGET=$(MISC)$/parser.cxx
YACCFILES=parser.y
OBJFILES= \
$(OBJ)$/scanner.obj \
$(OBJ)$/parser.obj \
$(OBJ)$/wrap_scanner.obj \
$(OBJ)$/wrap_parser.obj \
$(OBJ)$/idlcmain.obj \
$(OBJ)$/idlc.obj \
$(OBJ)$/idlccompile.obj \
@ -131,4 +131,5 @@ $(MISC)$/stripped_scanner.ll : scanner.ll
$(MISC)$/scanner.cxx: $(MISC)$/stripped_scanner.ll
+flex -o$(MISC)$/scanner.cxx $(MISC)$/stripped_scanner.ll
$(OBJ)$/wrap_parser.obj: $(MISC)$/parser.cxx
$(OBJ)$/wrap_scanner.obj: $(MISC)$/scanner.cxx