(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / base

 1 mike  1.1 TOP = ..
 2           include $(TOP)/config.mak
 3           
 4           ifeq ($(OS)-$(ARCH),HPUX-PARISC)
 5           CXXSHLIBRARY = base
 6           else
 7           LIBRARY = base
 8           endif
 9           
10           SOURCES = \
11               base.c \
12               batch.c \
13               buf.c \
14               classdecl.c \
15               instance.c \
16               messages.c \
17               lib.c \
18               list.c \
19               parameters.c \
20               result.c \
21               schemadecl.c \
22 mike  1.1     stringarray.c \
23               strings.c \
24               types.c \
25               log.c \
26               packing.c \
27               helpers.c \
28               naming.c \
29               field.c \
30               dir.c \
31               io.c \
32               env.c \
33               time.c \
34               process.c \
35               pidfile.c \
36               paths.c \
37               strarr.c \
38               user.c \
39               credcache.c \
40               conf.c \
41               atomic.c \
42               getopt.c \
43 mike  1.1     file.c \
44 mike  1.2     hashtable.c \
45               base64.c
46 mike  1.1 
47           ifdef SUNOS_SPARC_SUNPRO
48               SOURCES += sunsparc8_atomic.s
49           endif
50           
51           INCLUDES = $(TOP) $(TOP)/common
52           
53           DEFINES = MI_CONST=
54           
55           include $(TOP)/mak/rules.mak

ViewCVS 0.9.2