Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/kernel.git] / doc / DevelopersGuide / makefile.skel
1 # begin copy here ==========================================
2
3 top_srcdir=@top_srcdir@
4 top_builddir=../../..
5 srcdir=@srcdir@
6 VPATH=.:@srcdir@
7
8 @COMMENCE@
9
10 # Libraries targets
11 LIB = 
12 LIB_SRC = 
13 LIB_MOC = 
14 LIB_CLIENT_IDL = 
15 LIB_SERVER_IDL = 
16
17 # Executable targets
18 BIN = 
19 BIN_SRC = 
20 BIN_MOC = 
21 BIN_CLIENT_IDL = 
22 BIN_SERVER_IDL = 
23  
24 # exported header files 
25 EXPORT_HEADERS = 
26
27 # exported python executable files
28 EXPORT_PYSCRIPTS = 
29
30 # list of files in resources directory (copy when do make install)
31 RESOURCES_FILES = 
32
33 # po ressources files (to transform them in qm file) :
34 PO_FILES = 
35
36 # put here additional rules, or extra compiler options ...
37
38 @CONCLUDE@
39
40 # end copy here ============================================