5 $(filter-out $(wildcard *~
),$(wildcard guilt-
*))
9 @echo
"Nothing to build, it is all bash :)"
10 @echo
"Try make install"
14 install -d
$(DESTDIR
)$(PREFIX
)/bin
/
15 install -m
755 $(SCRIPTS
) $(DESTDIR
)$(PREFIX
)/bin
/
19 .
/uninstall $(DESTDIR
)$(PREFIX
)/bin
/ $(SCRIPTS
)
23 $(MAKE
) -C Documentation
all
27 $(MAKE
) -C Documentation
install PREFIX
=$(PREFIX
) DESTDIR
=$(DESTDIR
)
31 make
-C regression
all
35 $(MAKE
) -C Documentation
clean