Changeset 353719a for Makefile.am
- Timestamp:
- Feb 19, 2013, 8:29:04 PM (12 years ago)
- Branches:
- master, release-1.10
- Children:
- 5001a3d
- Parents:
- 06e04a9
- git-author:
- David Benjamin <davidben@mit.edu> (06/09/12 16:07:20)
- git-committer:
- David Benjamin <davidben@mit.edu> (02/19/13 20:29:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r06e04a9 r353719a 39 39 40 40 CODELIST_SRCS=message.c mainwin.c popwin.c zephyr.c messagelist.c \ 41 commands.c global.c text.c fmtext.c gmarshal_funcs.ceditwin.c \41 commands.c global.c text.c fmtext.c editwin.c \ 42 42 util.c logging.c \ 43 43 perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \ … … 52 52 BASE_SRCS = $(CODELIST_SRCS) $(NORMAL_SRCS) 53 53 54 GEN_C = varstubs.c perlglue.c 55 GEN_H = owl_prototypes.h 54 GEN_C = varstubs.c perlglue.c gmarshal_funcs.c 55 GEN_H = owl_prototypes.h gmarshal_funcs.h 56 56 57 57 BUILT_SOURCES = $(GEN_C) $(GEN_H) … … 75 75 $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@ 76 76 77 gmarshal_funcs.h: marshal_types 78 glib-genmarshal --header $< > $@ 79 gmarshal_funcs.c: marshal_types 80 glib-genmarshal --body $< > $@ 81 77 82 # For emacs flymake-mode 78 83 check-syntax: proto
Note: See TracChangeset
for help on using the changeset viewer.