File: makeinc

package info (click to toggle)
tela 1.28-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 6,596 kB
  • ctags: 5,519
  • sloc: ansic: 14,013; cpp: 13,376; lex: 1,651; fortran: 1,048; yacc: 834; sh: 715; makefile: 464
file content (19 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Included by the main Makefile, therefore every file has $(srcdir)/local
# List in LOCAL_CTELA_MODULES all additional C-tela object files that you want in
# your compilation.
# List in NEEDED_BY_LOCAL_CTELA_MODULES all non-C-tela object files that are
# needed by the additional C-tela object files.
# All rules to build these objects must be given in this file also.

locdir = $(srcdir)/local

#MATLABDIR = /usr/local/matlab4.2a
#MATLABLIB = $(MATLABDIR)/extern/lib/sgi/libmat.a

matlabeng.o : $(locdir)/matlabeng.ct $(CTDEPS)
	./telakka $(TELAKKA_OPTS) -c -I$(MATLABINCLUDE) $(locdir)/matlabeng.ct

#LOCAL_CTELA_MODULES = matlabeng.o
#NEEDED_BY_LOCAL_CTELA_MODULES = $(MATLABLIB)

#include $(locdir)/makeinc.geo