mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
191 lines
3.5 KiB
Makefile
191 lines
3.5 KiB
Makefile
# -* Makefile *-
|
|
#
|
|
# Author : Patrick GOLDBRONN (CEA)
|
|
# Date : 28/06/2001
|
|
# $Header$
|
|
#
|
|
|
|
# source path
|
|
top_srcdir=@top_srcdir@
|
|
top_builddir=.
|
|
srcdir=@srcdir@
|
|
VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl
|
|
|
|
|
|
@COMMENCE@
|
|
|
|
SUBDIRS = idl src
|
|
|
|
RESOURCES_FILES = \
|
|
GEOM_en.xml \
|
|
GEOM_fr.xml \
|
|
GEOMCatalog.xml \
|
|
GEOMDS_Resources \
|
|
arc.png \
|
|
archimede.png \
|
|
axisinertia.png \
|
|
basicproperties.png \
|
|
bounding.png \
|
|
box.png \
|
|
box2points.png \
|
|
boxdxyz.png \
|
|
build_compound.png \
|
|
build_edge.png \
|
|
build_face.png \
|
|
build_shell.png \
|
|
build_solid.png \
|
|
build_wire.png \
|
|
centergravity.png \
|
|
chamfer.png \
|
|
chamferall.png \
|
|
chamferedge.png \
|
|
chamferface.png \
|
|
check.png \
|
|
circle.png \
|
|
circlepointvector.png \
|
|
common.png \
|
|
cone.png \
|
|
conedxyz.png \
|
|
conepointvector.png \
|
|
cut.png \
|
|
cylinder.png \
|
|
cylinderdxyz.png \
|
|
cylinderpointvector.png \
|
|
delete.png \
|
|
display.png \
|
|
displayall.png \
|
|
erase.png \
|
|
eraseall.png \
|
|
fillet.png \
|
|
filletall.png \
|
|
filletedge.png \
|
|
filletface.png \
|
|
filling.png \
|
|
fuse.png \
|
|
geometry.png \
|
|
line.png \
|
|
line2points.png \
|
|
lineedge.png \
|
|
linepointvector.png \
|
|
mindist.png \
|
|
mirrorPlane.png \
|
|
ModuleGeom.png \
|
|
multirotation.png \
|
|
multirotationdouble.png \
|
|
multirotationsimple.png \
|
|
multitranslation.png \
|
|
multitranslationdouble.png \
|
|
multitranslationsimple.png \
|
|
orientation.png \
|
|
partition.png \
|
|
partitionkeep.png \
|
|
pipe.png \
|
|
plane.png \
|
|
planeWorking.png \
|
|
planedxyz.png \
|
|
planeface.png \
|
|
planepointvector.png \
|
|
planeworkingface.png \
|
|
point2.png \
|
|
pointonedge.png \
|
|
prism.png \
|
|
revol.png \
|
|
rotate.png \
|
|
scale.png \
|
|
section.png \
|
|
select1.png \
|
|
sewing.png \
|
|
shading.png \
|
|
sketch.png \
|
|
sphere.png \
|
|
spheredxyz.png \
|
|
spherepoint.png \
|
|
subshape.png \
|
|
supressHolesOnFaceShell.png \
|
|
supressface.png \
|
|
supresshole.png \
|
|
tolerance.png \
|
|
torus.png \
|
|
torusdxyz.png \
|
|
toruspointvector.png \
|
|
translation.png \
|
|
tree_compound.png \
|
|
tree_compsolid.png \
|
|
tree_edge.png \
|
|
tree_face.png \
|
|
tree_shape.png \
|
|
tree_shell.png \
|
|
tree_solid.png \
|
|
tree_vertex.png \
|
|
tree_wire.png \
|
|
vector.png \
|
|
vector2points.png \
|
|
vectordxyz.png \
|
|
whatis.png
|
|
|
|
BIN_SCRIPT= \
|
|
VERSION
|
|
|
|
# copy header files in common directory
|
|
ifeq ($(HAVE_SSTREAM),yes)
|
|
include_list=include/salome/GEOMconfig.h
|
|
else
|
|
include_list=include/salome/GEOMconfig.h include/salome/sstream
|
|
endif
|
|
|
|
inc: idl $(include_list)
|
|
|
|
include/salome/GEOMconfig.h: adm_local/unix/GEOMconfig.h
|
|
-$(RM) $@
|
|
$(LN_S) ../../$< $@
|
|
|
|
include/salome/sstream: salome_adm/unix/sstream
|
|
-$(RM) $@
|
|
$(LN_S) ../../$< $@
|
|
|
|
depend: depend_idl
|
|
|
|
depend_idl:
|
|
(cd idl ; $(MAKE) $@) || exit 1
|
|
|
|
# doc is already build : if you want to had documents, go manually to doc and run 'make doc'
|
|
#doc:
|
|
# (cd doc && $(MAKE) $@) || exit 1
|
|
|
|
install-end:
|
|
# finish libtool install
|
|
# @$(LT) --mode=finish $(libdir)
|
|
|
|
install-include: $(include_list)
|
|
$(INSTALL) -d $(includedir)
|
|
@for f in X $(include_list); do \
|
|
if test $$f != X; then \
|
|
($(INSTALL_DATA) $$f $(includedir)/. || exit 1); \
|
|
fi; \
|
|
done
|
|
|
|
# install script in $(bindir) :
|
|
install-bin: $(BIN_SCRIPT)
|
|
$(INSTALL) -d $(bindir)
|
|
if test $(BIN_SCRIPT)X != X; then \
|
|
$(INSTALL_PROGRAM) $^ $(bindir); \
|
|
fi
|
|
|
|
uninstall: uninstall-idl
|
|
|
|
uninstall-idl:
|
|
$(RM) $(idldir)/*.idl
|
|
|
|
distclean: distclean-other
|
|
|
|
distclean-other:
|
|
-$(RM) salome_adm/unix/*~ salome_adm/unix/*% salome_adm/unix/*.bak salome_adm/unix/*.new salome_adm/unix/*.old
|
|
-$(RM) salome_adm/unix/make_*
|
|
-$(RM) salome_adm/unix/depend salome_adm/unix/SALOMEconfig.h
|
|
-$(RM) config.cache config.log config.status
|
|
|
|
@MODULE@
|
|
|
|
install: install-bin install-include install-end
|
|
|