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

Subversion Repositories or1k

[/] [or1k/] [tags/] [MW_0_8_9PRE7/] [mw/] [src/] [mwin/] [winlib/] [Makefile] - Blame information for rev 1765

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
# Defines for preprocessor
18
DEFINES +=
19
 
20
# Compilation flags for C files OTHER than include directories
21
CFLAGS +=
22
# Preprocessor flags OTHER than defines
23
CPPFLAGS +=
24
# Linking flags
25
LDFLAGS +=
26
 
27
############################# targets section ################################
28
 
29
ifeq ($(MICROWIN), Y)
30
 
31
# If you want to create a library with the objects files, define the name here
32
LIBNAME = libmwinlib.a
33
LIBNAMESO = libmwinlib.so
34
 
35
# List of objects to compile
36
OBJS = draw3d.o ptinsid.o insetr.o fastfill.o graph3d.o mwuser.o
37
 
38
ifneq ($(ARCH), ELKS)
39
OBJS += button.o edit.o listbox.o progbar.o static.o combobox.o caret.o \
40
        scrlbar.o medit.o
41
endif
42
 
43
endif
44
 
45
######################### Makefile.rules section #############################
46
 
47
include $(TOP)/Makefile.rules
48
 
49
######################## Tools targets section ###############################
50
 

powered by: WebSVN 2.1.0

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