xref: /third_party/ltp/include/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/include/
1f08c3bdfSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci# Copyright (C) 2009, Cisco Systems Inc.
3f08c3bdfSopenharmony_ci# Ngie Cooper, July 2009
4f08c3bdfSopenharmony_ci
5f08c3bdfSopenharmony_citop_srcdir		?= ..
6f08c3bdfSopenharmony_ci
7f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/env_pre.mk
8f08c3bdfSopenharmony_ci
9f08c3bdfSopenharmony_ciINSTALL_DIR		:= $(includedir)
10f08c3bdfSopenharmony_ci
11f08c3bdfSopenharmony_ciINSTALL_MODE		:= 00644
12f08c3bdfSopenharmony_ci
13f08c3bdfSopenharmony_ciINSTALL_TARGETS		:= *.h
14f08c3bdfSopenharmony_ci
15f08c3bdfSopenharmony_ciMAKE_TARGETS		:=
16f08c3bdfSopenharmony_ci
17f08c3bdfSopenharmony_ci.PHONY: ac-clean ac-distclean ac-maintainer-clean distclean maintainer-clean
18f08c3bdfSopenharmony_cidistclean:: clean ac-distclean
19f08c3bdfSopenharmony_cimaintainer-clean:: distclean ac-maintainer-clean
20f08c3bdfSopenharmony_ciac-clean ac-distclean::
21f08c3bdfSopenharmony_ci	$(RM) -f config.h
22f08c3bdfSopenharmony_ciac-maintainer-clean::
23f08c3bdfSopenharmony_ci	$(RM) -f config.h.in
24f08c3bdfSopenharmony_ci
25f08c3bdfSopenharmony_civpath %.h $(abs_srcdir)
26f08c3bdfSopenharmony_ci
27f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/generic_leaf_target.mk
28

Indexes created Thu Nov 07 10:32:03 CST 2024