"Fossies" - the Fresh Open Source Software Archive

Member "fatresize-1.1.0/Makefile.am" (5 Apr 2020, 311 Bytes) of package /linux/privat/fatresize-1.1.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for "Makefile.am": 1.0.2_vs_1.0.3.

    1 sbin_PROGRAMS = fatresize
    2 
    3 man_MANS = fatresize.1
    4 
    5 fatresize_CPPFLAGS = $(PARTED_CFLAGS)
    6 
    7 fatresize_SOURCES = fatresize.c
    8 fatresize_LDADD = $(PARTED_LIBS)
    9 
   10 EXTRA_DIST = AUTHORS CREDITS ChangeLog NEWS README \
   11 	fatresize.spec $(man_MANS)
   12 
   13 SUFFIXES = .1
   14 CLEANFILES = $(man_MANS)
   15 
   16 .sgml.1:
   17 	docbook-to-man $< > $@