home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-02-21 | 746 b | 33 lines |
- BIN = aufslib
-
- bin:
- (cd stuffit; make)
- (cd unstuffit; make)
- (cd binhex; make)
- (cd mcvert; make)
- (cd capit; make)
-
- install: bin
- mv stuffit/stuffit $(BIN); strip $(BIN)/stuffit
- mv stuffit/sit $(BIN); strip $(BIN)/sit
- mv unstuffit/unstuffit $(BIN); strip $(BIN)/unstuffit
- mv unstuffit/unsit $(BIN); strip $(BIN)/unsit
- mv mcvert/mcvert $(BIN); strip $(BIN)/mcvert
- mv capit/capit $(BIN); strip $(BIN)/capit
- mv binhex/binhex $(BIN); strip $(BIN)/binhex
- mv binhex/unxbin $(BIN); strip $(BIN)/unxbin
- cp shell/* $(BIN)
-
- clean:
- (cd stuffit; make clean)
- (cd unstuffit; make clean)
- (cd binhex; make clean)
- (cd mcvert; make clean)
- (cd capit; make clean)
-
- reallyclean: clean
- rm -f formatted/*.1 aufslib/*
-
- format:
- (cd formatted; makeman)
-