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:
committed by
Douglas Clowes
parent
26df992672
commit
30eead7937
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user