This commit is contained in:
Radu Ursu 2002-04-15 14:00:54 +00:00
parent b9ad11e383
commit 97cc7a1a3e
1 changed files with 2 additions and 4 deletions

View File

@ -27,15 +27,13 @@ LIBPATH = \
LDFLAGS = \
$(LONG_NAME_PROBLEM_LDFLAGS) \
$(CGAL_QT_LDFLAGS) \
$(CGAL_LDFLAGS)
$(CGAL_QT_LDFLAGS)
#---------------------------------------------------------------------#
# target entries
#---------------------------------------------------------------------#
all: \
constrained$(EXE_EXT)
all:constrained$(EXE_EXT)
constrained.moc: constrained.C
$(QT_MOC) -o constrained.moc $<