651707ea9a93fc77678e43f4b088478c64687eb1
[tpot/pegasus/.git] / src / Pegasus / Compiler / load / Makefile
1 ROOT = ../../../..
2 include $(ROOT)/mak/config.mak
3
4 MOF_PATH = $(ROOT)/Schemas/CIM25
5
6
7 all:
8         $(RMDIRHIER) $(REPOSITORY_ROOT)/repository
9         cimmof -I$(MOF_PATH) -nroot $(MOF_PATH)/CIM_Core25.mof
10         cimmof -I$(MOF_PATH) $(MOF_PATH)/CIM_Schema25.mof
11
12 clean:
13 tests:
14 depend: