Man page - jmkmf(1)
Packages contas this manual
- patcil(1)
- kitpost(1)
- patmake(1)
- patname(1)
- patclean(1)
- patindex(1)
- patpost(1)
- metaconfig(1)
- packinit(1)
- metalint(1)
- manilist(1)
- patftp(1)
- patcol(1)
- jmake(1)
- patnotify(1)
- patdiff(1)
- patlog(1)
- pat(1)
- jmkmf(1)
- metaxref(1)
- dist(7)
- patsnap(1)
- manifake(1)
- makedist(1)
- manicheck(1)
- patbase(1)
- patsend(1)
- kitsend(1)
apt-get install dist
Manual
| JMKMF(1) | General Commands Manual | JMKMF(1) |
NAME
jmkmf - runs jmake with the correct options
SYNOPSIS
jmkmf [ top-level dir [ current dir ] ]
DESCRIPTION
Jmkmf is a wrapper which calls jmake with the correct options, defining the symbols TOPDIR (location of the top-level directory) and CURDIR (current directory). The generated Makefile.SH is then ran through /bin/sh to produce a Makefile.
Jmkmf is useful when you generate a makefile for the first time.
When ran without arguments, jmkmf will scan the directories upwards, looking for a .package file marking the top of your sources. It will then derive the top-level directory and the name of the current directory by itself.
Once you have a Makefile.SH generated by jmake, and have run Configure already, you can use make Makefile.SH to build the Makefile.SH again and make Makefile to run the Makefile.SH through /bin/sh. To use the recursive commands, you have to append an 's' at the end of the name as in make Makefiles.SH and make Makefiles.
AUTHOR
Raphael Manfredi <Raphael.Manfredi@pobox.com>
FILES
- Jmakefile
- High level description of makefile
- The file marking the top of your package tree
SEE ALSO
jmake(1), packinit(1).
| ram |