mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
makefile doc notes
This commit is contained in:
parent
0f84f4b9a9
commit
2d0bfdaf94
4 changed files with 28 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
# ================================================================
|
||||
# NOTE: This makefile is not intended to be used in a packaging system --
|
||||
# rather, Miller uses autconfig for that. This makefile is intended for users
|
||||
# who prefer (for whatever reason) to bypass autoconfig. Please also see
|
||||
# http://johnkerl.org/miller/doc/build.html#Without_using_autoconfig
|
||||
# ================================================================
|
||||
|
||||
MANDIR ?= /usr/share/man
|
||||
DESTDIR ?=
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
# ================================================================
|
||||
# NOTE: This makefile is not intended to be used in a packaging system --
|
||||
# rather, Miller uses autconfig for that. This makefile is intended for users
|
||||
# who prefer (for whatever reason) to bypass autoconfig. Please also see
|
||||
# http://johnkerl.org/miller/doc/build.html#Without_using_autoconfig
|
||||
# ================================================================
|
||||
|
||||
# ================================================================
|
||||
# Travis does "export CC=gcc", "export CC=clang" so we can pick those up via
|
||||
# "make -e" in ../.travis.yml. Note that "CC?=gcc", without make -e, results
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
# ================================================================
|
||||
# NOTE: This makefile is not intended to be used in a packaging system --
|
||||
# rather, Miller uses autconfig for that. This makefile is intended for users
|
||||
# who prefer (for whatever reason) to bypass autoconfig. Please also see
|
||||
# http://johnkerl.org/miller/doc/build.html#Without_using_autoconfig
|
||||
# ================================================================
|
||||
|
||||
CC=gcc
|
||||
|
||||
CFLAGS=-I.. -O3
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
# ================================================================
|
||||
# NOTE: This makefile is not intended to be used in a packaging system --
|
||||
# rather, Miller uses autconfig for that. This makefile is intended for users
|
||||
# who prefer (for whatever reason) to bypass autoconfig. Please also see
|
||||
# http://johnkerl.org/miller/doc/build.html#Without_using_autoconfig
|
||||
# ================================================================
|
||||
|
||||
all: html man
|
||||
|
||||
# Respective MANPATH entries would include /usr/local/share/man or $HOME/man
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue