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

File: [OMI] / omi / samples / Providers / OctetStrings / GNUmakefile (download)
Revision: 1.2, Mon Jun 25 18:51:02 2012 UTC (12 years ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_2, OMI_1_0_0
Changes since 1.1: +0 -2 lines
1.0.2 drop

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

CSHLIBRARY = octetstrings

SOURCES = \
    module.c \
    OMI_OctetStrings.c \
    schema.c

INCLUDES = ..

LIBRARIES =

CLASSES = OMI_OctetStrings

include $(TOP)/mak/rules.mak

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

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

tests:
	$(BINDIR)/omicli ei root/omi OMI_OctetStrings

ViewCVS 0.9.2