Makefile
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for vw/src/dhcp
  2. #
  3. # modification history
  4. # --------------------
  5. # 01e,12oct01,tam  added repackaging support
  6. # 01d,27aug97,spm  removed modules from DOC_FILES (no user callable routines)
  7. # 01c,18apr97,spm  restored dhcpcBoot.o module to reduce size of boot ROM
  8. # 01b,03mar97,spm  added modules for DHCP server and relay agent,
  9. #                  removed unused module dhcpcBoot.o 
  10. # 01a,02mar97,vin  sorted and merged bsd44 to tor1_0_1,
  11. #     created from 01b of MakeSkel
  12. #
  13. # DESCRIPTION
  14. # This file contains the makefile rules for building the vx library
  15. #
  16. #*/
  17. TGT_DIR=$(WIND_BASE)/target
  18. LIB_BASE_NAME   = net
  19. DOC_FILES=
  20. OBJS= dhcpc.o dhcpcBoot.o dhcpcState1.o dhcpcState2.o 
  21. dhcpc_subr.o common_subr.o flushroute.o 
  22.                 database.o delarp.o dhcps.o hash.o interface.o 
  23.                 dhcpr.o dhcpRelay.o
  24. include $(TGT_DIR)/h/make/rules.library