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

File: [OMI] / omi / base / GNUmakefile (download)
Revision: 1.1.1.1 (vendor branch), Wed May 30 21:47:49 2012 UTC (12 years ago) by mike
Branch: TOG
CVS Tags: OMI_1_0_2_Branch, OMI_1_0_1_PRE, OMI_1_0_0
Changes since 1.1: +0 -0 lines
Initial Import

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

ifdef SUNOS_SPARC_SUNPRO
    SOURCES += sunsparc8_atomic.s
endif


HEADERS = \
    base.h \
    batch.h \
    buf.h \
    classdecl.h \
    indent.h \
    instance.h \
    lib.h \
    list.h \
    messages.h \
    parameters.h \
    result.h \
    schemadecl.h \
    stringarray.h \
    strings.h \
    types.h \
    log.h \
    naming.h \
    field.h \
    dir.h \
    io.h \
    env.h \
    time.h \
    process.h \
    pidfile.h \
    paths.h \
    strarr.h \
    user.h \
    credcache.h \
    conf.h \
    file.h \
    hashtable.h

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

DEFINES = MI_CONST=

GUID = 1553797E-B84E-450A-A756-391C1CE184C3

include $(TOP)/mak/rules.mak

ViewCVS 0.9.2