Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix make dist
[simgrid.git] / src / nws_portability / Makedefs.in
1 #
2 # autoconf variables for the Portability library
3 #
4 # $Id$
5
6 # System we configured for 
7 configured      = @host@
8
9 # Distribution variables
10 TOP             = @TOP@/../../
11 DIST_NAME       = portability.tar
12 DIST_ROOT       = $(TOP)/gras-0.0.040205/src/nws_portability
13
14 # System-dependent values determined by the configuration script.
15 AR              = @AR@
16 ARFLAGS         = @ARFLAGS@
17 CC              = @CC@
18 CFLAGS          = @CFLAGS@
19 INCLUDES        = @INCLUDES@
20 LDFLAGS         = @LDFLAGS@
21 PROFILE         = @PROFILE@
22 RANLIB          = @RANLIB@
23 INSTALL         = @TOP@/install-sh -c
24 RM              = @RM@
25 CP              = @CP@
26 TAR             = @TAR@
27 CTAGS           = @CTAGS@
28 #VERSION                = @VERSION@
29
30 # where we put the objects, libraries, binaries (for the build process) etc ...
31 builddir        = @NWS_TOP@/build-${configured}
32 buildbindir     = $(builddir)/bin
33 buildlibdir     = $(builddir)/lib
34 buildincdir     = $(builddir)/include
35 buildobjdir     = $(builddir)/obj
36 # ... and for the install process 
37 prefix          = @prefix@
38 exec_prefix     = @exec_prefix@
39 bindir          = @bindir@
40 libdir          = @libdir@
41 incdir          = @includedir@
42 mandir          = @mandir@
43
44 # which directories we are going to compile
45 SUBDIRS         = Include Forecast