summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/include/sys/Makefile.in
blob: d6a58e01cd87e2d6a69d39de7489c347009e1855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# $Id: Makefile.in,v 1.18 1997/05/11 04:29:47 assar Exp $

srcdir		= @srcdir@
VPATH		= @srcdir@

SHELL		= /bin/sh

LN_S		= @LN_S@
INSTALL		= @INSTALL@
INSTALL_DATA	= @INSTALL_DATA@
MKINSTALLDIRS = @top_srcdir@/mkinstalldirs

prefix		= @prefix@
includedir	= @includedir@
HAVE_CDEFS	= @ac_cv_header_sys_cdefs_h@

@SET_MAKE@

HEADERS = cdefs.h

all: stamp-headers

Wall:
	$(MAKE) CFLAGS="-g -Wall -Wno-comment -Wmissing-prototypes -Wmissing-declarations -D__USE_FIXED_PROTOTYPES__"

install: all
	$(MKINSTALLDIRS) $(includedir)/sys
	-if test "$(HAVE_CDEFS)" != yes; then \
	  $(INSTALL_DATA) cdefs.h $(includedir)/sys/cdefs.h ; \
	fi

uninstall:
	-if test "$(HAVE_CDEFS)" != yes; then \
	  rm -f $(includedir)/sys/cdefs.h ; \
	fi

clean:
	rm -f $(HEADERS) stamp-headers

mostlyclean:	clean
distclean:	clean
	rm -f Makefile config.status *~

realclean:	clean

cdefs.h:
	if test "$(HAVE_CDEFS)" != yes; then \
	  $(LN_S) ${srcdir}/cdefs.H cdefs.h; \
	fi || true

stamp-headers:
	$(MAKE) $(HEADERS)
	touch stamp-headers
OpenPOWER on IntegriCloud