summaryrefslogtreecommitdiffstats
path: root/include/public/nsacl/Makefile
blob: e55a0d9dbf0ddbc5d7459caa2f988d354929b00a (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
#
# BEGIN COPYRIGHT BLOCK
# Copyright 2001 Sun Microsystems, Inc.
# Portions copyright 1999, 2001-2003 Netscape Communications Corporation.
# All rights reserved.
# END COPYRIGHT BLOCK
#
# Makefile for include/public/nsacl public header files

MCOM_ROOT = ../../../..
MODULE=netsiteIncludeNsacl

include ../../../nsdefs.mk

HDRDEST=$(OBJDIR)/include/nsacl

PREFIX=copyrght.h


NOSTDSTRIP=true
NOSTDDEPEND=true

HDRS=$(wildcard *.h)

BINS=$(addprefix $(HDRDEST)/,$(HDRS))

all: $(HDRDEST) $(BINS)

$(HDRDEST):
	mkdir -p $(HDRDEST)

strip:
depend:

include ../../../nsconfig.mk

$(HDRDEST)/%.h: %.h
	cat $(PREFIX) $< > $(HDRDEST)/$*.h