Changeset b80bae0 for Makefile.am
- Timestamp:
- Apr 4, 2013, 2:31:41 AM (9 years ago)
- Branches:
- master
- Children:
- cb1243be
- Parents:
- a870319
- git-author:
- Anders Kaseorg <andersk@mit.edu> (12/12/12 19:15:41)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (04/04/13 02:31:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
ra870319 rb80bae0 12 12 13 13 check_PROGRAMS = tester.bin 14 dist_check_DATA = t 15 dist_check_SCRIPTS = runtests.sh 14 16 15 17 barnowl_bin_SOURCES = $(BASE_SRCS) \ … … 18 20 $(GEN_C) $(GEN_H) 19 21 20 man_MANS = doc/barnowl.121 d oc_DATA = doc/intro.txt doc/advanced.txt22 dist_man_MANS = doc/barnowl.1 23 dist_doc_DATA = doc/intro.txt doc/advanced.txt 22 24 23 25 barnowl_bin_LDADD = compat/libcompat.a libfaim/libfaim.a … … 48 50 mainpanel.c msgwin.c sepbar.c editcontext.c signal.c closures.c 49 51 50 NORMAL_SRCS = filterproc.c window.cwindowcb.c52 NORMAL_SRCS = filterproc.c filterproc.h window.c window.h windowcb.c 51 53 52 54 BASE_SRCS = $(CODELIST_SRCS) $(NORMAL_SRCS) … … 93 95 94 96 CLEANFILES = $(BUILT_SOURCES) 97 EXTRA_DIST = \ 98 autogen.sh \ 99 barnowl \ 100 codelist.pl \ 101 doc \ 102 examples \ 103 marshal_types \ 104 perlglue.xs \ 105 scripts \ 106 stubgen.pl \ 107 tester \ 108 typemap 95 109 96 110 SUBDIRS = compat libfaim perl
Note: See TracChangeset
for help on using the changeset viewer.