!IF 0

Copyright (C) Microsoft Corporation, 1989 - 1999

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.

!ENDIF

!INCLUDE ..\user.mk

MINORCOMP=cindex

TARGETNAME=cindex
TARGETTYPE=LIBRARY

INCLUDES=$(INCLUDES);..\pch;.;..\h;..\h\$(O);..\cifrmcom;..\cifrmwrk\indexing

#
# Turn off /GS for the cindex directory only.  This contains the real guts of the
# engine including compression/decompression and is far-removed from user input.
# I discussed this with MikeHow.
#

BUFFER_OVERFLOW_CHECKS=0

SOURCES=abortwid.cxx \
        afwwork.cxx  \
        bitstm.cxx   \
        changes.cxx  \
        changlog.cxx \
        ci.cxx       \
        cibackup.cxx \
        compress.cxx \
        dirtree.cxx  \
        doclist.cxx  \
        dqueue.cxx   \
        filtman.cxx  \
        fresh.cxx    \
        freshcur.cxx \
        freshlog.cxx \
        fretable.cxx \
        fretest.cxx  \
        idle.cxx     \
        idxlst.cxx   \
        indsnap.cxx  \
        index.cxx    \
        indxact.cxx  \
        invcur.cxx   \
        kcurstk.cxx  \
        kcurheap.cxx \
        keyhash.cxx  \
        keylist.cxx  \
        lowres.cxx   \
        mcursor.cxx  \
        merge.cxx    \
        mindex.cxx   \
        mmerglog.cxx \
        notxact.cxx  \
        occarray.cxx \
        occtable.cxx \
        partlst.cxx  \
        partn.cxx    \
        pcomp.cxx    \
        pendcur.cxx  \
        pmcomp.cxx   \
        physidx.cxx  \
        pidxtbl.cxx  \
        pindex.cxx   \
        pqueue.cxx   \
        prtiflst.cxx \
        resman.cxx   \
        rwex.cxx     \
        set.cxx      \
        sort.cxx     \
        stat.cxx     \
        unioncur.cxx \
        widarr.cxx   \
        wlcursor.cxx \
        wordlist.cxx


PRECOMPILED_OPTION=/Yu /Fp..\pch\$(_OBJ_DIR)\*\pch.pch
PRECOMPILED_TARGET=..\pch\$(_OBJ_DIR)\*\pch.pch
PRECOMPILED_CXX=1