Makefile
branchstable
changeset 20311 8824009d2704
parent 20121 2af9e1d40dc7
child 20358 4276c906d90e
equal deleted inserted replaced
20310:dbf305f49961 20311:8824009d2704
    17 COMPILER=
    17 COMPILER=
    18 
    18 
    19 help:
    19 help:
    20 	@echo 'Commonly used make targets:'
    20 	@echo 'Commonly used make targets:'
    21 	@echo '  all          - build program and documentation'
    21 	@echo '  all          - build program and documentation'
    22 	@echo '  install      - install program and man pages to PREFIX ($(PREFIX))'
    22 	@echo '  install      - install program and man pages to $$PREFIX ($(PREFIX))'
    23 	@echo '  install-home - install with setup.py install --home=HOME ($(HOME))'
    23 	@echo '  install-home - install with setup.py install --home=$$HOME ($(HOME))'
    24 	@echo '  local        - build for inplace usage'
    24 	@echo '  local        - build for inplace usage'
    25 	@echo '  tests        - run all tests in the automatic test suite'
    25 	@echo '  tests        - run all tests in the automatic test suite'
    26 	@echo '  test-foo     - run only specified tests (e.g. test-merge1.t)'
    26 	@echo '  test-foo     - run only specified tests (e.g. test-merge1.t)'
    27 	@echo '  dist         - run all tests and create a source tarball in dist/'
    27 	@echo '  dist         - run all tests and create a source tarball in dist/'
    28 	@echo '  clean        - remove files created by other targets'
    28 	@echo '  clean        - remove files created by other targets'