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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [library/] [pref/] [Makefile] - Blame information for rev 1782

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# WARNING
2
#
3
# This Makefile is NOT for installation purposes. Please read the file
4
# docs/Install.html for information about installing Tix.
5
#
6
#
7
#
8
#
9
#
10
#
11
# fs = font scheme source
12
# cs = color scheme source
13
#
14
# fsc = font scheme compiled
15
# csc = color scheme compiled
16
#
17
 
18
 
19
.SUFFIXES: .fs .cs .csc .fsc
20
 
21
all:: FONT_PREF COLOR_PREF
22
 
23
FONT_SRC = 14Point.fs 12Point.fs TK.fs
24
 
25
FONT_PREF:: ${FONT_SRC:.fs=.fsc}
26
 
27
COLOR_SRC = Bisque.cs Blue.cs Gray.cs SGIGray.cs TixGray.cs TK.cs
28
 
29
COLOR_PREF:: ${COLOR_SRC:.cs=.csc}
30
 
31
fresh::
32
        -rm -f ${COLOR_SRC:.cs=.csc} FONT_PREF:: ${FONT_SRC:.fs=.fsc}
33
        make
34
 
35
.cs.csc:
36
        tixmkpref -color $< > $@
37
 
38
.fs.fsc:
39
        tixmkpref -font  $< > $@
40
 
41
distclean:
42
        - rm -f *.a *.o core errs *~ \#* TAGS *.E a.out errors \
43
                *.ps
44
 
45
clean:: distclean

powered by: WebSVN 2.1.0

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