~daniel-mehrmann/e2fsprogs/master

« back to all changes in this revision

Viewing changes to lib/ss/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:
36
36
        $(Q) $(CC) $(ALL_CFLAGS) -c $<
37
37
        $(Q) $(CHECK_CMD) $(ALL_CFLAGS) $<
38
38
@PROFILE_CMT@   $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
39
 
@CHECKER_CMT@   $(Q) $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
40
39
@ELF_CMT@       $(Q) $(CC) $(ALL_CFLAGS) -DSHARED_ELF_LIB -fPIC -o elfshared/$*.o -c $<
41
40
@BSDLIB_CMT@    $(Q) $(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
42
41
 
63
62
@MAKEFILE_ELF@
64
63
@MAKEFILE_BSDLIB@
65
64
@MAKEFILE_PROFILE@
66
 
@MAKEFILE_CHECKER@
67
65
 
68
66
CODE= $(SRCS) $(MKCMDSFILES)
69
67