source: branches/profile/GDE/PROBCONS/Makefile

Last change on this file was 12832, checked in by westram, 10 years ago
  • merge [12819] from 'fix' into 'trunk' (probcons update)
File size: 359 bytes
Line 
1# Probcons for ARB
2# by Arne Boeckmann (2013)
3
4PROG   = PROBCONS
5TARGET = $(ARBHOME)/bin/probcons
6
7
8# ARBs standard target
9$(MAIN) : $(TARGET)
10
11clean :
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
19probcons.stamp:
20        +cd probcons && make
21        touch probcons.stamp
22
23.PHONY : clean
Note: See TracBrowser for help on using the repository browser.