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

Subversion Repositories or1k

[/] [or1k/] [tags/] [MW_0_8_9PRE7/] [mw/] [src/] [mwin/] [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
ifndef TOP
7
TOP = ..
8
CONFIG = $(TOP)/config
9
endif
10
 
11
include $(CONFIG)
12
 
13
######################## Additional Flags section ############################
14
 
15
# Directories list for header files
16
INCLUDEDIRS +=
17
 
18
# Defines for preprocessor
19
ifeq ($(ERASEMOVE), Y)
20
DEFINES += -DERASEMOVE=1
21
endif
22
 
23
ifeq ($(UPDATEREGIONS), Y)
24
DEFINES += -DUPDATEREGIONS=1
25
endif
26
 
27
# Compilation flags for C files OTHER than include directories
28
CFLAGS +=
29
# Preprocessor flags OTHER than defines
30
CPPFLAGS +=
31
# Linking flags
32
LDFLAGS +=
33
 
34
############################# targets section ################################
35
 
36
ifeq ($(MICROWIN), Y)
37
 
38
# If you want to create a library with the objects files, define the name here
39
LIBNAME = libmwin.a
40
LIBNAMESO = libmwin.so
41
 
42
# List of objects to compile
43
OBJS = winmain.o winuser.o wingdi.o winexpos.o winclip.o winevent.o\
44
        windefw.o winrgn.o winfont.o winsbar.o
45
 
46
endif
47
 
48
######################### Makefile.rules section #############################
49
 
50
include $(TOP)/Makefile.rules
51
 
52
######################## Tools targets section ###############################
53
 

powered by: WebSVN 2.1.0

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