| # Standard e2fsprogs prologue.... |
| top_srcdir = @top_srcdir@ |
| @$(BUILD_CC) -c $(BUILD_CFLAGS) $< -o $@ |
| all:: $(PROGS) gen-tarball |
| @$(BUILD_CC) $(BUILD_LDFLAGS) -o subst subst.o |
| copy_sparse: copy_sparse.o |
| @$(BUILD_CC) $(BUILD_LDFLAGS) -o copy_sparse copy_sparse.o |
| gen-tarball: $(srcdir)/gen-tarball.in $(top_builddir)/config.status |
| @echo " CONFIG.STATUS $@" |
| @cd $(top_builddir); CONFIG_FILES=util/gen-tarball ./config.status |
| $(RM) -f $(PROGS) \#* *.s *.o *.a *~ core *.tar.gz gen-tarball \ |
| $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old |
| # +++ Dependency line eater +++ |
| # Makefile dependencies follow. This must be the last section in |
| subst.o: $(srcdir)/subst.c |