!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

        Ted Miller (tedm) 19-Feb-1991

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=sdktools
MINORCOMP=yacc

386_STDCALL=0
TARGETNAME=midlyacc
TARGETPATH=obj
TARGETTYPE=PROGRAM
USE_MSVCRT=1

INCLUDES=

SOURCES=midlyacc.rc \
        y1imp.c    \
        yaryfl.c   \
        ycpfir.c   \
        yacc.c     \
        ysmnam.c   \
        ysumry.c   \
        ycpuni.c   \
        ydfout.c   \
        ysetup.c   \
        yg2out.c   \
        ywarry.c   \
        yclopt.c   \
        yosmry.c   \
        y2imp.c    \
        ycemty.c   \
        ycpres.c   \
        yothrs.c   \
        ystagn.c   \
        ywritm.c   \
        ycpycd.c   \
        yfdtyp.c   \
        yskpcm.c   \
        yhdprd.c   \
        ywract.c   \
        ygin.c     \
        ystin.c    \
        y3imp.c    \
        ychcpy.c   \
        yerror.c   \
        yprlok.c   \
        ystate.c   \
        ychfnd.c   \
        ycstsh.c   \
        yfnact.c   \
        yapack.c   \
        youtpt.c   \
        ywstat.c   \
        ygtnm.c    \
        yarout.c   \
        y4imp.c    \
        yclsur.c   \
        yflset.c   \
        yptitm.c   \
        ystuni.c   \
        ycpact.c   \
        ydefin.c   \
        ygttok.c   \
        yg2gen.c   \
        yprcft.c   \
        yaoput.c   \
        ynxti.c    \
        util.c

!IF "$(TOOL)" == "1"
C_DEFINES=
!ELSE
C_DEFINES=-DNT_HOST
!ENDIF

C_DEFINES=$(C_DEFINES) -DM_I386

UMTYPE=console