#
#	$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) -S2i
# Add this dir also to the path as first
UNITDIR=.
# Where need we to place the executables/ppu/objects
TARGETDIR=.
#UNITTARGETDIR=obj
#####################################################################
# Real targets
#####################################################################
override PPEXT=.pp
vpath %$(PPEXT) libsrc devel
UNITOBJECTS=$(devel) ecrc32 edate edirtree efio elib epasstr estrings ewindow \
	lzh winproc edos lists cache farmem odirtree emp3
NONLINUXUNITS=cpu memory dpmi
#####################################################################
# Include default makefile
#####################################################################
include $(MAKEFILEFPC)
#####################################################################
# Dependencies
#####################################################################
base :	$(devel) \
	$(BASEOBJECTS)
include depend
devel :
	   make -C devel
#
# $Log: Makefile,v $
# Revision 1.1	1998/10/27 14:23:58  peter
#	+ makefile