Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    rea7daa8 r9d27ee8  
    1212zcrypt_SOURCES = zcrypt.c filterproc.c
    1313
    14 check_PROGRAMS = tester perl_tester
     14check_PROGRAMS = tester.bin
    1515
    1616barnowl_bin_SOURCES = $(BASE_SRCS) \
     
    1919     $(GEN_C) $(GEN_H)
    2020
     21man_MANS = doc/barnowl.1
     22doc_DATA = doc/intro.txt doc/advanced.txt
     23
    2124barnowl_bin_LDADD = libfaim/libfaim.a
    2225
    23 tester_SOURCES = $(BASE_SRCS) \
     26tester_bin_SOURCES = $(BASE_SRCS) \
    2427     owl.h owl_perl.h config.h \
    2528     $(GEN_C) $(GEN_H) \
    2629     tester.c
    2730
    28 tester_LDADD = libfaim/libfaim.a
    29 
    30 perl_tester_SOURCES = $(BASE_SRCS) \
    31      owl.h owl_perl.h config.h \
    32      $(GEN_C) $(GEN_H) \
    33      perl_tester.c
    34 
    35 perl_tester_LDADD = libfaim/libfaim.a
     31tester_bin_LDADD = libfaim/libfaim.a
    3632
    3733TESTS=runtests.sh
     
    4339           $(GIT_FLAGS)
    4440
    45 CODELIST_SRCS=list.c message.c mainwin.c popwin.c zephyr.c messagelist.c \
     41BASE_SRCS=list.c message.c mainwin.c popwin.c zephyr.c messagelist.c \
    4642     commands.c global.c text.c fmtext.c editwin.c util.c logging.c \
    4743     perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \
     
    5046     aim.c buddy.c buddylist.c style.c errqueue.c \
    5147     zbuddylist.c popexec.c select.c wcwidth.c \
    52      glib_compat.c mainpanel.c msgwin.c sepbar.c
    53 
    54 NORMAL_SRCS = filterproc.c window.c windowcb.c
    55 
    56 BASE_SRCS = $(CODELIST_SRCS) $(NORMAL_SRCS)
     48     glib_compat.c filterproc.c
    5749
    5850GEN_C = varstubs.c perlglue.c
     
    7668        $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@
    7769
    78 owl_prototypes.h.new: codelist.pl varstubs.c $(CODELIST_SRCS)
     70owl_prototypes.h.new: codelist.pl varstubs.c $(BASE_SRCS)
    7971        $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@
    8072
Note: See TracChangeset for help on using the changeset viewer.