Mercurial > repos > lecorguille > camera_annotate
view Makefile @ 7:c4600fa6c713 draft
Uploaded
| author | lecorguille |
|---|---|
| date | Sat, 20 Feb 2016 04:59:53 -0500 |
| parents | b495191430d5 |
| children |
line wrap: on
line source
# USAGE: make [install|clean] # -------- VARIABLE -------- OBJ=camera_annotate.tgz DEP=abims_CAMERA_annotateDiffreport.xml tool_dependencies.xml repository_dependencies.xml static test-data # ------------------------ all: $(OBJ) $(OBJ): $(DEP) tar --exclude=".svn" -zchf $@ $^ # ------------------------ install: $(OBJ) mv *.tgz ~ clean: rm *.tgz
