URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [mw/] [src/] [mwin/] [mwobjects/] [Makefile] - Rev 1765
Compare with Previous | Blame | View Log
#
# Copyright (C) Chris Johns (ccj@acm.org)
#
# Microwindows C++ Wrappers.
#
include $(CONFIG)
LIBNAME = libmwobjects.a
LIBNAMESO = libmwobjects.so
ifeq ($(OBJFRAMEWORK), Y)
CXXOBJS += mwobjects.o
endif
######################### Makefile.rules section #############################
include $(TOP)/Makefile.rules
######################## Tools targets section ###############################