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

File: [OMI] / omi / base / GNUmakefile (download)
Revision: 1.3, Mon Jun 25 18:51:01 2012 UTC (12 years ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_2
Changes since 1.2: +0 -36 lines
1.0.2 drop

TOP = ..
include $(TOP)/config.mak

ifeq ($(OS)-$(ARCH),HPUX-PARISC)
CXXSHLIBRARY = base
else
LIBRARY = base
endif

SOURCES = \
    base.c \
    batch.c \
    buf.c \
    classdecl.c \
    instance.c \
    messages.c \
    lib.c \
    list.c \
    parameters.c \
    result.c \
    schemadecl.c \
    stringarray.c \
    strings.c \
    types.c \
    log.c \
    packing.c \
    helpers.c \
    naming.c \
    field.c \
    dir.c \
    io.c \
    env.c \
    time.c \
    process.c \
    pidfile.c \
    paths.c \
    strarr.c \
    user.c \
    credcache.c \
    conf.c \
    atomic.c \
    getopt.c \
    file.c \
    hashtable.c \
    base64.c

ifdef SUNOS_SPARC_SUNPRO
    SOURCES += sunsparc8_atomic.s
endif

INCLUDES = $(TOP) $(TOP)/common

DEFINES = MI_CONST=

include $(TOP)/mak/rules.mak

ViewCVS 0.9.2