*.tc templates are no longer being used at PSI

r3803 | ffr | 2012-11-14 09:06:37 +1100 (Wed, 14 Nov 2012) | 2 lines
This commit is contained in:
Ferdi Franceschini
2012-11-14 09:06:37 +11:00
committed by Douglas Clowes
parent 272a876bdd
commit 34891cb9a6

View File

@ -26,10 +26,6 @@ PSI_LIBS = \
../%.o : ../%.c ../%.o : ../%.c
cd ..; $(CC) -c $(PSI_CFLAGS) $*.c -o $*.o 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: ../matrix/libmatrix.a:
make -C ../matrix $(MFLAGS) libmatrix.a make -C ../matrix $(MFLAGS) libmatrix.a