Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c018647dd8a52d0f3bfcf68ecc994694a56a9807
[simgrid.git] / src / nws_portability / Include / Makefile
1 #
2 # Makefile for Include
3 #
4 # $Id$
5 #
6
7 # include common variables
8 include ../Makedefs
9
10 # headers to be installed 
11 HEADERS =       diagnostic.h \
12                 dnsutil.h \
13                 formatutil.h \
14                 messages.h \
15                 osutil.h \
16                 protocol.h \
17                 config_portability.h \
18                 strutil.h \
19                 fbuff.h \
20                 timeouts.h \
21                 forecast_api.h
22
23 .PHONY: all clean dist install
24
25 all: 
26         @$(CP) $(HEADERS) $(buildincdir)
27
28 clean:
29
30 dist:
31         @$(INSTALL) -d $(DIST_ROOT)/Include
32         @$(CP) Makefile *.h.in *.h $(DIST_ROOT)/Include
33
34 install:
35         @echo "Installing header files..."
36         @$(CP) $(HEADERS) $(incdir)
37