Revision 16185,
725 bytes
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r16184,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[9083] | 1 | # Makefile for .desc files |
---|
| 2 | |
---|
| 3 | # This makefile is the prototype for "Make.desc", which is used by |
---|
| 4 | # top's Configure script to build .desc files and the SYNOPSIS file. |
---|
| 5 | # Configure then uses these files to ask appropriate questions. |
---|
| 6 | |
---|
[16184] | 7 | # Written by William LeFebvre, Group sys Consulting |
---|
[9083] | 8 | # (formerly of Northwestern University and Rice University) |
---|
| 9 | |
---|
| 10 | # DO NOT EDIT "Make.desc"!!! Make changes to "Make.desc.X", |
---|
| 11 | # then "make veryclean", then run "Configure". |
---|
| 12 | |
---|
[16184] | 13 | # The list of .desc files will be inserted after this next line: |
---|
| 14 | DESCS=\ |
---|
[9083] | 15 | |
---|
| 16 | .SUFFIXES: .desc |
---|
| 17 | |
---|
| 18 | .c.desc: |
---|
| 19 | sed -e '/^$$/,$$d' -e 's,^[/ *]*,,' $< > $@ |
---|
| 20 | |
---|
| 21 | all: SYNOPSIS |
---|
| 22 | |
---|
| 23 | SYNOPSIS: $(DESCS) |
---|
| 24 | grep SYNOPSIS: $(DESCS) | sed -e 's@^machine/m_@@' -e 's@.desc:.[^:]*: *@:@' >SYNOPSIS |
---|
Note: See
TracBrowser
for help on using the repository browser.