~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

src/xmeter-1.15/Imakefile

: ~

  1 # Copyright (c) 1991, Bob Schwartzkopf
  2 #
  3 # Permission to use, copy, modify and distribute this software and its
  4 # documentation for any purpose is hereby granted without fee, provided
  5 # that the above copyright notice appear in all copies and that both the
  6 # copyright notice and this permission notice appear in supporting
  7 # documentation, and that the name of the RAND Corporation not be used
  8 # in advertising or publicity pertaining to distribution of the software
  9 # without specific, written prior permission.  The RAND Corporation
 10 # makes no representations about the suitability of this software for
 11 # any purpose.  It is provided "as is" without express or implied
 12 # warranty.
 13 #
 14 # The X Consortium, and any party obtaining a copy of these files from
 15 # the X Consortium, directly or indirectly, is granted, free of charge, a
 16 # full and unrestricted irrevocable, world-wide, paid up, royalty-free,
 17 # nonexclusive right and license to deal in this software and
 18 # documentation files (the "Software"), including without limitation the
 19 # rights to use, copy, modify, merge, publish, distribute, sublicense,
 20 # and/or sell copies of the Software, and to permit persons who receive
 21 # copies from any such party to do so.  This license includes without
 22 # limitation a license to do the foregoing actions under any patents of
 23 # the party supplying this software to the X Consortium.
 24 
 25        INCLUDES = -I$(TOP) -I$(TOP)/X11
 26         DEPLIBS = XawClientDepLibs
 27 LOCAL_LIBRARIES = XawClientLibs
 28   SYS_LIBRARIES = -lrpcsvc
 29            SRCS = xmeter.c
 30            OBJS = xmeter.o
 31           SHAR1 = patchlevel.h README README.DYNIX Imakefile xmeter.man \
 32                   XMeter.ad
 33           SHAR2 = xmeter.c
 34 #if HasVFork == NO
 35         DEFINES = -Dvfork=fork
 36 #endif
 37 
 38 ComplexProgramTarget(xmeter)
 39 InstallAppDefaults(XMeter)
 40 
 41 xmeter.shar:    $(SHAR1) $(SHAR2)
 42         shar -o xmeter.shar1 $(SHAR1)
 43         shar -o xmeter.shar2 $(SHAR2)
 44 
 45 xmeter.tar.gz:  $(SHAR1) $(SHAR2)
 46         tar cf xmeter.tar $(SHAR1) $(SHAR2)
 47         gzip xmeter.tar

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.