#*************************************************************************
#*
#*    $Workfile:   makefile  $
#*
#*    Ersterstellung    automatisch durch mkmk
#*    Letzte Aenderung  $Author: hr $ $Date: 2003/03/27 15:45:11 $
#*    $Revision: 1.3 $
#*
#*    $Logfile:   T:/sw/source/ui/wizard/makefile.__v  $
#*
#*    Copyright (c) 1990 - 1994, STAR DIVISION
#*
#*************************************************************************

PRJ=..\..\..

PRJNAME=sw
TARGET=wizard

AUTOSEG=true

PDBTARGET=ui_pch
PROJECTPCH=ui_pch
PROJECTPCHSOURCE=..\ui_1st\ui_pch

# --- Settings -----------------------------------------------------

!INCLUDE <$(PRJ)\inc\swpre.mak>
!INCLUDE <settings.mak>
!INCLUDE <$(PRJ)\inc\sw.mak>

# --- Files --------------------------------------------------------

CXXFILES = \
		wizag.cxx \
		wizagdlg.cxx \
		wizaggo.cxx \
		wizdok1.cxx \
		wizdoku.cxx \
		wizempf.cxx \
		wizfusz.cxx \
		wizfx.cxx \
		wizfxdlg.cxx \
		wizfxgo.cxx \
		wizgo1.cxx \
		wizgo2.cxx \
		wizgo3.cxx \
		wizgo4.cxx \
		wizini.cxx \
		wizlogo.cxx \
		wizlt.cxx \
		wizltdlg.cxx \
		wizltgo.cxx \
		wizmarg.cxx \
		wizmm.cxx \
		wizmmdlg.cxx \
		wizmmgo.cxx \
		wizmulti.cxx \
		wizpage.cxx \
		wizzard.cxx

SRCFILES =  \
		wizagdlg.src \
		wizbmp.src \
		wizfxdlg.src \
		wizltdlg.src \
		wizmmdlg.src

SLOFILES =  \
		$(SLO)\wizag.obj \
		$(SLO)\wizagdlg.obj \
		$(SLO)\wizaggo.obj \
		$(SLO)\wizdok1.obj \
		$(SLO)\wizdoku.obj \
		$(SLO)\wizempf.obj \
		$(SLO)\wizfusz.obj \
		$(SLO)\wizfx.obj \
		$(SLO)\wizfxdlg.obj \
		$(SLO)\wizfxgo.obj \
		$(SLO)\wizgo1.obj \
		$(SLO)\wizgo2.obj \
		$(SLO)\wizgo3.obj \
		$(SLO)\wizgo4.obj \
		$(SLO)\wizini.obj \
		$(SLO)\wizlogo.obj \
		$(SLO)\wizlt.obj \
		$(SLO)\wizltdlg.obj \
		$(SLO)\wizltgo.obj \
		$(SLO)\wizmarg.obj \
		$(SLO)\wizmm.obj \
		$(SLO)\wizmmdlg.obj \
		$(SLO)\wizmmgo.obj \
		$(SLO)\wizmulti.obj \
		$(SLO)\wizpage.obj \
		$(SLO)\wizzard.obj

# --- Tagets -------------------------------------------------------

!INCLUDE <target.mak>

