Lines Matching +full:- +full:- +full:exclude

40 	$(Q) $(CC) -c $(ALL_CFLAGS) $< -o $@
47 $(Q) $(CC) $(ALL_LDFLAGS) -o resize2fs $(RESIZE_OBJS) $(LIBS)
51 $(Q) $(LD) $(ALL_LDFLAGS) $(LDFLAG_STATIC) -o resize2fs.static \
60 $(Q) $(CC) $(ALL_LDFLAGS) -o test_extent $(TEST_EXTENT_OBJS) $(LIBS)
74 $(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \
80 install-strip: install
88 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
91 $(RM) -f $(DESTDIR)$(man8dir)/$$i; \
99 $(Q) if cmp -s test_extent.out $(srcdir)/test_extent.in ; then \
108 $(RM) -f $(PROGS) $(TEST_PROGS) $(MANPAGES) \#* *.s *.o *.a *~ core \
114 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
120 SRCROOT = `echo e2fsprogs-@E2FSPROGS_VERSION@ | sed -e 's/-WIP//' \
121 -e 's/pre-//' -e 's/-PLUS//'`
124 $(top_srcdir)/.exclude-file:
126 (cd $(top_srcdir)/.. ; find e2fsprogs \( -name \*~ -o -name \*.orig \
127 -o -name CVS -o -name \*.rej \) -print) \
128 | sed -e "s/e2fsprogs/$$a/" > $(top_srcdir)/.exclude-file
129 echo "$(SRCROOT)/build" >> $(top_srcdir)/.exclude-file
130 echo "$(SRCROOT)/rpm.log" >> $(top_srcdir)/.exclude-file
131 echo "$(SRCROOT)/powerquest" >> $(top_srcdir)/.exclude-file
132 echo "$(SRCROOT)/.exclude-file" >> $(top_srcdir)/.exclude-file
133 echo $(SRCROOT)/e2fsprogs-@E2FSPROGS_VERSION@.tar.gz \
134 >> $(top_srcdir)/.exclude-file
135 echo $(SRCROOT)/e2fsprogs-ALL-@E2FSPROGS_VERSION@.tar.gz \
136 >> $(top_srcdir)/.exclude-file
138 source_tar_file: $(top_srcdir)/.exclude-file
139 (cd $(top_srcdir)/..; a=$(SRCROOT); rm -f $$a ; ln -sf e2fsprogs $$a ; \
140 $(TAR) -c -h -v -f - \
141 -X $$a/.exclude-file $$a | \
142 gzip -9 > e2fsprogs-ALL-@E2FSPROGS_VERSION@.tar.gz)
143 rm -f $(top_srcdir)/.exclude-file