PROC=pdb
O1=old
O2=pdbreg
ADDITIONAL_GOALS=cfg
!ifdef __VC__
LIBS=oleaut32.lib ole32.lib
!endif
#__CFLAGS=/wd4191
!include ..\plugin.mak

cfg: $(C)pdb.cfg
$(C)pdb.cfg: pdb.cfg
        $(CP) $? $@

# MAKEDEP dependency list ------------------
$(F)old$(O)     : $(I)area.hpp $(I)auto.hpp $(I)bytes.hpp $(I)diskio.hpp    \
	          $(I)err.h $(I)fpro.h $(I)funcs.hpp $(I)help.h             \
	          $(I)ida.hpp $(I)idp.hpp $(I)kernwin.hpp $(I)lines.hpp     \
	          $(I)llong.hpp $(I)loader.hpp $(I)nalt.hpp                 \
	          $(I)netnode.hpp $(I)pro.h $(I)segment.hpp $(I)ua.hpp      \
	          $(I)xref.hpp bc5_add.h cvconst.h dbghelp.h old.cpp        \
	          oldpdb.h
$(F)pdb$(O)     : $(I)area.hpp $(I)auto.hpp $(I)bytes.hpp $(I)demangle.hpp  \
	          $(I)diskio.hpp $(I)err.h $(I)fpro.h $(I)frame.hpp         \
	          $(I)funcs.hpp $(I)help.h $(I)ida.hpp $(I)idp.hpp          \
	          $(I)kernwin.hpp $(I)lines.hpp $(I)llong.hpp               \
	          $(I)loader.hpp $(I)md5.h $(I)nalt.hpp $(I)name.hpp        \
	          $(I)netnode.hpp $(I)pro.h $(I)segment.hpp $(I)struct.hpp  \
	          $(I)typeinf.hpp $(I)ua.hpp $(I)xref.hpp                   \
	          ../../ldr/pe/pe.h common.cpp cvconst.h dia2.h oldpdb.h    \
	          pdb.cpp
$(F)pdbreg$(O)  : $(I)llong.hpp $(I)pro.h cvconst.h pdbreg.cpp
