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/] [Makefile] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
##############################################################################
2
# Microwindows template Makefile
3
# Copyright (c) 2000 Martin Jolicoeur, Greg Haerr
4
##############################################################################
5
 
6
TOP = $(shell pwd)
7
 
8
# See if the user has a local config file. If so use that else
9
# use the one provided in the distribution.
10
ifeq ($(HOME)/microwin/config,$(wildcard $(HOME)/microwin/config))
11
CONFIG = $(HOME)/microwin/config
12
else
13
CONFIG = $(TOP)/config
14
endif
15
 
16
include $(CONFIG)
17
 
18
######################## Additional Flags section ############################
19
 
20
# Directories list for header files
21
INCLUDEDIRS +=
22
# Defines for preprocessor
23
DEFINES +=
24
 
25
# Compilation flags for C files OTHER than include directories
26
CFLAGS +=
27
# Preprocessor flags OTHER than defines
28
CPPFLAGS +=
29
# Linking flags
30
LDFLAGS +=
31
 
32
############################# targets section ################################
33
 
34
# If you want to create a library with the objects files, define the name here
35
LIBNAME =
36
LIBNAMESO =
37
 
38
# List of objects to compile
39
OBJS =
40
 
41
# demos should be built after the libs !
42
dirs = drivers mwin engine fonts nanox
43
 
44
all: default
45
        -$(MAKE) -C demos
46
ifeq ($(ARCH), ECOS)
47
        $(MAKE) -C ecos
48
endif
49
 
50
ecos: default
51
        -mkdir -p bin lib
52
        $(MAKE) -C ecos
53
 
54
 
55
######################### Makefile.rules section #############################
56
 
57
include $(TOP)/Makefile.rules
58
 
59
######################## Tools targets section ###############################

powered by: WebSVN 2.1.0

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