defs.vxApp
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. # defs.vxApp - makefile target definitions for vxWorks application projects
  2. #
  3. # modification history
  4. # --------------------
  5. # 01a,30may02,cjs  added modhist. Got rid of linkedObjs.o reference and
  6. #                  changed ARCHIVE too.
  7. #
  8. ifeq ($(DEFAULT_RULE),)
  9. DEFAULT_RULE = $(basename $(notdir $(PRJ_FILE))).out
  10. endif
  11. ifeq ($(ARCHIVE),)
  12. ARCHIVE = $(basename $(notdir $(PRJ_FILE))).a
  13. endif