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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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