diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-26 01:56:39 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-26 01:56:39 +0000 |
commit | 7fa099ed7f361e5937ce7521fdcc030429b1620f (patch) | |
tree | 2c4d1c81e1bb713a32421b5fccea83224ad62077 /netsvcs | |
parent | cc0b52d4e6536e176b6f3f0fa225fc8788216181 (diff) | |
download | ATCD-7fa099ed7f361e5937ce7521fdcc030429b1620f.tar.gz |
ChangeLogTag:Fri May 25 20:51:33 2001 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/build.bor | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/netsvcs/build.bor b/netsvcs/build.bor index d631bb6b7bc..72036c408fc 100644 --- a/netsvcs/build.bor +++ b/netsvcs/build.bor @@ -1,21 +1,16 @@ -##--------------------------------------------------------------------------- -## $Id$ -## -## Makefile for the ACE network services -## -##--------------------------------------------------------------------------- -## -## Process this file with automake to create Makefile.in -## +!ifndef CFLAGS +CFLAGS=$(ACE_CFLAGS) +!endif -## The number in AUTOMAKE_OPTIONS is the minimum required version automake -## needed to process this file. -AUTOMAKE_OPTIONS = 1.4 +!ifndef CPPDIR +CPPDIR=. +!endif -SUBDIRS = lib \ - clients \ - servers +!ifndef LIBFILES +LIBFILES= $(ACE_LIB) +!endif -EXTRA_DIST = ACE-netsvcs.html +!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> +!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor> |