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

File: [OMI] / omi / unittest / gencase / Attic / Makefile (download)
Revision: 1.3, Mon Apr 20 17:10:35 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
Remove 1.0.2

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