~daniel-mehrmann/e2fsprogs/master

« back to all changes in this revision

Viewing changes to lib/e2p/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-10-27 09:44:27 UTC
  • mfrom: (8.4.29 sid)
  • Revision ID: package-import@ubuntu.com-20141027094427-g56dce6sg7pasdgm
Tags: 1.42.12-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules:
      Block pkg-create-dbgsym from operating on this package.
      Build without dietlibc-dev, which is in universe 
      Use the autotools-dev dh addon to update config.guess/config.sub for new
      ports.
  - debian/control:
      Regenerate with ./debian/rules debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
@MAKEFILE_ELF@
51
51
@MAKEFILE_BSDLIB@
52
52
@MAKEFILE_PROFILE@
53
 
@MAKEFILE_CHECKER@
54
53
 
55
54
.c.o:
56
55
        $(E) "  CC $<"
57
56
        $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
58
57
        $(Q) $(CHECK_CMD) $(ALL_CFLAGS) $<
59
58
@PROFILE_CMT@   $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
60
 
@CHECKER_CMT@   $(Q) $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
61
59
@ELF_CMT@       $(Q) $(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c $<
62
60
@BSDLIB_CMT@    $(Q) $(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
63
61
 
102
100
        $(RM) -rf $(DESTDIR)$(includedir)/e2p
103
101
 
104
102
clean::
105
 
        $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* checker/*
 
103
        $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/*
106
104
        $(RM) -f ../libe2p.a ../libe2p_p.a tst_ostype tst_feature
107
105
 
108
106
mostlyclean:: clean