#
#	$Id: Makefile,v 1.1 1998/10/27 14:23:58 peter Exp $
#	Copyright (c) 1998 by the Free Pascal Development Team
#
#	Makefile for Free Vision for Free Pascal
#
#	See the file COPYING.FPC, 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) -XSs
# Add this dir also to the path as first
UNITDIR=.
# Where need we to place the executables/ppu/objects
TARGETDIR=.
#UNITTARGETDIR=
#####################################################################
# Real targets
#####################################################################
override PPEXT=.pp
vpath %$(PPEXT) . ../libsrc
DEMOOBJECTS=data2inc
EXEOBJECTS=$(DEMOOBJECTS)
#####################################################################
# Include default makefile
#####################################################################
include $(MAKEFILEFPC)
#####################################################################
# Dependencies
#####################################################################
all : clean
	  $(DEL) q*.inc
	  $(BASEOBJECTS)
	  ./data2inc quodata.txt ../demo/quodata.inc
	  ./data2inc usage.txt ../demo/usage.inc
	  ./data2inc demo.txt demo.inc
include depend
#
# $Log: Makefile,v $
# Revision 1.1	1998/10/27 14:23:58  peter
#	+ makefile