X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=Makefile;h=52cf49b02333ad63ffcdc80ce13f1c944930e339;hp=3562d839b974803a8002f4abc2c276b17f17a652;hb=c4b712048f96fdb7ea875100317702d8029356e7;hpb=aac61489b663d7156faba49d9c3e99702dcf9b8c diff --git a/Makefile b/Makefile index 3562d83..52cf49b 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,6 @@ clean src-clean gtags-clean \ test-clean doc-clean doc_inner-clean -CMD := casl2 comet2 dumpword casl2rev - CAT := cat CP := cp ECHO := /bin/echo @@ -36,11 +34,15 @@ VERSIONFILES = include/version.h \ test/system/comet2_opt/opt_v/0.txt \ test/system/dumpword/opt_v/0.txt -all: build INSTALL gtags +all: casl2 comet2 dumpword casl2rev INSTALL gtags + +%: src/% + $(CP) $< $@ + +casl2 comet2 dumpword casl2rev: build build: $(MAKE) -C src all - $(CP) $(addprefix src/,$(CMD)) ./ gtags: $(if $(strip $(shell $(WHICH) $(GTAGS))),$(GTAGS),@$(ECHO) '$(GTAGS): not found')