Changeset fd8dfe7 for Makefile.in


Ignore:
Timestamp:
Jun 2, 2009, 11:53:14 AM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
8daf504
Parents:
ee183be
git-author:
Nelson Elhage <nelhage@mit.edu> (06/01/09 22:45:53)
git-committer:
Nelson Elhage <nelhage@mit.edu> (06/02/09 11:53:14)
Message:
Load perl code from the filesystem at runtime.

Remove perlwrap.pm and associated code, and instead do 'use BarnOwl'
at boot time to load cdoe from the file system at runtime. In
addition, add appropriate 'use' statements to the .pm files to cause
everything to get loaded.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rd5ef539 rfd8dfe7  
    3939BASE_OBJS = $(BASE_SRCS:.c=.o)
    4040
    41 GEN_C = varstubs.c perlglue.c perlwrap.c
     41GEN_C = varstubs.c perlglue.c
    4242GEN_H = owl_prototypes.h
    4343GEN_O = $(GEN_C:.c=.o)
     
    9797        perl stubgen.pl > varstubs.c
    9898
    99 perlwrap.c: perlwrap.pm encapsulate.pl
    100         perl encapsulate.pl perlwrap.pm owl_perlwrap_codebuff > perlwrap.c
    101 
    10299# Only move owl_prototypes.h into place if the new one is different
    103100owl_prototypes.h: codelist.pl varstubs.c $(BASE_SRCS)
Note: See TracChangeset for help on using the changeset viewer.