home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-01-21 | 541 b | 25 lines |
- # Amiga Library Services - CD Administration Makefile
- #
- # This Makefile goes in the directory contains the diff files for the
- # GNU utilities tree, and is responsible for doing such things as:
- #
- # (1) For each utility in the src tree, build a current diff file from
- # the baseline archive for that utility and the amiga version of the
- # source tree.
-
- SHELL = /bin/sh
- SCRATCHDIR = /tmp
-
- all:
-
- # Do the following things when building a CD release.
-
- release: diffs clean
-
- GNUdiffs:
- $(SHELL) BuildDiffs.sh $(SCRATCHDIR)
-
- clean:
- rm -f *! *~
-
-