/[VRac]/M6502/Makefile.PL
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 /M6502/Makefile.PL

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

revision 81 by dpavlin, Wed Aug 1 15:53:54 2007 UTC revision 82 by dpavlin, Wed Aug 1 21:40:17 2007 UTC
# Line 41  sub MY::postamble { Line 41  sub MY::postamble {
41  emulator: $(INST_ARCHAUTODIR)/$(NAME).$(SO) config.h perl.c  emulator: $(INST_ARCHAUTODIR)/$(NAME).$(SO) config.h perl.c
42          $(CC) -o emulator perl.o $(INST_ARCHAUTODIR)/$(NAME).$(SO) `perl -MExtUtils::Embed -e ldopts`          $(CC) -o emulator perl.o $(INST_ARCHAUTODIR)/$(NAME).$(SO) `perl -MExtUtils::Embed -e ldopts`
43    
44  run: emulator  run:
45          #( ./emulator 2>&1 ) | tee log | head -50          perl -Mblib -MArch -le 'print Orao->new->boot;'
46          ./emulator  
47    gdb:
48            gdb -x run --args perl t/10-orao.t
49    
50  html: all  html: all
51          test -d html || mkdir html          test -d html || mkdir html

Legend:
Removed from v.81  
changed lines
  Added in v.82

  ViewVC Help
Powered by ViewVC 1.1.26