Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r9d27ee8 rea7daa8  
    1212zcrypt_SOURCES = zcrypt.c filterproc.c
    1313
    14 check_PROGRAMS = tester.bin
     14check_PROGRAMS = tester perl_tester
    1515
    1616barnowl_bin_SOURCES = $(BASE_SRCS) \
     
    1919     $(GEN_C) $(GEN_H)
    2020
    21 man_MANS = doc/barnowl.1
    22 doc_DATA = doc/intro.txt doc/advanced.txt
    23 
    2421barnowl_bin_LDADD = libfaim/libfaim.a
    2522
    26 tester_bin_SOURCES = $(BASE_SRCS) \
     23tester_SOURCES = $(BASE_SRCS) \
    2724     owl.h owl_perl.h config.h \
    2825     $(GEN_C) $(GEN_H) \
    2926     tester.c
    3027
    31 tester_bin_LDADD = libfaim/libfaim.a
     28tester_LDADD = libfaim/libfaim.a
     29
     30perl_tester_SOURCES = $(BASE_SRCS) \
     31     owl.h owl_perl.h config.h \
     32     $(GEN_C) $(GEN_H) \
     33     perl_tester.c
     34
     35perl_tester_LDADD = libfaim/libfaim.a
    3236
    3337TESTS=runtests.sh
     
    3943           $(GIT_FLAGS)
    4044
    41 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 \
    4246     commands.c global.c text.c fmtext.c editwin.c util.c logging.c \
    4347     perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \
     
    4650     aim.c buddy.c buddylist.c style.c errqueue.c \
    4751     zbuddylist.c popexec.c select.c wcwidth.c \
    48      glib_compat.c filterproc.c
     52     glib_compat.c mainpanel.c msgwin.c sepbar.c
     53
     54NORMAL_SRCS = filterproc.c window.c windowcb.c
     55
     56BASE_SRCS = $(CODELIST_SRCS) $(NORMAL_SRCS)
    4957
    5058GEN_C = varstubs.c perlglue.c
     
    6876        $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@
    6977
    70 owl_prototypes.h.new: codelist.pl varstubs.c $(BASE_SRCS)
     78owl_prototypes.h.new: codelist.pl varstubs.c $(CODELIST_SRCS)
    7179        $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@
    7280
Note: See TracChangeset for help on using the changeset viewer.