(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               hashtable.c
45           
46           ifdef SUNOS_SPARC_SUNPRO
47               SOURCES += sunsparc8_atomic.s
48           endif
49           
50           
51           HEADERS = \
52               base.h \
53               batch.h \
54               buf.h \
55               classdecl.h \
56               indent.h \
57               instance.h \
58               lib.h \
59               list.h \
60               messages.h \
61               parameters.h \
62               result.h \
63               schemadecl.h \
64 mike  1.1     stringarray.h \
65               strings.h \
66               types.h \
67               log.h \
68               naming.h \
69               field.h \
70               dir.h \
71               io.h \
72               env.h \
73               time.h \
74               process.h \
75               pidfile.h \
76               paths.h \
77               strarr.h \
78               user.h \
79               credcache.h \
80               conf.h \
81               file.h \
82               hashtable.h
83           
84           INCLUDES = $(TOP) $(TOP)/common
85 mike  1.1 
86           DEFINES = MI_CONST=
87           
88           GUID = 1553797E-B84E-450A-A756-391C1CE184C3
89           
90           include $(TOP)/mak/rules.mak

ViewCVS 0.9.2