Changeset 37f9818 for Makefile.am


Ignore:
Timestamp:
May 31, 2010, 5:28:25 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:
e96b4ce
Parents:
5d74b7c
git-author:
David Benjamin <davidben@mit.edu> (05/31/10 17:26:32)
git-committer:
David Benjamin <davidben@mit.edu> (05/31/10 17:28:25)
Message:
Don't process every source file in codelist.pl

Notably, filterproc.c already has a header file anyway.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r449af72 r37f9818  
    4343           $(GIT_FLAGS)
    4444
    45 BASE_SRCS=list.c message.c mainwin.c popwin.c zephyr.c messagelist.c \
     45CODELIST_SRCS=list.c message.c mainwin.c popwin.c zephyr.c messagelist.c \
    4646     commands.c global.c text.c fmtext.c editwin.c util.c logging.c \
    4747     perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \
     
    5050     aim.c buddy.c buddylist.c style.c errqueue.c \
    5151     zbuddylist.c popexec.c select.c wcwidth.c window.c \
    52      glib_compat.c filterproc.c
     52     glib_compat.c
     53
     54NORMAL_SRCS = filterproc.c
     55
     56BASE_SRCS = $(CODELIST_SRCS) $(NORMAL_SRCS)
    5357
    5458GEN_C = varstubs.c perlglue.c
     
    7276        $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@
    7377
    74 owl_prototypes.h.new: codelist.pl varstubs.c $(BASE_SRCS)
     78owl_prototypes.h.new: codelist.pl varstubs.c $(CODELIST_SRCS)
    7579        $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@
    7680
Note: See TracChangeset for help on using the changeset viewer.