Added support to generate sicspoll. and sicsdrive.c files from .tc templates.

r1538 | ffr | 2007-02-22 16:09:06 +1100 (Thu, 22 Feb 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-02-22 16:09:06 +11:00
committed by Douglas Clowes
parent 26df992672
commit 30eead7937
2 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,10 @@ PSI_LIBS = -L$(HDFROOT)/lib $(NILIB)\
../%.o : ../%.c
cd ..; $(CC) -c $(PSI_CFLAGS) $*.c -o $*.o
# Some files a generated from templates by tjxp
../%.c: ../%.tc
cd ..; tcl/tjxp $*.tc $*.c
../matrix/libmatrix.a:
make -C ../matrix $(MFLAGS) libmatrix.a