00001 HDEPENDENCIES=..\..\exts.h $(BASEDIR)\private\inc\stdexts.h
00002
00003 GENUEDEFDEFINES=/D_$(ALT_PROJECT)_
00004 !if !$(FREEBUILD)
00005 GENUEDEFDEFINES=$(GENUEDEFDEFINES) /DDEBUGTAGS=1
00006 !endif
00007
00008 userexts.def: ..\..\genuedef.c $(HDEPENDENCIES)
00009 $(CXX_COMPILER_NAME) $(GENUEDEFDEFINES) /EP ..\..\genuedef.c >userexts.def
00010
00011 #
00012 # Dependencies for dummy targets
00013 #
00014 ..\alpha.c: ..\..\alpha.c
00015 ..\i386.c: ..\..\i386.c
00016 ..\kdexts.c: ..\..\kdexts.c
00017 ..\mips.c: ..\..\mips.c
00018 ..\ppc.c: ..\..\ppc.c
00019 ..\userexts.c: ..\..\userkdx.h \
00020 ..\..\userexts.c \
00021 $(HDEPENDENCIES) \
00022 $(BASEDIR)\private\inc\stdexts.c
00023 ..\userexts.rc: ..\..\userexts.rc
00024
00025 ..\..\precomp.h: ..\..\userkdx.h
00026 ..\..\userkdx.h: ..\..\..\client\usercli.h \
00027 ..\..\..\inc\user.h \
00028 ..\..\..\inc\ntuser.h \
00029 $(BASEDIR)\private\inc\winuserp.h \
00030 $(BASEDIR)\private\inc\immp.h \
00031 ..\..\..\..\w32inc\winuserk.h
00032
00033
00034 ..\$(TARGET_DIRECTORY)\dsotable.c: ..\..\userkdx.h ..\ntsd.txt ..\..\dsocode.c
00035 $(C_PREPROCESSOR) ..\..\userkdx.h > userkdx.pph
00036 structo -i h -p -s ..\ntsd.txt -o $@ userkdx.pph
00037 del userkdx.pph