source: trunk/GDE/PROBCONS/Makefile

Last change on this file was 19480, checked in by westram, 15 months ago
File size: 365 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.