OSDN Git Service

FIRST REPOSITORY
[eos/hostdependOTHERS.git] / I386LINUX / util / I386LINUX / doc / mico / examples / siegel / central / Makefile
1 #
2 # MICO --- a CORBA 2.0 implementation
3 # Copyright (C) 1997 Kay Roemer & Arno Puder
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 #
19 # Send comments and/or bug reports to:
20 #                mico@informatik.uni-frankfurt.de
21 #
22
23 all: .depend depot_server
24
25 DIR_PREFIX=../
26 include ../../MakeVars
27
28 INSTALL_DIR     = siegel/central
29 INSTALL_SRCS    = Makefile DepotData.h DepotImpl.h TreeNode.h depot_server.cc \
30   DepotData.cc DepotImpl.cc Makefile depot.dat
31 INSTALL_SCRIPTS =
32
33 AUX_OBJS        = ../idl/POS.o ../idl/Store.o ../idl/Central.o \
34                   ../primer_utils/NsPublisher.o
35
36 CXXFLAGS  := $(COS_CXXFLAGS) $(CXXFLAGS) -I../idl -I../primer_utils
37 LDLIBS    := $(COS_LDLIBS) $(LDLIBS)
38 LDFLAGS   := $(COS_LDFLAGS) $(LDFLAGS)
39 DEPS      := $(COS_DEPS) $(DEPS)
40
41
42 depot_server: depot_server.o DepotData.o DepotImpl.o
43         $(LD) $(CXXFLAGS) $(LDFLAGS) depot_server.o DepotData.o DepotImpl.o \
44               $(AUX_OBJS) $(LDLIBS) -o depot_server
45
46 clean:
47         rm -f *.o core depot_server *~ .depend