summaryrefslogtreecommitdiff
path: root/cad/src/experimental/finite-element/Makefile
blob: c3027f3fddcea915cf79671ab87577bc5ea5c9e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21


# Copyright 2006-2007 Nanorex, Inc.  See LICENSE file for details. 

include platform.mk

TARGET=comp$(TARGET_SUFFIX)

all: jelloGui.py comp.so

jelloGui.py: jelloGui.ui
	pyuic jelloGui.ui > jelloGui.py

comp.c: comp.pyx comphelp.c
	$(PYREXC) comp.pyx

comp.so: comp.o
	$(CC) -shared -o comp.so comp.o $(LDFLAGS)

clean:
	rm -f *.pyc *~ *.o jelloGui.py *.so comp.c OUCH