File: Makefile

package info (click to toggle)
gavodachs 2.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,972 kB
  • sloc: python: 100,078; xml: 3,014; javascript: 2,360; ansic: 918; sh: 216; makefile: 31
file content (17 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Fix to match the location of the (uninstalled) C slalib/C sofa
SLADIR = ~/gavo/soft/SLALIB
SOFADIR = ~/gavo/soft/sofa


CFLAGS+=-I $(SLADIR) -I $(SOFADIR) -Wall
LDLIBS+=-L $(SLADIR) -lsla -L $(SOFADIR) -lsofa_c -lm


stcgroundtruth.py: makestctruth
	./makestctruth > stcgroundtruth.py

makestctruth: makestctruth.o


clean:
	rm -r *.o maketest