source:
branches/stable/GDE/PROBCONS/Makefile
Last change on this file was 12832, checked in by westram, 10 years ago | |
---|---|
File size: 359 bytes |
Line | |
---|---|
1 | # Probcons for ARB |
2 | # by Arne Boeckmann (2013) |
3 | |
4 | PROG = PROBCONS |
5 | TARGET = $(ARBHOME)/bin/probcons |
6 | |
7 | |
8 | # ARBs standard target |
9 | $(MAIN) : $(TARGET) |
10 | |
11 | clean : |
12 | +cd probcons && make clean |
13 | rm -f $(TARGET) |
14 | rm -f probcons.stamp |
15 | |
16 | $(TARGET) : probcons.stamp |
17 | cp -f probcons/probcons $(TARGET) |
18 | |
19 | probcons.stamp: |
20 | +cd probcons && make |
21 | touch probcons.stamp |
22 | |
23 | .PHONY : clean |
Note: See TracBrowser
for help on using the repository browser.