#
#	$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=.pp
vpath %$(PPEXT) libsrc devel
EXEOBJECTS= asmbeaut cdsize crctest crtolf dfree dict dirtest file2tag filefind \
	     findarch fixmake fixmp3conventions indexer keytest lfntodes lzhtest \
	     myopt   quosetup simcrypt unixtest windtest
NONLINUXEXES=voxel sysinfo odirtest oindexer
#####################################################################
# 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
#	+ makef

