mkdep.1 (f247324df75b7f55b48b92acb3b42a5ae2deac8a) | mkdep.1 (e8937ba00998cca6f259b3fdf32a7f7a38bc26ec) |
---|---|
1.\" Copyright (c) 1987, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 31 unchanged lines hidden (view full) --- 40.Nd construct Makefile dependency list 41.Sh SYNOPSIS 42.Nm 43.Op Fl ap 44.Op Fl f Ar file 45.Op Ar flags 46.Ar 47.Sh DESCRIPTION | 1.\" Copyright (c) 1987, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 31 unchanged lines hidden (view full) --- 40.Nd construct Makefile dependency list 41.Sh SYNOPSIS 42.Nm 43.Op Fl ap 44.Op Fl f Ar file 45.Op Ar flags 46.Ar 47.Sh DESCRIPTION |
48.Nm Mkdep 49takes a set of flags for the C compiler and a list | 48The 49.Nm 50utility takes a set of flags for the C compiler and a list |
50of C source files as arguments and constructs a set of include 51file dependencies which are written into the file ``.depend''. 52An example of its use in a Makefile might be: 53.Bd -literal -offset indent 54CFLAGS= -O -I../include 55SRCS= file1.c file2.c 56 57depend: --- 67 unchanged lines hidden --- | 51of C source files as arguments and constructs a set of include 52file dependencies which are written into the file ``.depend''. 53An example of its use in a Makefile might be: 54.Bd -literal -offset indent 55CFLAGS= -O -I../include 56SRCS= file1.c file2.c 57 58depend: --- 67 unchanged lines hidden --- |