~ubuntu-branches/ubuntu/intrepid/gmsh/intrepid

« back to all changes in this revision

Viewing changes to Parser/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2007-07-14 23:29:56 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070714232956-ikw2f28278kxkquw
Tags: 2.0.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  debian/rules:
    - added dh_desktop for registering gmsh.desktop file.
  debian/gmsh.install:
    - Installing both gmsh.desktop and respective icon.
  debian/menu:
    - added gmsh icon path
  debian/control:
    - Modify Maintainer value to match Debian-Maintainer-Field Spec.

* removing 02_gcc4.3-FTBFS.dpatch previously added in ubuntu, it has been reported 
  and fixed upstream with the new usptream release (2.0.8).
  Check debian bug #417211 for confirmation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile,v 1.117 2007/03/18 12:05:16 geuzaine Exp $
 
1
# $Id: Makefile,v 1.122 2007-07-09 13:54:37 geuzaine Exp $
2
2
#
3
3
# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
4
4
#
22
22
include ../variables
23
23
 
24
24
LIB     = ../lib/libGmshParser.a
25
 
INCLUDE = -I../Common -I../DataStr -I../Geo -I../Graphics\
26
 
          -I../Mesh -I../Numeric -I../Fltk -I../Plugin -I../Parallel\
 
25
INCLUDE = -I../Common -I../DataStr -I../Geo -I../Mesh -I../Post\
 
26
          -I../Graphics -I../Numeric -I../Fltk -I../Plugin -I../Parallel\
27
27
          -I../contrib/ANN/include 
28
28
CFLAGS  = ${OPTIM} ${FLAGS} ${INCLUDE}
29
29
 
47
47
# Don't optimize Gmsh.tab.o: on many architectures, g++ -O2 generates
48
48
# assembly code too large to be addressed correctly
49
49
Gmsh.tab.o:
50
 
        ${CXX} $(PARSERCFLAGS) ${FLAGS} ${INCLUDE} -c $<
 
50
        ${CXX} ${FLAGS} ${INCLUDE} -c Gmsh.tab.cpp
51
51
 
52
52
# Don't do this: it would be triggered when we check out a new version via CVS
53
53
# Gmsh.tab.cpp: Gmsh.y
77
77
 
78
78
# DO NOT DELETE THIS LINE
79
79
Gmsh.tab.o: Gmsh.tab.cpp ../Plugin/PluginManager.h ../Plugin/Plugin.h \
80
 
  ../Common/Options.h ../Common/Message.h ../Common/Views.h \
81
 
  ../Common/ColorTable.h ../DataStr/List.h ../Common/VertexArray.h \
82
 
  ../Common/SmoothData.h ../Numeric/Numeric.h ../Common/AdaptiveViews.h \
 
80
  ../Common/Options.h ../Common/Message.h ../Post/Views.h \
 
81
  ../Post/ColorTable.h ../DataStr/List.h ../Common/VertexArray.h \
 
82
  ../Common/SmoothData.h ../Numeric/Numeric.h ../Post/AdaptiveViews.h \
83
83
  ../Common/GmshMatrix.h ../Parallel/ParUtil.h ../Common/Gmsh.h \
84
84
  ../Common/Message.h ../DataStr/Malloc.h ../DataStr/Tree.h \
85
85
  ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \
101
101
  ../Geo/GeoInterpolation.h ../Geo/Geo.h ../Mesh/Generator.h \
102
102
  ../Graphics/Draw.h ../Common/Colors.h ../Common/Options.h Parser.h \
103
103
  OpenFile.h ../Common/CommandLine.h FunctionManager.h ../Common/OS.h \
104
 
  CreateFile.h ../Mesh/Attractors.h
 
104
  CreateFile.h ../Mesh/Field.h ../Post/OctreePost.h ../Common/Octree.h \
 
105
  ../Common/OctreeInternals.h ../Mesh/BackgroundMesh.h
105
106
Gmsh.yy.o: Gmsh.yy.cpp ../Common/Gmsh.h ../Common/Message.h \
106
107
  ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
107
108
  ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \
129
130
  ../Geo/SVector3.h ../Geo/Pair.h ../Geo/ExtrudeParams.h ../Geo/GRegion.h \
130
131
  ../Geo/GEntity.h ../Geo/MElement.h ../Geo/ExtrudeParams.h \
131
132
  ../Geo/SBoundingBox3d.h Parser.h OpenFile.h ../Common/CommandLine.h \
132
 
  ../Common/Views.h ../Common/ColorTable.h ../Common/VertexArray.h \
133
 
  ../Common/SmoothData.h ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \
134
 
  ../Graphics/ReadImg.h ../Common/OS.h ../Mesh/HighOrder.h \
135
 
  ../Common/GmshUI.h ../Graphics/Draw.h ../Graphics/SelectBuffer.h \
136
 
  ../Fltk/GUI.h ../Fltk/Opengl_Window.h ../Fltk/Colorbar_Window.h \
 
133
  ../Post/Views.h ../Post/ColorTable.h ../Common/VertexArray.h \
 
134
  ../Post/AdaptiveViews.h ../Common/GmshMatrix.h ../Graphics/ReadImg.h \
 
135
  ../Common/OS.h ../Mesh/HighOrder.h ../Common/GmshUI.h \
 
136
  ../Graphics/Draw.h ../Graphics/SelectBuffer.h ../Fltk/GUI.h \
 
137
  ../Fltk/Opengl_Window.h ../Fltk/Colorbar_Window.h \
137
138
  ../Fltk/Popup_Button.h ../Fltk/SpherePosition_Widget.h
138
139
CreateFile.o: CreateFile.cpp ../Common/Gmsh.h ../Common/Message.h \
139
140
  ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
156
157
  ../Geo/GEntity.h ../Geo/MElement.h ../Geo/ExtrudeParams.h \
157
158
  ../Geo/SBoundingBox3d.h ../Common/GmshUI.h ../Graphics/gl2ps.h \
158
159
  ../Graphics/gl2gif.h ../Graphics/PixelBuffer.h ../Graphics/Draw.h \
159
 
  ../Common/Views.h ../Common/ColorTable.h ../Common/VertexArray.h \
160
 
  ../Common/SmoothData.h ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \
161
 
  ../Graphics/gl2jpeg.h ../Graphics/PixelBuffer.h ../Graphics/gl2png.h \
 
160
  ../Post/Views.h ../Post/ColorTable.h ../Common/VertexArray.h \
 
161
  ../Post/AdaptiveViews.h ../Common/GmshMatrix.h ../Graphics/gl2jpeg.h \
 
162
  ../Graphics/PixelBuffer.h ../Graphics/gl2png.h \
162
163
  ../Graphics/PixelBuffer.h ../Graphics/gl2ppm.h \
163
164
  ../Graphics/PixelBuffer.h ../Graphics/gl2yuv.h \
164
165
  ../Graphics/PixelBuffer.h