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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [mw/] [src/] [fonts/] [Makefile] - Blame information for rev 1765

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
# 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
# If you want to create a library with the objects files, define the name here
30
LIBNAME = libmwfonts.a
31
LIBNAMESO = libmwfonts.so
32
 
33
# List of objects to compile
34
OBJS =  helvB10.o helvB12.o helvR10.o symbol.o rom8x16.o rom8x8.o\
35
        winFreeSansSerif11x13.o winFreeSystem14x16.o X5x7.o X6x13.o
36
#       timBI18.o
37
 
38
ifeq ($(HAVEMSFONTS), Y)
39
OBJS += winMSSansSerif11x13.o winSystem14x16.o winTerminal8x12.o
40
endif
41
 
42
ifeq ($(HAVE_BIG5_SUPPORT), Y)
43
OBJS += chinese/big5font.o
44
endif
45
 
46
ifeq ($(HAVE_GB2312_SUPPORT), Y)
47
OBJS += chinese/gb2312font.o
48
endif
49
 
50
ifeq ($(HAVE_KSC5601_SUPPORT), Y)
51
OBJS += korean/jo16x16.o korean/ksjo_tbl.o
52
endif
53
 
54
%.c:%.bdf
55
        echo "Generating $@ from font file ..."
56
        ./convbdf $< > $@
57
 
58
######################### Makefile.rules section #############################
59
 
60
include $(TOP)/Makefile.rules
61
 
62
######################## Tools targets section ###############################
63
 
64
realclean: clean
65
        $(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.