"Fossies" - the Fresh Open Source Software Archive

Member "schily-2021-09-18/strar/Makefile" (20 Aug 2021, 954 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 #	@(#)Makefile	1.5 21/08/20 Copyr 2017-2018 J. Schilling
    2 ###########################################################################
    3 SRCROOT=	..
    4 RULESDIR=	RULES
    5 include		$(SRCROOT)/$(RULESDIR)/rules.top
    6 ###########################################################################
    7 
    8 INSDIR=		bin
    9 TARGET=		strar
   10 CPPOPTS +=	-DUSE_LARGEFILES
   11 CPPOPTS +=	-DSCHILY_PRINT		# Use *printf() routines from libschily
   12 CPPOPTS +=	-DUSE_NLS		# Include locale support
   13 CPPOPTS +=	-DINS_BASE=\"${INS_BASE}\"
   14 CPPOPTS +=	-DINS_RBASE=\"${INS_RBASE}\"
   15 CPPOPTS +=	-DTEXT_DOMAIN=\"SCHILY_utils\"
   16 
   17 CFILES=		strar.c
   18 HFILES=
   19 LIBS=		-lstreamar -lfind -lschily $(LIB_ICONV) $(LIB_INTL)
   20 #
   21 #	Wenn -lfind, dann auch  $(LIB_INTL)
   22 #
   23 XMK_FILE=	Makefile.man
   24 
   25 ###########################################################################
   26 include		$(SRCROOT)/$(RULESDIR)/rules.cmd
   27 ###########################################################################
   28 count:	$(CFILES) $(HFILES)
   29 	count $r1
   30