Changeset ea7daa8 for Makefile.am
- Timestamp:
- Jun 12, 2010, 3:29:01 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 1aa4cc4
- Parents:
- 044f19f
- git-author:
- David Benjamin <davidben@mit.edu> (06/12/10 01:53:25)
- git-committer:
- David Benjamin <davidben@mit.edu> (06/12/10 15:29:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r8f9a044 rea7daa8 56 56 BASE_SRCS = $(CODELIST_SRCS) $(NORMAL_SRCS) 57 57 58 GEN_C = varstubs.c perlglue.c globalnotifier.c58 GEN_C = varstubs.c perlglue.c 59 59 GEN_H = owl_prototypes.h 60 60 … … 76 76 $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@ 77 77 78 globalnotifier.c: globalnotifiergen.pl variable.c79 $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@80 81 78 owl_prototypes.h.new: codelist.pl varstubs.c $(CODELIST_SRCS) 82 79 $(AM_V_GEN)perl $< $(sort $(filter-out $<,$+)) > $@
Note: See TracChangeset
for help on using the changeset viewer.