xref: /aosp_15_r20/external/ltp/include/Makefile (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker# SPDX-License-Identifier: GPL-2.0-or-later
2*49cdfc7eSAndroid Build Coastguard Worker# Copyright (C) 2009, Cisco Systems Inc.
3*49cdfc7eSAndroid Build Coastguard Worker# Ngie Cooper, July 2009
4*49cdfc7eSAndroid Build Coastguard Worker
5*49cdfc7eSAndroid Build Coastguard Workertop_srcdir		?= ..
6*49cdfc7eSAndroid Build Coastguard Worker
7*49cdfc7eSAndroid Build Coastguard Workerinclude $(top_srcdir)/include/mk/env_pre.mk
8*49cdfc7eSAndroid Build Coastguard Worker
9*49cdfc7eSAndroid Build Coastguard WorkerINSTALL_DIR		:= $(includedir)
10*49cdfc7eSAndroid Build Coastguard Worker
11*49cdfc7eSAndroid Build Coastguard WorkerINSTALL_MODE		:= 00644
12*49cdfc7eSAndroid Build Coastguard Worker
13*49cdfc7eSAndroid Build Coastguard WorkerINSTALL_TARGETS		:= *.h
14*49cdfc7eSAndroid Build Coastguard Worker
15*49cdfc7eSAndroid Build Coastguard WorkerMAKE_TARGETS		:=
16*49cdfc7eSAndroid Build Coastguard Worker
17*49cdfc7eSAndroid Build Coastguard Worker.PHONY: ac-clean ac-distclean ac-maintainer-clean distclean maintainer-clean
18*49cdfc7eSAndroid Build Coastguard Workerdistclean:: clean ac-distclean
19*49cdfc7eSAndroid Build Coastguard Workermaintainer-clean:: distclean ac-maintainer-clean
20*49cdfc7eSAndroid Build Coastguard Workerac-clean ac-distclean::
21*49cdfc7eSAndroid Build Coastguard Worker	$(RM) -f config.h
22*49cdfc7eSAndroid Build Coastguard Workerac-maintainer-clean::
23*49cdfc7eSAndroid Build Coastguard Worker	$(RM) -f config.h.in
24*49cdfc7eSAndroid Build Coastguard Worker
25*49cdfc7eSAndroid Build Coastguard Workervpath %.h $(abs_srcdir)
26*49cdfc7eSAndroid Build Coastguard Worker
27*49cdfc7eSAndroid Build Coastguard Workerinclude $(top_srcdir)/include/mk/generic_leaf_target.mk
28