Changeset df49ff6
- Timestamp:
- Jul 22, 2009, 12:16:59 AM (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:
- 1ad4a4a
- Parents:
- b00c0a1
- git-author:
- Anders Kaseorg <andersk@mit.edu> (07/22/09 00:07:59)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (07/22/09 00:16:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r0b65bd7 rdf49ff6 43 43 perl $(XSUBPPDIR)/xsubpp $(XSUBPPFLAGS) -prototypes perlglue.xs > perlglue.c 44 44 45 varstubs.c: variable.c stubgen.pl46 perl stubgen.pl > varstubs.c45 varstubs.c: stubgen.pl variable.c 46 perl $< $(filter-out $<,$+) > $@ 47 47 48 48 # Only move owl_prototypes.h into place if the new one is different 49 owl_prototypes.h: codelist.pl varstubs.c $(BASE_SRCS) 50 perl codelist.pl> owl_prototypes.h.new49 owl_prototypes.h: codelist.pl varstubs.c $(BASE_SRCS) owl.c zcrypt.c 50 perl $< $(filter-out $<,$+) > owl_prototypes.h.new 51 51 @diff -U0 $@ owl_prototypes.h.new || { \ 52 52 test -f $@ && echo 'Interfaces changed!'; \
Note: See TracChangeset
for help on using the changeset viewer.