(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Compiler

File: [Pegasus] / pegasus / src / Pegasus / Compiler / Makefile (download)
Revision: 1.15, Wed May 1 01:34:22 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_01_01, VERSION_2_00_RC_4, VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_2_00_BRANCH, VERSION_1_10
Changes since 1.14: +1 -1 lines
HP-RK Add -DPEGASUS_INTERNALONLY to the LOCALDEFINES variable in all Makefiles that build objects within the pegasus/src/Pegasus directory tree.

#
#  NOTE:  The grammar and parser are no longer built in this makefile,
#  and in fact flex and bison are assumed to already have been run 
#  and their output committed to CVS.  Run 
#      make -f Makefile.grammmar
#  to generate cimmof_tab.cpp, cimmof_tab.h, and cimmof_lex.cpp, 
#  and remember to  commit them afterwards.
#

ROOT = ../../..

DIR = Pegasus/Compiler

include $(ROOT)/mak/config.mak

EXTRA_INCLUDES = $(SYS_INCLUDES)

ifeq ($(OS_TYPE),windows)
EXTRA_INCLUDES += -I./nt_includes
endif

LOCAL_CLEAN_TARGET = local_clean_target

LOCAL_DEFINES = -DPEGASUS_COMPILER_INTERNAL -DPEGASUS_INTERNALONLY

LIBRARY = pegcompiler

LIBRARIES = \
    pegcommon \
    pegrepository \
    pegclient

PRE_DEPEND_INCLUDES = -I./depends

SOURCES = cimmof_lex_wrapper.cpp cimmofParser.cpp cimmofMessages.cpp \
        cimmofRepositoryInterface.cpp cimmofClient.cpp \
	cimmofRepository.cpp cimmof_tab_wrapper.cpp parser.cpp \
	qualifierList.cpp valueFactory.cpp objname.cpp compilerDeclContext.cpp

OBJECTS = $(SOURCES:.cpp=$(OBJ))

include $(ROOT)/mak/library.mak


$(OBJ_DIR)/cimmof_tab_wrapper$(OBJ) : cimmof_tab.cpp

$(OBJ_DIR)/cimmof_lex_wrapper$(OBJ) : cimmof_lex.cpp

local_clean_target:
	$(RM) cimmoftemp.out cimmoftemp.output

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2