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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [mw/] [src/] [Makefile] - Blame information for rev 673

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 673 markom
##############################################################################
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
######################### Makefile.rules section #############################
51
 
52
include $(TOP)/Makefile.rules
53
 
54
######################## Tools targets section ###############################

powered by: WebSVN 2.1.0

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