#
#	$Id: Makefile,v 1.1 1998/10/27 14:23:58 peter Exp $
#	Copyright (c) 1998 by the Free Pascal Development Team
#
#	Makefile for XTDLIB/FPC, modified version of the FreeVision makefile system.
#
#	See the file docs/COPYING.TXT, included in this distribution,
#	for details about the copyright.
#
#	This program is distributed in the hope that it will be useful,
#	but WITHOUT ANY WARRANTY; without even the implied warranty of
#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#

#####################################################################
# Defaults
#####################################################################

# Where are the files located
MAKEFILEFPC=../makefile.fpc
#RTL=
INC=../libsrc
#PROCINC=
OSINC=inc/$(OS_TARGET)
#override OPT:=$(OPT) -Cx -Xs -Ou

# Add this dir also to the path as first
UNITDIR=../libsrc

# Where need we to place the executables/ppu/objects
TARGETDIR=.
#UNITTARGETDIR=obj

#####################################################################
# Real targets
#####################################################################

override PPEXT=.pas

vpath %$(PPEXT) libsrc devel

EXEOBJECTS=

NONLINUXEXES= ascii  callback cputest dcall16 flags handler int_pm keyclick \
                meminfo near outport rmpm_int sel_des softint stderror textmess \
                transbuf vgasel

# call16

#####################################################################
# Include default makefile
#####################################################################

include $(MAKEFILEFPC)

#####################################################################
# Dependencies
#####################################################################

base : $(BASEOBJECTS)

include depend

devel:	 make -C ../devel

# $Log: Makefile,v $
# Revision 1.1	1998/10/27 14:23:58  peter
#	+ makefiles
#
#

