logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jmkmf - runs jmake with the correct options

Author

       Raphael Manfredi <Raphael.Manfredi@pobox.com>

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 makeMakefile.SH to build the Makefile.SH again and makeMakefile 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 makeMakefiles.SH and
       makeMakefiles.

Files

       Jmakefile           High level description of makefile
       The file marking the top of your package tree

Name

       jmkmf - runs jmake with the correct options

See Also

jmake(1), packinit(1).

                                                       ram                                              JMKMF(1)

Synopsis

jmkmf [ top-leveldir [ currentdir ] ]

See Also