Commit Graph

7 Commits

Author SHA1 Message Date
tribby 3ad387440c Change a few comments to make them match the code:
- stack size is 1024, not 768
   - name of file is prog.mk, not gno.prog.mk
   - remove version number and date string at beginning, since it
     is updated in the id string
1998-02-18 18:22:04 +00:00
gdr-ftp 150b2eb2e2 paths.mk:
- with the modified binrules.mk, we don't need the .SOURCE
	  directives.

binconst.mk:
	- change the definition of OBJS somewhat so that they are
	  always fully pathed in the $(OBJ_DIR) directory
	- for utils with both BSD and GNO man pages, make sure we
	  install the GNO one
	- conditionally define MAINSRC so that we can override it
	  if necessary.  By default MAINSRC is $(MAIN).c

binrules.mk:
	- don't assume MAINSRC is $(MAIN).c
	- don't assume the compiled rez fork is in the current directory
	- add default target for creating object files in the $(OBJ_DIR)
	  directory
	- don't relink the executable if it just needs a new resource fork

binrelease.mk:
	- changed targets to allow for the BSD/GNO man page duality
	- assume the built program is in the $(OBJ_DIR)
	- eliminate describe actions from the 'install' target

prog.mk:
	- don't include binrules.mk if CUSTOM_RULES is defined and
	  non-NULL.
1998-02-15 19:44:03 +00:00
taubert 6bd94b0884 Added support for separate object hierarchy and cleaned up libc makefiles 1998-02-09 08:45:21 +00:00
gdr 63235a6c30 extract release target out to a different file 1997-10-30 04:26:58 +00:00
gdr fbbabf2a0c - increased default optimization from 72 to 78
- increased default stack from 768 to 1024
- make 'release' target depend on program, man page, and describe entry
1997-09-26 06:11:07 +00:00
gdr 8774b23e30 - got binrules.mk, binconst.mk, and prog.mk working together properly
- reduce the number of shell meta characters in recipes
- use catrez instead of copyfork
1997-09-24 06:43:53 +00:00
gdr 42d8290c4a Added some more default rules et al for building utilities. 1997-09-21 22:28:44 +00:00