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

File: [OMI] / omi / unittest / genall / Attic / 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
Changes since 1.1: +1 -2 lines
1.0.2 drop

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

CSHLIBRARY = omigenall

SOURCES = $(wildcard *.c)

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

LIBRARIES = base

CLEANFILES=$(SOURCES)

include $(TOP)/mak/rules.mak

GENOPTS = -l -D -M -V -S -A

gen:
	$(BINDIR)/omigen $(GENOPTS) -a schema.mof

ViewCVS 0.9.2