/[dynamips]/upstream/dynamips-0.2.7-RC3/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.7-RC3/Makefile

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

upstream/dynamips-0.2.7-RC2/Makefile revision 8 by dpavlin, Sat Oct 6 16:24:54 2007 UTC upstream/dynamips-0.2.7-RC3/Makefile revision 9 by dpavlin, Sat Oct 6 16:26:06 2007 UTC
# Line 14  HAS_PCAP?=1 Line 14  HAS_PCAP?=1
14    
15  # Current dynamips release  # Current dynamips release
16  VERSION_TRAIN=0.2.7  VERSION_TRAIN=0.2.7
17  VERSION_SUB=-RC2  VERSION_SUB=-RC3
18    
19  VERSION=$(VERSION_TRAIN)$(VERSION_SUB)  VERSION=$(VERSION_TRAIN)$(VERSION_SUB)
20  VERSION_DEV=$(VERSION_TRAIN)-$(shell date +%Y%m%d-%H)  VERSION_DEV=$(VERSION_TRAIN)-$(shell date +%Y%m%d-%H)
# Line 33  MIPS64_ARCH_INC_FILE=\"mips64_$(DYNAMIPS Line 33  MIPS64_ARCH_INC_FILE=\"mips64_$(DYNAMIPS
33  PPC32_ARCH_INC_FILE=\"ppc32_$(DYNAMIPS_ARCH)_trans.h\"  PPC32_ARCH_INC_FILE=\"ppc32_$(DYNAMIPS_ARCH)_trans.h\"
34    
35  CFLAGS+=-g -Wall -O3 -fomit-frame-pointer \  CFLAGS+=-g -Wall -O3 -fomit-frame-pointer \
36          -DJIT_ARCH=\"$(DYNAMIPS_ARCH)\" \          -DJIT_ARCH=\"$(DYNAMIPS_ARCH)\" -DJIT_CPU=CPU_$(DYNAMIPS_ARCH) \
37          -DMIPS64_ARCH_INC_FILE=$(MIPS64_ARCH_INC_FILE) \          -DMIPS64_ARCH_INC_FILE=$(MIPS64_ARCH_INC_FILE) \
38          -DPPC32_ARCH_INC_FILE=$(PPC32_ARCH_INC_FILE) \          -DPPC32_ARCH_INC_FILE=$(PPC32_ARCH_INC_FILE) \
39          -DDYNAMIPS_VERSION=\"$(VERSION)\" \          -DDYNAMIPS_VERSION=\"$(VERSION)\" \
# Line 93  HDR=mempool.h registry.h rbtree.h hash.h Line 93  HDR=mempool.h registry.h rbtree.h hash.h
93          crc.h sbox.h base64.h net.h net_io.h net_io_bridge.h net_io_filter.h \          crc.h sbox.h base64.h net.h net_io.h net_io_bridge.h net_io_filter.h \
94          atm.h frame_relay.h eth_switch.h \          atm.h frame_relay.h eth_switch.h \
95          ptask.h timer.h dev_vtty.h hypervisor.h dynamips.h insn_lookup.h \          ptask.h timer.h dev_vtty.h hypervisor.h dynamips.h insn_lookup.h \
96          vm.h cpu.h memory.h device.h \          vm.h cpu.h jit_op.h memory.h device.h \
97          mips64.h mips64_mem.h mips64_exec.h mips64_jit.h mips64_cp0.h \          mips64.h mips64_mem.h mips64_exec.h mips64_jit.h mips64_cp0.h \
98          ppc32.h ppc32_mem.h ppc32_exec.h ppc32_jit.h ppc32_vmtest.h \          ppc32.h ppc32_mem.h ppc32_exec.h ppc32_jit.h ppc32_vmtest.h \
99          nmc93cX6.h cisco_eeprom.h ds1620.h dev_rom.h \          nmc93cX6.h cisco_eeprom.h ds1620.h dev_rom.h \
# Line 112  SOURCES=mempool.c registry.c rbtree.c ha Line 112  SOURCES=mempool.c registry.c rbtree.c ha
112          ptask.c timer.c crc.c base64.c \          ptask.c timer.c crc.c base64.c \
113          net.c net_io.c net_io_bridge.c net_io_filter.c \          net.c net_io.c net_io_bridge.c net_io_filter.c \
114          atm.c frame_relay.c eth_switch.c \          atm.c frame_relay.c eth_switch.c \
115          dynamips.c insn_lookup.c vm.c cpu.c \          dynamips.c insn_lookup.c vm.c cpu.c jit_op.c \
116          mips64.c mips64_mem.c mips64_cp0.c mips64_jit.c mips64_exec.c \          mips64.c mips64_mem.c mips64_cp0.c mips64_jit.c mips64_exec.c \
117          ppc32.c ppc32_mem.c ppc32_jit.c ppc32_exec.c ppc32_vmtest.c \          ppc32.c ppc32_mem.c ppc32_jit.c ppc32_exec.c ppc32_vmtest.c \
118          memory.c device.c nmc93cX6.c cisco_eeprom.c \          memory.c device.c nmc93cX6.c cisco_eeprom.c \

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26