initial checkin, based on GSS 0.46 CVS
[gss-tcad.git] / src / utils / brkpnts / makefile
blob69d80d9a7d039020edb8a16748fc8378f7c5606b
1 ALL: brkpnts.h
3 include ../../../make.defs
6 brkpnts.h: brkpnts$(EXE)
7 ./brkpnts$(EXE)
8 cp brkpnts.h ../../include
10 brkpnts$(EXE): brkpnts.c
11 $(CC) -o brkpnts$(EXE) brkpnts.c -lm
14 clean:
15 rm -f *.o brkpnts$(EXE) brkpnts.txt brkpnts.h ../../include/brkpnts.h