source: PSPA/madxPSPA/Makefile_cxx @ 457

Last change on this file since 457 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 772 bytes
Line 
1# |
2# o---------------------------------------------------------------------o
3# |
4# | MAD makefile - C++ files selection
5# |
6# o---------------------------------------------------------------------o
7# |
8# | Methodical Accelerator Design
9# |
10# | Copyright (c) 2011+ CERN, mad@cern.ch
11# |
12# | For more information, see http://cern.ch/mad
13# |
14# o---------------------------------------------------------------------o
15# |
16# | $Id$
17# |
18
19vpath %.hpp src
20vpath %.cpp src
21
22CXX_DIR := src
23CXX_HDR := $(notdir $(wildcard src/mad_*.hpp))
24CXX_SRC := $(notdir $(wildcard src/mad_*.cpp))
25
26ifeq ($(NTPSA),yes)
27  CXX_HDR += tpsa.h
28  CXX_SRC += tpsa.cpp
29endif
30
31#######################
32# C++ dependencies (case not automatic!)
33
34ifeq ($(CXXDEP),)
35
36tpsa.o: tpsa.h
37
38endif
39
40# end of makefile
Note: See TracBrowser for help on using the repository browser.