Changeset 191d5e7
- Timestamp:
- Sep 15, 2009, 4:22:46 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 2693b12
- Parents:
- 3daca13
- git-author:
- Anders Kaseorg <andersk@mit.edu> (09/15/09 01:31:38)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (09/15/09 16:22:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r3daca13 r191d5e7 5 5 owl.h owl_perl.h config.h \ 6 6 owl.c \ 7 libzcrypt.a \8 7 $(GEN_C) $(GEN_H) 9 8 10 barnowl_bin_LDADD = libfaim/libfaim.a libzcrypt.a9 barnowl_bin_LDADD = libfaim/libfaim.a 11 10 12 11 tester_SOURCES = $(BASE_SRCS) \ 13 12 owl.h owl_perl.h config.h \ 14 libzcrypt.a \15 13 $(GEN_C) $(GEN_H) \ 16 14 tester.c 17 15 18 tester_LDADD = libfaim/libfaim.a libzcrypt.a16 tester_LDADD = libfaim/libfaim.a 19 17 20 18 TESTS=runtests.sh 21 22 noinst_LIBRARIES = libzcrypt.a23 24 libzcrypt_a_SOURCES = zcrypt.c25 19 26 20 CPPFLAGS = -I$(top_srcdir)/ \ … … 31 25 perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \ 32 26 regex.c history.c view.c dict.c variable.c filterelement.c pair.c \ 33 keypress.c keymap.c keybinding.c cmd.c context.c \27 keypress.c keymap.c keybinding.c cmd.c context.c zcrypt.c \ 34 28 aim.c buddy.c buddylist.c style.c errqueue.c \ 35 29 zbuddylist.c popexec.c obarray.c select.c wcwidth.c \ … … 56 50 $(AM_V_GEN)perl $< $(filter-out $<,$+) > $@ 57 51 58 owl_prototypes.h.new: codelist.pl varstubs.c $(BASE_SRCS) zcrypt.c52 owl_prototypes.h.new: codelist.pl varstubs.c $(BASE_SRCS) 59 53 $(AM_V_GEN)perl $< $(filter-out $<,$+) > $@ 60 54
Note: See TracChangeset
for help on using the changeset viewer.