Changeset e1e59a7 for Makefile.am
- Timestamp:
- Oct 10, 2009, 9:24:18 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:
- 69c3878
- Parents:
- 737b8f1 (diff), 1fdca1b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
rb373d44 re1e59a7 42 42 GEN_H = owl_prototypes.h 43 43 44 TYPEMAP = typemap 45 44 46 BUILT_SOURCES = $(GEN_C) $(GEN_H) 45 47 … … 53 55 proto: owl_prototypes.h 54 56 55 perlglue.c: perlglue.xs 56 $(AM_V_GEN)perl $(XSUBPPDIR)/xsubpp $(XSUBPPFLAGS) -prototypes perlglue.xs > perlglue.c57 perlglue.c: perlglue.xs $(TYPEMAP) 58 $(AM_V_GEN)perl $(XSUBPPDIR)/xsubpp $(XSUBPPFLAGS) -prototypes perlglue.xs -typemap $(TYPEMAP) > perlglue.c 57 59 58 60 varstubs.c: stubgen.pl variable.c
Note: See TracChangeset
for help on using the changeset viewer.