2017-11-20 14:33:26 -06:00
|
|
|
LIST=Admin Shared ShadowArch
|
|
|
|
|
2018-02-13 13:22:57 -06:00
|
|
|
compile: ${LIST}
|
2017-11-20 14:33:26 -06:00
|
|
|
for i in ${LIST}; do make -C ./$$i; done
|
|
|
|
|
|
|
|
install: compile
|
|
|
|
for i in ${LIST}; do make -C ./$$i install; done
|
|
|
|
|
|
|
|
reverse:
|
|
|
|
@echo Please do this for each individual folder in ${LIST}
|
|
|
|
|
|
|
|
test: ${LIST}
|
|
|
|
@echo Please do this for each individual folder in ${LIST}
|
|
|
|
|
|
|
|
checkperm:
|
|
|
|
@echo Please do this for each individual folder in ${LIST}
|
|
|
|
|
|
|
|
clean:
|
|
|
|
@echo Nothing to do.
|
|
|
|
|
|
|
|
diff:
|
|
|
|
@echo Please do this for each individual folder in ${LIST}
|
|
|
|
|