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