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

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

Line No. Rev Author Line
1 27 unneback
##############################################################################
2
# Microwindows template Makefile
3
# Copyright (c) 2000, 2002 Martin Jolicoeur, Greg Haerr
4
##############################################################################
5
 
6
ifndef TOP
7
TOP = ..
8
CONFIG = $(TOP)/config
9
endif
10
 
11
include $(CONFIG)
12
 
13
VPATH := $(TOP)/mwin
14
 
15
######################## Additional Flags section ############################
16
 
17
# Directories list for header files
18
INCLUDEDIRS +=
19
 
20
# Defines for preprocessor
21
ifeq ($(ERASEMOVE), Y)
22
DEFINES += -DERASEMOVE=1
23
endif
24
 
25
ifeq ($(UPDATEREGIONS), Y)
26
DEFINES += -DUPDATEREGIONS=1
27
endif
28
 
29
# Compilation flags for C files OTHER than include directories
30
CFLAGS +=
31
# Preprocessor flags OTHER than defines
32
CPPFLAGS +=
33
# Linking flags
34
LDFLAGS +=
35
 
36
############################# targets section ################################
37
 
38
ifeq ($(MICROWIN), Y)
39
 
40
# If you want to create a library with the objects files, define the name here
41
LIBNAME = libmwin.a
42
LIBNAMESO = libmwin.so
43
 
44
# List of objects to compile
45
OBJS = winmain.o winuser.o wingdi.o winexpos.o winclip.o winevent.o\
46
        windefw.o winrgn.o winfont.o winsbar.o
47
 
48
endif
49
 
50
######################### Makefile.rules section #############################
51
 
52
include $(TOP)/Makefile.rules
53
 
54
######################## Tools targets section ###############################
55
 

powered by: WebSVN 2.1.0

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