starport / Config / makefiles

[..] [files]

This directory contains templates to be included in Makefiles. The only one that has needed work in the last half-decade is webdir.make; that may change in the near future.

Annotated Contents

Files

file.make
Mainly contains the basic rules for setting up and cleaning out a directory. Needs work.
fix-old-makefiles
Meant to be hand-edited -- this goes through a directory tree applying the same small perl script to every Makefile it finds.
graphics.make
Rules for various transformations on graphics files.
srcdir.make
Recursive rules for subtrees including source code.
subdir.make
Recursive rules for normal directory trees.
text.make
Rules for various transformations on text files.
webdir.make
Recursive rules for directories meant to be uploaded to a website. This is the fun one -- saying "make put" at any level in the tree will build anything that needs building, and upload it to the website of your choice using either ftp or rsync. It's on its way to becoming a complete content-management package called WURM (Web Upload Recursive Makefile), which is why the configuration file is called "WURM.cf".

Copyright © 2000 HyperSpace Express
$Id: HEADER.html,v 1.1 2007-05-10 15:54:34 steve Exp $
      Name                    Last modified      Size  Description
Parent Directory - webdir.make 2007-05-10 08:55 8.8K text.make 2007-05-10 08:55 1.2K subdir.make 2007-05-10 08:55 2.8K srcdir.make 2007-05-10 08:55 2.7K graphics.make 2007-05-10 08:55 1.0K fix-old-makefiles 2003-04-20 11:53 751 file.make 2007-05-10 08:55 2.0K