Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

makefile.inc

Go to the documentation of this file.
00001 #****************************** File Header ******************************\ 00002 # File Name: makefile.inc 00003 # 00004 # Copyright (c) 1985-96, Microsoft Corporation 00005 # 00006 # Inference rules to build generated header files 00007 # 00008 # History: 00009 # Feb-14-1996 GerardoB Created 00010 #***************************************************************************/ 00011 cscall.h: ..\cscall.tpl scf.lst 00012 listmung scf.lst ..\cscall.tpl >cscall.h 00013 00014 callback.h: ..\callback.tpl cb.lst 00015 listmung cb.lst ..\callback.tpl >callback.h 00016 00017 msgdef.h: ..\msgdef.tpl msgdef.lst 00018 listmung msgdef.lst ..\msgdef.tpl >msgdef.h 00019 00020 scf.lst: ..\scf.lst 00021 @echo Creating $@ from $** 00022 $(C_PREPROCESSOR) $** > $@ 00023 00024 cb.lst: ..\cb.lst 00025 @echo Creating $@ from $** 00026 $(C_PREPROCESSOR) $** > $@ 00027 00028 msgdef.lst: ..\msgdef.lst 00029 @echo Creating $@ from $** 00030 $(C_PREPROCESSOR) $** > $@ 00031 00032

Generated on Sat May 15 19:40:41 2004 for test by doxygen 1.3.7