summaryrefslogtreecommitdiffstats
path: root/include/base/Makefile
blob: 67cbec88f1a704c6a05e5867311973518f985232 (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
#
# BEGIN COPYRIGHT BLOCK
# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
# Copyright (C) 2005 Red Hat, Inc.
# All rights reserved.
# END COPYRIGHT BLOCK
#
# Makefile for netsite.h

BUILD_ROOT = ../..
MODULE=netsiteIncludeBase

include $(BUILD_ROOT)/nsdefs.mk

HDRDEST=$(OBJDIR)/include/base

PREFIX=../copyrght.h


NOSTDSTRIP=true
NOSTDDEPEND=true

#HDRS=$(wildcard *.h)
HDRS=daemon.h cinfo.h crit.h ereport.h buffer.h net.h pblock.h sem.h session.h shexp.h shmem.h systhr.h util.h file.h pool.h regexp.h systems.h


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

all: $(HDRDEST) $(BINS)

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

strip:
depend:

include $(BUILD_ROOT)/nsconfig.mk

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