"Fossies" - the Fresh Open Source Software Archive

Member "schily-2021-09-18/label/Makefile" (20 Aug 2021, 1154 Bytes) of package /linux/privat/schily-2021-09-18.tar.bz2:


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 latest Fossies "Diffs" side-by-side code changes reports for "Makefile": 2021-08-14_vs_2021-09-18 or 2021-07-29_vs_2021-09-18.

    1 #ident @(#)label.mk	1.9 21/08/20 
    2 ###########################################################################
    3 SRCROOT=	..
    4 RULESDIR=	RULES
    5 include		$(SRCROOT)/$(RULESDIR)/rules.top
    6 ###########################################################################
    7 
    8 .SEARCHLIST:	. $(ARCHDIR) dat $(ARCHDIR)
    9 VPATH=		.:dat:$(ARCHDIR)
   10 
   11 INSDIR=		bin
   12 TARGET=		label
   13 CPPOPTS +=	-I../sformat
   14 CPPOPTS +=	-I../libscg
   15 CPPOPTS +=	-DFMT
   16 CPPOPTS +=	-DSCHILY_PRINT
   17 CPPOPTS +=	-DUSE_NLS		# Include locale support
   18 CPPOPTS +=	-DINS_BASE=\"${INS_BASE}\"
   19 CPPOPTS +=	-DINS_RBASE=\"${INS_RBASE}\"
   20 CPPOPTS +=	-DTEXT_DOMAIN=\"SCHILY_utils\"
   21 
   22 CFILES=		label.c makelabel.c io.c \
   23 		check_part.c
   24 
   25 HFILES=		fmt.h
   26 HFILES_TAG=	scsireg.h
   27 
   28 LIBS=		-lschily $(LIB_INTL)
   29 XMK_FILE=	label.mk1
   30 
   31 makelabel.c io.c check_part.c:
   32 	@echo "	==> MAKING SYMLINKS in ."; sh ./MKLINKS
   33 $(ALLTARGETS): makelabel.c io.c check_part.c
   34 $(SRCROOT)/$(RULESDIR)/rules.cmd: makelabel.c
   35 
   36 ###########################################################################
   37 include		$(SRCROOT)/$(RULESDIR)/rules.cmd
   38 ###########################################################################
   39 count: $(CFILES) $(HFILES)
   40 	count $r1
   41