source: PSPA/madxPSPA/tools/numdiff/Makefile_c @ 430

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

import madx-5.01.00

File size: 663 bytes
Line 
1# |
2# o---------------------------------------------------------------------o
3# |
4# | Numdiff 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 %.h src
20vpath %.c src
21
22CC_DIR := src
23CC_HDR := $(notdir $(wildcard src/*.h))
24CC_SRC := $(notdir $(wildcard src/*.c))
25
26#######################
27# C dependencies (case not automatic!)
28
29ifeq ($(CDEP),)
30endif
31
32# end of makefile
Note: See TracBrowser for help on using the repository browser.