(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / samples / Providers / FileSystem

File: [OMI] / omi / samples / Providers / FileSystem / GNUmakefile (download)
Revision: 1.4, Mon Apr 20 17:19:59 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.3: +4 -4 lines
OMI 1.0.8-1

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

CSHLIBRARY = filesys

SOURCES = \
    module.c \
    util.c \
    MSFT_DataFile.c \
    MSFT_Directory.c \
    MSFT_DirectoryContainsFile.c \
    schema.c

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

LIBRARIES += base $(PALLIBS)

CLASSES = MSFT_DataFile MSFT_Directory MSFT_DirectoryContainsFile

include $(TOP)/mak/rules.mak

reg:
	$(BINDIR)/omireg -n root/omi $(TARGET)

gen:
	$(BINDIR)/omigen -m filesys schema.mof $(CLASSES)

tests:
	omicli a root/omi -rc MSFT_Directory { MSFT_Directory Name /opt }

ViewCVS 0.9.2