head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 markom:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2002.01.16.10.25.44;  author markom;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2002.01.16.10.25.44;  author markom;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# WARNING
#
# This Makefile is NOT for installation purposes. Please read the file
# docs/Install.html for information about installing Tix.
#
#
#
#
#
#
# fs = font scheme source 
# cs = color scheme source 
#
# fsc = font scheme compiled
# csc = color scheme compiled
#


.SUFFIXES: .fs .cs .csc .fsc

all:: FONT_PREF COLOR_PREF

FONT_SRC = 14Point.fs 12Point.fs TK.fs 

FONT_PREF:: ${FONT_SRC:.fs=.fsc}

COLOR_SRC = Bisque.cs Blue.cs Gray.cs SGIGray.cs TixGray.cs TK.cs

COLOR_PREF:: ${COLOR_SRC:.cs=.csc}

fresh::
	-rm -f ${COLOR_SRC:.cs=.csc} FONT_PREF:: ${FONT_SRC:.fs=.fsc}
	make

.cs.csc:
	tixmkpref -color $< > $@@

.fs.fsc:
	tixmkpref -font  $< > $@@

distclean:
	- rm -f *.a *.o core errs *~ \#* TAGS *.E a.out errors \
		*.ps

clean:: distclean
@


1.1.1.1
log
@Insight
@
text
@@
