annotate include/Makefile @ 15:a24f0794ab4d default tip

INSTALL: document the new way
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 21 May 2024 00:29:21 +0000
parents 78319ed870dc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
78319ed870dc convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 11
diff changeset
1 FILES= number_db_v2.h number_lookup.h number_utils.h
11
3d6cfb615d90 add make install hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
14
78319ed870dc convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 11
diff changeset
3 include ../config.defs
78319ed870dc convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 11
diff changeset
4
78319ed870dc convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 11
diff changeset
5 INSTDIR=${DESTDIR}${includedir}/themwi/nanp
11
3d6cfb615d90 add make install hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6
3d6cfb615d90 add make install hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 all:
3d6cfb615d90 add make install hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8
3d6cfb615d90 add make install hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 install:
3d6cfb615d90 add make install hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 mkdir -p ${INSTDIR}
3d6cfb615d90 add make install hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 install -c -m 644 ${FILES} ${INSTDIR}
3d6cfb615d90 add make install hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12
3d6cfb615d90 add make install hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 clean: