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/] [engine/] [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, 2002 Martin Jolicoeur, Greg Haerr
4
##############################################################################
5
 
6
include $(CONFIG)
7
 
8
VPATH := $(TOP)/engine
9
 
10
######################## Additional Flags section ############################
11
 
12
# Directories list for header files
13
INCLUDEDIRS +=
14
# Defines for preprocessor
15
DEFINES +=
16
 
17
# Compilation flags for C files OTHER than include directories
18
CFLAGS +=
19
# Preprocessor flags OTHER than defines
20
CPPFLAGS +=
21
# Linking flags
22
LDFLAGS +=
23
 
24
############################# targets section ################################
25
 
26
# If you want to create a library with the objects files, define the name here
27
LIBNAME = libmwengine.a
28
LIBNAMESO = libmwengine.so
29
 
30
# List of objects to compile
31
OBJS =  devopen.o devdraw.o devfont.o devmouse.o devkbd.o devclip.o devrgn.o \
32
        devpal1.o devpal2.o devimage.o devlist.o selfont.o error.o \
33
        devrgn2.o devarc.o devpoly.o
34
 
35
#ifeq ($(UNIX), 1)
36
OBJS += devtimer.o
37
#endif
38
 
39
ifneq ($(ARCH), ELKS)
40
OBJS += devpal8.o
41
endif
42
 
43
ifeq ($(GRAYPALETTE), Y)
44
OBJS += devpalgray4.o
45
else
46
OBJS += devpal4.o
47
endif
48
 
49
######################### Makefile.rules section #############################
50
 
51
include $(TOP)/Makefile.rules
52
 
53
######################## Tools targets section ###############################

powered by: WebSVN 2.1.0

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