Changeset 0f5b08e
- Timestamp:
- Apr 4, 2013, 2:05:03 AM (12 years ago)
- Branches:
- master, release-1.10
- Children:
- a870319
- Parents:
- 25d7236
- git-author:
- Anders Kaseorg <andersk@mit.edu> (12/12/12 18:45:26)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (04/04/13 02:05:03)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r25d7236 r0f5b08e 53 53 54 54 GEN_C = varstubs.c perlglue.c gmarshal_funcs.c 55 GEN_H = owl_prototypes.h gmarshal_funcs.h55 GEN_H = owl_prototypes.h owl_prototypes.h.new gmarshal_funcs.h 56 56 57 57 BUILT_SOURCES = $(GEN_C) $(GEN_H) … … 93 93 $(DESTDIR)$(bindir)/$(call do_transform,barnowl) 94 94 95 CLEANFILES = $(BUILT_SOURCES) 96 95 97 SUBDIRS = compat libfaim perl -
perl/modules/Makefile.am
r35c5bd8 r0f5b08e 14 14 clean-local: $(MODULES_CLEAN) 15 15 $(MODULES_CLEAN): clean_%: 16 (cd $* && (test ! -f Makefile || $(MAKE) clean)) 16 cd $* && { test ! -f Makefile || $(MAKE) realclean; } 17 rm -f $*/$*.par 17 18 18 19 MODULES_INSTALL = $(MODULES:%=module_install_%)
Note: See TracChangeset
for help on using the changeset viewer.