(file) Return to Makefile CVS log (file) (dir) Up to [OMI] / omi / unittest / gencase

File: [OMI] / omi / unittest / gencase / Attic / Makefile (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: +29 -29 lines
1.0.2 drop

TOP=..\..

OMIGEN=omigen.exe

CLASSES=TestSP_CAlC TestSP_Calc_Adv

all: generate compile 

generate:
	$(OMIGEN) schema.mof -a -y EntryPoint $(OPTS) $(CLASSES)


cpp: generate_cpp compile_cpp

generate_cpp:
	$(OMIGEN) schema.mof -a --cpp $(OPTS) $(CLASSES)

INCLUDES = -I$(TOP)/common -I$(TOP)/common/windows

compile_cpp:
	cl $(INCLUDES) -c *.cpp
    
compile:
	cl $(INCLUDES) -c *.c

clean:
	- del *.obj *.h *.c *Class.cpp stubs.cpp module.cpp
	- del *Provider.cpp


ViewCVS 0.9.2