home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-06-10 | 3.6 KB | 217 lines |
- head 1.9;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.9
- date 92.06.10.13.04.47; author jhh; state Exp;
- branches ;
- next 1.8;
-
- 1.8
- date 91.04.11.12.55.41; author kupfer; state Exp;
- branches ;
- next 1.7;
-
- 1.7
- date 90.04.13.14.32.50; author douglis; state Exp;
- branches ;
- next 1.6;
-
- 1.6
- date 89.10.09.21.28.52; author rab; state Exp;
- branches ;
- next 1.5;
-
- 1.5
- date 89.08.18.11.21.57; author douglis; state Exp;
- branches ;
- next 1.4;
-
- 1.4
- date 89.08.17.11.16.30; author douglis; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 88.12.28.17.06.13; author ouster; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.11.27.16.29.08; author ouster; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.09.09.17.43.51; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.9
- log
- @make sure all makefiles include TYPE
- @
- text
- @#
- # Prototype Makefile for the topmost directory of a command that is
- # divided into multiple subdirectories. When makes are invoked here,
- # this Makefile arranges for most of them to be passed on to each
- # of its subdirectories.
- #
- # This Makefile is automatically generated.
- # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
- #
- # Generated from @@(TEMPLATE)
- # @@(DATE)
- #
- # For more information, refer to the mkmf manual page.
- #
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.8 91/04/11 12:55:41 kupfer Exp $ SPRITE (Berkeley)
- #
- # Allow mkmf
-
- MACHINES = @@(MACHINES)
- MANPAGES = @@(MANPAGES)
- NAME = @@(NAME)
- SUBDIRS = @@(SUBDIRS)
- SYSMAKEFILE = bigcmdtop.mk
- TYPE = @@(TYPE)
- DISTDIR ?= @@(DISTDIR)
- #include <settm.mk>
-
-
- #if exists(local.mk)
- #include "local.mk"
- #else
- #include <$(SYSMAKEFILE)>
- #endif
-
- # Any dependencies for subdirectory linked.o files go here.
- @
-
-
- 1.8
- log
- @Flush DEFTARGET: the default target is now determined by a pmake
- library file.
- @
- text
- @d15 1
- a15 1
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.7 90/04/13 14:32:50 douglis Exp Locker: kupfer $ SPRITE (Berkeley)
- d23 1
- a23 1
- #include <settm.mk>
- d26 1
- a27 1
- SYSMAKEFILE = bigcmdtop.mk
- @
-
-
- 1.7
- log
- @added comment about linked.o dependencies.
- @
- text
- @d15 1
- a15 1
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.6 89/10/09 21:28:52 rab Exp Locker: douglis $ SPRITE (Berkeley)
- d23 1
- a23 1
- TM ?= @@(DEFTARGET)
- @
-
-
- 1.6
- log
- @Modifications for distribution.
- @
- text
- @d15 1
- a15 1
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.5 89/08/18 11:21:57 douglis Exp Locker: rab $ SPRITE (Berkeley)
- d34 2
- @
-
-
- 1.5
- log
- @another change for TM -- use single machine if it exists, else \ds3100
- @
- text
- @d15 1
- a15 1
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.3 88/12/28 17:06:13 ouster Exp Locker: douglis $ SPRITE (Berkeley)
- d25 1
- @
-
-
- 1.4
- log
- @removed DEFTARGET -- we use $MACHINE now
- @
- text
- @d23 1
- a23 1
- TM ?= $(MACHINE)
- @
-
-
- 1.3
- log
- @Replace INSTALLDIR and INSTALLMAN with TYPE.
- @
- text
- @d15 1
- a15 1
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.2 88/11/27 16:29:08 ouster Exp Locker: ouster $ SPRITE (Berkeley)
- d23 1
- a23 1
- TM ?= @@(DEFTARGET)
- @
-
-
- 1.2
- log
- @Various changes to replace old C library entirely with new C library.
- @
- text
- @d15 1
- a15 1
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.1 88/09/09 17:43:51 ouster Exp Locker: ouster $ SPRITE (Berkeley)
- a18 2
- INSTALLDIR = @@(INSTALLDIR)
- INSTALLMAN = @@(INSTALLMAN)
- d24 1
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d15 1
- a15 1
- # $Header: Makefile.biglibtop,v 1.1 88/08/20 12:58:42 ouster Exp $ SPRITE (Berkeley)
- d19 4
- a23 2
- MACHINES = @@(MACHINES)
- TM ?= @@(DEFTARGET)
- d25 1
- a25 4
- CC = gcc
-
- INSTALLDIR = @@(INSTALLDIR)
- LINTDIR = @@(LINTDIR)
- @
-