Changeset ea7daa8 for Makefile.am


Ignore:
Timestamp:
Jun 12, 2010, 3:29:01 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
1aa4cc4
Parents:
044f19f
git-author:
David Benjamin <davidben@mit.edu> (06/12/10 01:53:25)
git-committer:
David Benjamin <davidben@mit.edu> (06/12/10 15:29:01)
Message:
Remove the global notifier
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r8f9a044 rea7daa8  
    5656BASE_SRCS = $(CODELIST_SRCS) $(NORMAL_SRCS)
    5757
    58 GEN_C = varstubs.c perlglue.c globalnotifier.c
     58GEN_C = varstubs.c perlglue.c
    5959GEN_H = owl_prototypes.h
    6060
     
    7676        $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@
    7777
    78 globalnotifier.c: globalnotifiergen.pl variable.c
    79         $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@
    80 
    8178owl_prototypes.h.new: codelist.pl varstubs.c $(CODELIST_SRCS)
    8279        $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@
Note: See TracChangeset for help on using the changeset viewer.