OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [services/] [gfx/] [mw/] [v2_0/] [src/] [demos/] [mwobjects/] [Makefile] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
##############################################################################
2
#
3
# MW Objects Makefile
4
#
5
# (c) Chris Johns 2000
6
#
7
##############################################################################
8
 
9
include $(CONFIG)
10
 
11
# Do nothing for RTEMS
12
ifneq ($(ARCH), RTEMS)
13
 
14
######################## Additional Flags section ############################
15
 
16
# Directories list for header files
17
INCLUDEDIRS +=
18
# Defines for preprocessor
19
DEFINES +=
20
 
21
# Compilation flags for C files OTHER than include directories
22
CFLAGS +=
23
# Preprocessor flags OTHER than defines
24
CPPFLAGS +=
25
# Linking flags
26
LDFLAGS +=
27
 
28
############################# targets section ################################
29
 
30
ifeq ($(OBJFRAMEWORK), Y)
31
 
32
# List of objects to compile
33
CXOBJS = mwo-test.o
34
 
35
all: default $(TOP)/bin/mwo-test
36
 
37
endif
38
 
39
######################### Makefile.rules section #############################
40
 
41
include $(TOP)/Makefile.rules
42
 
43
######################## Tools targets section ###############################
44
 
45
CCMWINLIBS = -lmwobjects -lmwin -lmwinlib -lmwengine -lmwdrivers -lmwfonts -lmwimages -lm
46
 
47
$(TOP)/bin/mwo-test: mwo-test.o
48
        $(CXX) $(CFLAGS) $(LDFLAGS) $^ -o $@ $(CCMWINLIBS)
49
 
50
 
51
endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.