home *** CD-ROM | disk | FTP | other *** search
-
- # makefile for miscellanous targets,
- # newfiles : new files in the source tree
- # obsfiles : obsolete files in the sourctree
-
- #include "config.mk"
-
- DIRS=dirs.mk
- RCSFLAGS= -na
-
- newfiles:
- @ echo checking for new files
- @ sh newfiles.sh $(DIRS) $(SD) $(RCSFLAGS) $(TREE)
-
- newfiles_co:
- @ echo find new files and check them out
- @ sh newfiles.sh $(DIRS) $(SD) $(RCSFLAGS) $(TREE) co $(OD)
-
- obsfiles:
- @ echo checking for obsolete files
- @ newfiles.sh $(DIRS) $(SD) -ee $(TREE)
-
- links:
- @ echo checking for non-existent links and
- @ echo making them wherever they are needed
- @ MakeLinks $(OD) $(SD)
-
-