/[escript]/trunk/make/hosts/attic/Makefile.phony
ViewVC logotype

Contents of /trunk/make/hosts/attic/Makefile.phony

Parent Directory Parent Directory | Revision Log Revision Log


Revision 155 - (show annotations)
Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
File size: 1300 byte(s)
move all directories from trunk/esys2 into trunk and remove esys2

1 # $Id$
2
3 # Phony Targets
4
5 .PHONY: default clean pyc force
6
7 .DEFAULT: default
8
9 force:
10
11 default: ${DEFAULT_TARGET}
12 @if test -n "${CPP_SRC}";\
13 then\
14 echo "C++ source files: ${CPP_SRC}";\
15 else\
16 echo "No C++ source files found.";\
17 fi
18 @if test -n "${CC_SRC}";\
19 then\
20 echo "C source files: ${CC_SRC}";\
21 else\
22 echo "No C source files found.";\
23 fi
24
25 clean:
26 @echo ----------------------------------------------------------------------------
27 @rm -rf ${filter-out %CVS, ${wildcard ${L_DEP_DIR}/*}}
28 @rm -rf ${filter-out %CVS, ${wildcard ${L_LIB_DIR}/*}}
29 @rm -rf ${filter-out %CVS, ${wildcard ${L_OBJ_DIR}/*}}
30 @rm -rf ${addprefix ${L_SRC_DIR}/, ${SWIG_CPP_SRC}}
31 @rm -rf ${addprefix ${L_SRC_DIR}/, ${SWIG_PY_SRC}}
32 @echo Cleaned.
33
34 pyc: ${PYTHON_BYTE}
35
36 ${DEFAULT_TARGET}:
37
38 # $Log$
39 # Revision 1.1 2004/10/26 06:53:58 jgs
40 # Initial revision
41 #
42 # Revision 1.1.2.1 2004/09/27 06:29:16 jgs
43 # moved from make/hosts
44 #
45 # Revision 1.1.1.1 2004/06/24 04:00:39 johng
46 # Initial version of eys using boost-python.
47 #
48 # Revision 1.3 2003/08/25 02:14:10 davies
49 # Force builds of linked objects.
50 #
51 # Revision 1.2 2003/08/21 07:12:16 davies
52 # Fixed accidental deletion of CVS directory during "make clean".
53 #
54 # Revision 1.1.1.1 2003/08/21 00:58:20 davies
55 # Imported sources from Lutz Gross.
56 #

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26