⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ffxproj.mak

📁 flashfx pro for vxworks based arm9260
💻 MAK
字号:
#----------------------------------------------------------------------------
#				Description
#
#	This make file controls	the generation of the FXPROJ library.  It is
#	designed for use with GNU Make or compatibles.
#
#	OESERV modules are located in $(P_ROOT)\os\$(P_OS)\OESERV.
#	PRJHOOKS modules are located in	$(P_ROOT)\os\$(P_OS)\PRJHOOKS.
#
#	The functionality in any of these files	can be modified	by copying
#	the file into the Project Directory $(P_PROJDIR), modifying the	file
#	as needed, and adding the file to the appropriate OESERVSRC/OBJ	or
#	PRJHOOKSSRC/OBJ	lists below.
#----------------------------------------------------------------------------

#----------------------------------------------------------------------------
#				Revision History
#	$Log: ffxproj.mak $
#	Revision 1.1  2005/10/06 02:17:30Z  Pauli
#	Initial revision
#	Revision 1.1  2005/10/06 03:17:30Z  Garyp
#	Initial revision
#	Revision 1.1  2005/08/21 11:14:00Z  garyp
#	Initial revision
#	Revision 1.1  2005/06/12 03:29:24Z  pauli
#	Initial revision
#	Revision 1.1  2005/06/12 03:29:24Z  pauli
#	Initial revision
#	Revision 1.2  2005/06/12 03:29:24Z  PaulI
#	Added DCL OSSERV override list macros.
#	Revision 1.1  2005/05/08 20:03:28Z  garyp
#	Initial revision
#----------------------------------------------------------------------------

#-----------------------------------------------------------
#	Source Modules
#-----------------------------------------------------------

# List source modules and headers unique to the	Project	Directory
PROJSRC	     = ffxmain.c
PROJOBJ	     = ffxmain.$(B_OBJEXT)
PROJHEADERS  =
PROJINCLUDES =

# List any DCL OSSERV modules overridden in the Project Directory.
# (If this product is a sub-product of another, the overridden
# DCL modules must be listed in the main product's make file.)
OSSERVSRC    =
OSSERVOBJ    =

# List any OESERV modules overridden in the Project Directory
OESERVSRC    =
OESERVOBJ    =

# List any PRJHOOKS modules overridden in the Project Directory
PRJHOOKSSRC  = fhinit.c
PRJHOOKSOBJ  = fhinit.$(B_OBJEXT)


#-----------------------------------------------------------
#	Boilerplate Project Build Logic
#-----------------------------------------------------------

include	$(P_ROOT)\product\projdef.mak


#-----------------------------------------------------------
#	Dependencies
#-----------------------------------------------------------

ffxmain.$(B_OBJEXT) : $(PROJHEADERS) ffxmain.c
fhinit.$(B_OBJEXT)   : $(PROJHEADERS) fhinit.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -