mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
**/Mamfile: add header comment pointing to MAM docs (re: 6cc2f6a0
)
The only proper documentation of the MAM language is in Glenn Fowler's paper, which is unfortunately copyrighted so we can't include it. But we can at least provide a link to it. src/**/Mamfile: - Add header comment. src/cmd/INIT/mamake.c: - Re-enable clang warnings on unused values (there aren't any).
This commit is contained in:
parent
19c427435b
commit
856a2bb253
11 changed files with 90 additions and 1 deletions
|
@ -1,4 +1,13 @@
|
||||||
info mam static
|
info mam static
|
||||||
|
note *
|
||||||
|
note * This build file is in the Make Abstract Machine (MAM) language. It was
|
||||||
|
note * first generated by nmake, but in the ksh 93u+m distribution we maintain
|
||||||
|
note * it manually because nmake had too many problems to keep using. The
|
||||||
|
note * Mamfiles are processed by mamake (src/cmd/INIT/mamake.c); we added
|
||||||
|
note * support for indentation to improve readability. The language is
|
||||||
|
note * documented in Glenn Fowler's paper "A Make Abstract Machine":
|
||||||
|
note * http://web.archive.org/web/20041227143022/http://www2.research.att.com/~gsf/mam/mam.html
|
||||||
|
note *
|
||||||
note source level :MAKE: equivalent
|
note source level :MAKE: equivalent
|
||||||
make install
|
make install
|
||||||
make all
|
make all
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
||||||
|
note *
|
||||||
|
note * This build file is in the Make Abstract Machine (MAM) language. It was
|
||||||
|
note * first generated by nmake, but in the ksh 93u+m distribution we maintain
|
||||||
|
note * it manually because nmake had too many problems to keep using. The
|
||||||
|
note * Mamfiles are processed by mamake (src/cmd/INIT/mamake.c); we added
|
||||||
|
note * support for indentation to improve readability. The language is
|
||||||
|
note * documented in Glenn Fowler's paper "A Make Abstract Machine":
|
||||||
|
note * http://web.archive.org/web/20041227143022/http://www2.research.att.com/~gsf/mam/mam.html
|
||||||
|
note *
|
||||||
setv INSTALLROOT ../../..
|
setv INSTALLROOT ../../..
|
||||||
setv PACKAGEROOT ../../../../..
|
setv PACKAGEROOT ../../../../..
|
||||||
setv AR ${mam_cc_AR} ${mam_cc_AR_ARFLAGS}
|
setv AR ${mam_cc_AR} ${mam_cc_AR_ARFLAGS}
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
#pragma prototyped
|
#pragma prototyped
|
||||||
#pragma clang diagnostic ignored "-Wparentheses"
|
#pragma clang diagnostic ignored "-Wparentheses"
|
||||||
#pragma clang diagnostic ignored "-Wunused-value"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* mamake -- MAM make
|
* mamake -- MAM make
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
info mam static
|
info mam static
|
||||||
|
note *
|
||||||
|
note * This build file is in the Make Abstract Machine (MAM) language. It was
|
||||||
|
note * first generated by nmake, but in the ksh 93u+m distribution we maintain
|
||||||
|
note * it manually because nmake had too many problems to keep using. The
|
||||||
|
note * Mamfiles are processed by mamake (src/cmd/INIT/mamake.c); we added
|
||||||
|
note * support for indentation to improve readability. The language is
|
||||||
|
note * documented in Glenn Fowler's paper "A Make Abstract Machine":
|
||||||
|
note * http://web.archive.org/web/20041227143022/http://www2.research.att.com/~gsf/mam/mam.html
|
||||||
|
note *
|
||||||
note component level :MAKE: equivalent
|
note component level :MAKE: equivalent
|
||||||
make install
|
make install
|
||||||
make all
|
make all
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
||||||
|
note *
|
||||||
|
note * This build file is in the Make Abstract Machine (MAM) language. It was
|
||||||
|
note * first generated by nmake, but in the ksh 93u+m distribution we maintain
|
||||||
|
note * it manually because nmake had too many problems to keep using. The
|
||||||
|
note * Mamfiles are processed by mamake (src/cmd/INIT/mamake.c); we added
|
||||||
|
note * support for indentation to improve readability. The language is
|
||||||
|
note * documented in Glenn Fowler's paper "A Make Abstract Machine":
|
||||||
|
note * http://web.archive.org/web/20041227143022/http://www2.research.att.com/~gsf/mam/mam.html
|
||||||
|
note *
|
||||||
setv INSTALLROOT ../../..
|
setv INSTALLROOT ../../..
|
||||||
setv PACKAGE_ast_INCLUDE ${INSTALLROOT}/include/ast
|
setv PACKAGE_ast_INCLUDE ${INSTALLROOT}/include/ast
|
||||||
setv PACKAGE_ast_LIB ${INSTALLROOT}/lib
|
setv PACKAGE_ast_LIB ${INSTALLROOT}/lib
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
||||||
|
note *
|
||||||
|
note * This build file is in the Make Abstract Machine (MAM) language. It was
|
||||||
|
note * first generated by nmake, but in the ksh 93u+m distribution we maintain
|
||||||
|
note * it manually because nmake had too many problems to keep using. The
|
||||||
|
note * Mamfiles are processed by mamake (src/cmd/INIT/mamake.c); we added
|
||||||
|
note * support for indentation to improve readability. The language is
|
||||||
|
note * documented in Glenn Fowler's paper "A Make Abstract Machine":
|
||||||
|
note * http://web.archive.org/web/20041227143022/http://www2.research.att.com/~gsf/mam/mam.html
|
||||||
|
note *
|
||||||
setv INSTALLROOT ../../..
|
setv INSTALLROOT ../../..
|
||||||
setv PACKAGE_ast_INCLUDE ${INSTALLROOT}/include/ast
|
setv PACKAGE_ast_INCLUDE ${INSTALLROOT}/include/ast
|
||||||
setv PACKAGE_ast_LIB ${INSTALLROOT}/lib
|
setv PACKAGE_ast_LIB ${INSTALLROOT}/lib
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
info mam static
|
info mam static
|
||||||
|
note *
|
||||||
|
note * This build file is in the Make Abstract Machine (MAM) language. It was
|
||||||
|
note * first generated by nmake, but in the ksh 93u+m distribution we maintain
|
||||||
|
note * it manually because nmake had too many problems to keep using. The
|
||||||
|
note * Mamfiles are processed by mamake (src/cmd/INIT/mamake.c); we added
|
||||||
|
note * support for indentation to improve readability. The language is
|
||||||
|
note * documented in Glenn Fowler's paper "A Make Abstract Machine":
|
||||||
|
note * http://web.archive.org/web/20041227143022/http://www2.research.att.com/~gsf/mam/mam.html
|
||||||
|
note *
|
||||||
note component level :MAKE: equivalent
|
note component level :MAKE: equivalent
|
||||||
make install
|
make install
|
||||||
make all
|
make all
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
||||||
|
note *
|
||||||
|
note * This build file is in the Make Abstract Machine (MAM) language. It was
|
||||||
|
note * first generated by nmake, but in the ksh 93u+m distribution we maintain
|
||||||
|
note * it manually because nmake had too many problems to keep using. The
|
||||||
|
note * Mamfiles are processed by mamake (src/cmd/INIT/mamake.c); we added
|
||||||
|
note * support for indentation to improve readability. The language is
|
||||||
|
note * documented in Glenn Fowler's paper "A Make Abstract Machine":
|
||||||
|
note * http://web.archive.org/web/20041227143022/http://www2.research.att.com/~gsf/mam/mam.html
|
||||||
|
note *
|
||||||
setv INSTALLROOT ../../..
|
setv INSTALLROOT ../../..
|
||||||
setv PACKAGEROOT ../../../../..
|
setv PACKAGEROOT ../../../../..
|
||||||
setv AR ${mam_cc_AR} ${mam_cc_AR_ARFLAGS}
|
setv AR ${mam_cc_AR} ${mam_cc_AR_ARFLAGS}
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
||||||
|
note *
|
||||||
|
note * This build file is in the Make Abstract Machine (MAM) language. It was
|
||||||
|
note * first generated by nmake, but in the ksh 93u+m distribution we maintain
|
||||||
|
note * it manually because nmake had too many problems to keep using. The
|
||||||
|
note * Mamfiles are processed by mamake (src/cmd/INIT/mamake.c); we added
|
||||||
|
note * support for indentation to improve readability. The language is
|
||||||
|
note * documented in Glenn Fowler's paper "A Make Abstract Machine":
|
||||||
|
note * http://web.archive.org/web/20041227143022/http://www2.research.att.com/~gsf/mam/mam.html
|
||||||
|
note *
|
||||||
setv INSTALLROOT ../../..
|
setv INSTALLROOT ../../..
|
||||||
setv PACKAGE_ast_INCLUDE ${INSTALLROOT}/include/ast
|
setv PACKAGE_ast_INCLUDE ${INSTALLROOT}/include/ast
|
||||||
setv PACKAGE_ast_LIB ${INSTALLROOT}/lib
|
setv PACKAGE_ast_LIB ${INSTALLROOT}/lib
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
||||||
|
note *
|
||||||
|
note * This build file is in the Make Abstract Machine (MAM) language. It was
|
||||||
|
note * first generated by nmake, but in the ksh 93u+m distribution we maintain
|
||||||
|
note * it manually because nmake had too many problems to keep using. The
|
||||||
|
note * Mamfiles are processed by mamake (src/cmd/INIT/mamake.c); we added
|
||||||
|
note * support for indentation to improve readability. The language is
|
||||||
|
note * documented in Glenn Fowler's paper "A Make Abstract Machine":
|
||||||
|
note * http://web.archive.org/web/20041227143022/http://www2.research.att.com/~gsf/mam/mam.html
|
||||||
|
note *
|
||||||
setv INSTALLROOT ../../..
|
setv INSTALLROOT ../../..
|
||||||
setv PACKAGE_ast_INCLUDE ${INSTALLROOT}/include/ast
|
setv PACKAGE_ast_INCLUDE ${INSTALLROOT}/include/ast
|
||||||
setv PACKAGE_ast_LIB ${INSTALLROOT}/lib
|
setv PACKAGE_ast_LIB ${INSTALLROOT}/lib
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
info mam static 00000 1994-07-17 make (AT&T Research) 5.7 2012-06-20
|
||||||
|
note *
|
||||||
|
note * This build file is in the Make Abstract Machine (MAM) language. It was
|
||||||
|
note * first generated by nmake, but in the ksh 93u+m distribution we maintain
|
||||||
|
note * it manually because nmake had too many problems to keep using. The
|
||||||
|
note * Mamfiles are processed by mamake (src/cmd/INIT/mamake.c); we added
|
||||||
|
note * support for indentation to improve readability. The language is
|
||||||
|
note * documented in Glenn Fowler's paper "A Make Abstract Machine":
|
||||||
|
note * http://web.archive.org/web/20041227143022/http://www2.research.att.com/~gsf/mam/mam.html
|
||||||
|
note *
|
||||||
setv INSTALLROOT ../../..
|
setv INSTALLROOT ../../..
|
||||||
setv PACKAGE_ast_INCLUDE ${INSTALLROOT}/include/ast
|
setv PACKAGE_ast_INCLUDE ${INSTALLROOT}/include/ast
|
||||||
setv PACKAGE_ast_LIB ${INSTALLROOT}/lib
|
setv PACKAGE_ast_LIB ${INSTALLROOT}/lib
|
||||||
|
|
Loading…
Reference in a new issue