Revision 242ed79d3d8e7ee2cdd79432a33e24d68435d8b4 authored by Jérémie Detrey on 31 October 2012, 16:16:39 UTC, committed by Jérémie Detrey on 25 February 2014, 14:45:19 UTC
1 parent d5a6504
Raw File
Makefile
TOP:=.
.PHONY: polyselect sqrt tags etags
# This makefile is a placeholder. Please have a look to $(TOP)/scripts/call_cmake.sh,
# and (possibly) edit a file $(TOP)/local.sh to tweak your build preferences.
all polyselect sqrt: ; +@$(TOP)/scripts/call_cmake.sh $@
tags: ; grep -h '^[^#].*\.[ch]' files.dist files.nodist | xargs ctags
etags: ; grep -h '^[^#].*\.[ch]' files.dist files.nodist | xargs etags
show variables install tidy cmake dist: ; +@$(TOP)/scripts/call_cmake.sh $@
%: ; +@$(TOP)/scripts/call_cmake.sh $@
back to top