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/] [fonts/] [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
ifndef TOP
7
TOP = ..
8
CONFIG = $(TOP)/config
9
endif
10
 
11
include $(CONFIG)
12
 
13
VPATH := $(TOP)/fonts
14
 
15
######################## Additional Flags section ############################
16
 
17
# Directories list for header files
18
INCLUDEDIRS +=
19
# Defines for preprocessor
20
DEFINES +=
21
 
22
# Compilation flags for C files OTHER than include directories
23
CFLAGS +=
24
# Preprocessor flags OTHER than defines
25
CPPFLAGS +=
26
# Linking flags
27
LDFLAGS +=
28
 
29
############################# targets section ################################
30
 
31
# If you want to create a library with the objects files, define the name here
32
LIBNAME = libmwfonts.a
33
LIBNAMESO = libmwfonts.so
34
 
35
# List of objects to compile
36
OBJS =  helvB10.o helvB12.o helvR10.o symbol.o rom8x16.o rom8x8.o\
37
        winFreeSansSerif11x13.o winFreeSystem14x16.o X5x7.o X6x13.o
38
#       timBI18.o
39
 
40
ifeq ($(HAVEMSFONTS), Y)
41
OBJS += winMSSansSerif11x13.o winSystem14x16.o winTerminal8x12.o
42
endif
43
 
44
ifeq ($(HAVE_BIG5_SUPPORT), Y)
45
OBJS += chinese/big5font.o
46
endif
47
 
48
ifeq ($(HAVE_GB2312_SUPPORT), Y)
49
OBJS += chinese/gb2312font.o
50
endif
51
 
52
ifeq ($(HAVE_KSC5601_SUPPORT), Y)
53
OBJS += korean/jo16x16.o korean/ksjo_tbl.o
54
endif
55
 
56
%.c:%.bdf
57
        echo "Generating $@ from font file ..."
58
        ./convbdf $< > $@
59
 
60
######################### Makefile.rules section #############################
61
 
62
include $(TOP)/Makefile.rules
63
 
64
######################## Tools targets section ###############################
65
 
66
realclean: clean
67
        $(RM) helvB10.c helvB12.c helvR10.c timBI18.c X5x7.c X6x13.c

powered by: WebSVN 2.1.0

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