"Fossies" - the Fresh Open Source Software Archive

Member "schily-2021-09-18/mt/Makefile" (19 Aug 2021, 925 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 @(#)Makefile	1.10 21/08/19 
    2 ###########################################################################
    3 SRCROOT=	..
    4 RULESDIR=	RULES
    5 include		$(SRCROOT)/$(RULESDIR)/rules.top
    6 ###########################################################################
    7 
    8 INSDIR=		bin
    9 TARGET=		smt
   10 SYMLINKS=	mt
   11 CPPOPTS +=	-DUSE_REMOTE
   12 CPPOPTS +=	-DSCHILY_PRINT
   13 CPPOPTS +=	-DUSE_NLS		# Include locale support
   14 CPPOPTS +=	-DINS_BASE=\"${INS_BASE}\"
   15 CPPOPTS +=	-DINS_RBASE=\"${INS_RBASE}\"
   16 CPPOPTS +=	-DTEXT_DOMAIN=\"SCHILY_utils\"
   17 
   18 CFILES=		mt.c
   19 #HFILES=
   20 #
   21 # LIB_CAP is needed for Linux capability support in librmt.
   22 #
   23 LIBS=		-lrmt -lschily $(LIB_SOCKET) $(LIB_CAP) $(LIB_INTL)
   24 XMK_FILE=	Makefile.man mt.mk1
   25 
   26 ###########################################################################
   27 include		$(SRCROOT)/$(RULESDIR)/rules.cmd
   28 ###########################################################################
   29 count:	$(CFILES) $(HFILES)
   30 	count $r1
   31