source:
bootcd/isolinux/syslinux-6.03/diag/Makefile
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 232 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 1 | SUBDIRS = mbr geodsp |
2 | ||
3 | all tidy dist clean spotless install: | |
4 | @mkdir -p $(addprefix $(OBJ)/,$(SUBDIRS)) | |
5 | set -e; for d in $(SUBDIRS); \ | |
6 | do $(MAKE) -C $(OBJ)/$$d -f $(SRC)/$$d/Makefile \ | |
7 | SRC="$(SRC)"/$$d OBJ="$(OBJ)"/$$d $@; done |
Note: See TracBrowser
for help on using the repository browser.