Revision: | 447 |
Committed: | Tue Mar 22 16:38:37 2005 UTC (20 years, 4 months ago) by tim |
Original Path: | trunk/src/applications/staticProps/Makefile |
File size: | 323 byte(s) |
Log Message: | avoid building parallel executable for dump2XYZ, simpleBuilder, staticProps and dynamicProps |
# | User | Rev | Content |
---|---|---|---|
1 | tim | 307 | Package = applications/staticProps |
2 | |||
3 | Source = \ | ||
4 | tim | 310 | GofAngle2.cpp \ |
5 | GofRAngle.cpp \ | ||
6 | GofR.cpp \ | ||
7 | GofXyz.cpp \ | ||
8 | RadialDistrFunc.cpp \ | ||
9 | tim | 311 | StaticPropsCmd.c \ |
10 | tim | 310 | StaticProps.cpp \ |
11 | tim | 447 | |
12 | BuiltParallelExe = 0 | ||
13 | tim | 307 | |
14 | RmiSource = | ||
15 | |||
16 | tim | 310 | Main = StaticProps |
17 | tim | 307 | |
18 | DEV_ROOT=../../.. | ||
19 | include $(DEV_ROOT)/make/Makefile | ||
20 |