summaryrefslogtreecommitdiffstats
path: root/private/windbg/eecan/common.inc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/windbg/eecan/common.inc50
1 files changed, 50 insertions, 0 deletions
diff --git a/private/windbg/eecan/common.inc b/private/windbg/eecan/common.inc
new file mode 100644
index 000000000..8555f41d0
--- /dev/null
+++ b/private/windbg/eecan/common.inc
@@ -0,0 +1,50 @@
+!IF 0
+
+Copyright (c) 1989 Microsoft Corporation
+
+Module Name:
+
+ common.inc
+
+Abstract:
+
+ This is an include file for makefile.inc in each of the
+ directories which has c files that are wrappers for the
+ files in this directory. The WRAPPEDCOBJECTS macro contains
+ a list of the objects which are dependent on the files
+ in this directory.
+
+ SRCDIR must be defined in each makefile.inc, and will
+ always point to the directory that this file is in.
+
+
+Author:
+
+ Kent Forschmiedt
+
+!ENDIF
+
+
+WRAPPEDCOBJECTS = obj\*\debapi.obj \
+ obj\*\debbind.obj \
+ obj\*\deberr.obj \
+ obj\*\debeval.obj \
+ obj\*\debfmt.obj \
+ obj\*\deblex.obj \
+ obj\*\deblexer.obj \
+ obj\*\debparse.obj \
+ obj\*\debsrch.obj \
+ obj\*\debsup.obj \
+ obj\*\debsym.obj \
+ obj\*\debtree.obj \
+ obj\*\debtyper.obj \
+ obj\*\debutil.obj \
+ obj\*\debwalk.obj \
+ obj\*\eeformat.obj \
+ obj\*\r10math.obj
+
+
+$(WRAPPEDCOBJECTS:*=i386): $(SRCDIR)\$$(@B).c
+$(WRAPPEDCOBJECTS:*=mips): $(SRCDIR)\$$(@B).c
+$(WRAPPEDCOBJECTS:*=alpha): $(SRCDIR)\$$(@B).c
+$(WRAPPEDCOBJECTS:*=ppc): $(SRCDIR)\$$(@B).c