Last change
on this file was
19518,
checked in by westram, 3 days ago
|
- full update from 'trunk' into 'help'
- adds:
|
File size:
365 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.