mirror of https://github.com/CGAL/cgal
using suffix rules
This commit is contained in:
parent
176c8ea1e4
commit
4d73d4b2d2
|
|
@ -7,7 +7,6 @@
|
|||
# Choose the right include file from the <cgalroot>/make directory.
|
||||
|
||||
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||
#CGAL_MAKEFILE = ~/CGAL-2.4-I-47/make/makefile_sparc_SunOS-5.6_g++-2.95
|
||||
include $(CGAL_MAKEFILE)
|
||||
|
||||
#---------------------------------------------------------------------#
|
||||
|
|
@ -35,16 +34,8 @@ LDFLAGS = \
|
|||
# target entries
|
||||
#---------------------------------------------------------------------#
|
||||
|
||||
#SOURCES = ../../../../src/CGALQt/Qt_widget.o \
|
||||
../../../../src/CGALQt/Qt_widget_tool.o \
|
||||
../../../../src/CGALQt/Qt_widget_view.o \
|
||||
../../../../src/CGALQt/Qt_widget_standard_toolbar.o
|
||||
|
||||
all: tutorial7$(EXE_EXT)
|
||||
|
||||
tutorial7$(OBJ_EXT): tutorial7.C
|
||||
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) tutorial7.C
|
||||
|
||||
tutorial7$(EXE_EXT): tutorial7$(OBJ_EXT)
|
||||
$(CGAL_CXX) $(EXE_OPT)tutorial7 tutorial7$(OBJ_EXT) $(LDFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue