Print this page
3194 dis crashes disassembling aes


  31 
  32 LDLIBS += -ldisasm -luutil -lelf
  33 CERRWARN += -_gcc=-Wno-uninitialized
  34 
  35 .KEEP_STATE:
  36 
  37 all: $(PROG)
  38 
  39 $(PROG): $(OBJS)
  40         $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
  41         $(POST_PROCESS)
  42 
  43 install: all $(ROOTPROG) $(ROOTCCSBINLINK)
  44 
  45 clean:
  46         $(RM) $(OBJS) $(PROG)
  47 
  48 lint: lint_SRCS
  49 
  50 include ../Makefile.targ



  31 
  32 LDLIBS += -ldisasm -luutil -lelf
  33 CERRWARN += -_gcc=-Wno-uninitialized
  34 
  35 .KEEP_STATE:
  36 
  37 all: $(PROG)
  38 
  39 $(PROG): $(OBJS)
  40         $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
  41         $(POST_PROCESS)
  42 
  43 install: all $(ROOTPROG) $(ROOTCCSBINLINK)
  44 
  45 clean:
  46         $(RM) $(OBJS) $(PROG)
  47 
  48 lint: lint_SRCS
  49 
  50 include ../Makefile.targ
  51 include ../Makefile.ctf