/[dynamips]/upstream/dynamips-0.2.6-RC1/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.6-RC1/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.5/Makefile revision 1 by dpavlin, Sat Oct 6 16:01:44 2007 UTC upstream/dynamips-0.2.6-RC1/Makefile revision 2 by dpavlin, Sat Oct 6 16:03:58 2007 UTC
# Line 13  HAS_RFC2553?=1 Line 13  HAS_RFC2553?=1
13  HAS_PCAP?=1  HAS_PCAP?=1
14    
15  # Current dynamips release  # Current dynamips release
16  VERSION=0.2.5  VERSION_TRAIN=0.2.6
17  VERSION_DEV=$(VERSION)-$(shell date +%Y%m%d-%H)  VERSION_SUB=-RC1
18    
19    VERSION=$(VERSION_TRAIN)$(VERSION_SUB)
20    VERSION_DEV=$(VERSION_TRAIN)-$(shell date +%Y%m%d-%H)
21    
22  # Executable binary extension  # Executable binary extension
23  BIN_EXT?=  BIN_EXT?=
# Line 82  SOURCES=mempool.c registry.c rbtree.c ha Line 85  SOURCES=mempool.c registry.c rbtree.c ha
85          dev_plx9060.c dev_dec21x50.c dev_pericom.c dev_ap1011.c \          dev_plx9060.c dev_dec21x50.c dev_pericom.c dev_ap1011.c \
86          dev_ns16552.c dev_dec21140.c dev_am79c971.c dev_mueslix.c \          dev_ns16552.c dev_dec21140.c dev_am79c971.c dev_mueslix.c \
87          dev_c3600.c dev_c3600_bay.c dev_c3600_iofpga.c \          dev_c3600.c dev_c3600_bay.c dev_c3600_iofpga.c \
88          dev_c3600_eth.c dev_c3600_serial.c \          dev_c3600_eth.c dev_c3600_serial.c dev_c3600_esw.c \
89          dev_c7200.c dev_c7200_iofpga.c dev_c7200_mpfpga.c \          dev_c7200.c dev_c7200_iofpga.c dev_c7200_mpfpga.c \
90          dev_c7200_sram.c dev_c7200_eth.c dev_c7200_serial.c dev_c7200_pos.c \          dev_c7200_sram.c dev_c7200_eth.c dev_c7200_serial.c dev_c7200_pos.c \
91          dev_c7200_bri.c \          dev_c7200_bri.c \
92          dev_pa_a1.c dev_sb1.c dev_sb1_io.c dev_sb1_pci.c hypervisor.c \          dev_pa_a1.c dev_sb1.c dev_sb1_io.c dev_sb1_pci.c hypervisor.c \
93          hv_nio.c hv_nio_bridge.c hv_frsw.c hv_atmsw.c hv_ethsw.c \          hv_nio.c hv_nio_bridge.c hv_frsw.c hv_atmsw.c hv_ethsw.c \
94          hv_vm.c hv_c7200.c hv_c3600.c          hv_vm.c hv_vm_debug.c hv_c7200.c hv_c3600.c
95    
96  # Profiling  # Profiling
97  #SOURCES += profiler.c  #SOURCES += profiler.c

Legend:
Removed from v.1  
changed lines
  Added in v.2

  ViewVC Help
Powered by ViewVC 1.1.26