Blame makefile.mk

Packit 1184b9
#************************************************************************
Packit 1184b9
# Copyright 2003 Kevin B. Hendricks, Stratford, Ontario, Canada
Packit 1184b9
# And Contributors.  All rights reserved.
Packit 1184b9
#
Packit 1184b9
# Redistribution and use in source and binary forms, with or without
Packit 1184b9
# modification, are permitted provided that the following conditions
Packit 1184b9
# are met:
Packit 1184b9
#
Packit 1184b9
# 1. Redistributions of source code must retain the above copyright
Packit 1184b9
#    notice, this list of conditions and the following disclaimer.
Packit 1184b9
#
Packit 1184b9
# 2. Redistributions in binary form must reproduce the above copyright
Packit 1184b9
#    notice, this list of conditions and the following disclaimer in the
Packit 1184b9
#    documentation and/or other materials provided with the distribution.
Packit 1184b9
#
Packit 1184b9
# 3. All modifications to the source code must be clearly marked as
Packit 1184b9
#    such.  Binary redistributions based on modified source code
Packit 1184b9
#    must be clearly marked as modified versions in the documentation
Packit 1184b9
#    and/or other materials provided with the distribution.
Packit 1184b9
#
Packit 1184b9
# THIS SOFTWARE IS PROVIDED BY KEVIN B. HENDRICKS AND CONTRIBUTORS 
Packit 1184b9
# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
Packit 1184b9
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
Packit 1184b9
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL 
Packit 1184b9
# KEVIN B. HENDRICKS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
Packit 1184b9
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
Packit 1184b9
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
Packit 1184b9
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Packit 1184b9
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
Packit 1184b9
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
Packit 1184b9
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
Packit 1184b9
# SUCH DAMAGE.
Packit 1184b9
#
Packit 1184b9
#*************************************************************************
Packit 1184b9
Packit 1184b9
PRJ = ../../../..
Packit 1184b9
Packit 1184b9
PRJNAME=mythes
Packit 1184b9
TARGET=mythes
Packit 1184b9
LIBTARGET=YES
Packit 1184b9
EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
Packit 1184b9
Packit 1184b9
#----- Settings ---------------------------------------------------------
Packit 1184b9
Packit 1184b9
.INCLUDE : settings.mk
Packit 1184b9
Packit 1184b9
# --- Files --------------------------------------------------------
Packit 1184b9
Packit 1184b9
all_target: ALLTAR
Packit 1184b9
Packit 1184b9
SLOFILES=\
Packit 1184b9
	$(SLO)$/mythes.obj
Packit 1184b9
Packit 1184b9
LIB1TARGET= $(SLB)$/lib$(TARGET).lib
Packit 1184b9
LIB1ARCHIV= $(LB)/lib$(TARGET).a
Packit 1184b9
LIB1OBJFILES= $(SLOFILES)
Packit 1184b9
Packit 1184b9
# --- Targets ------------------------------------------------------
Packit 1184b9
Packit 1184b9
.INCLUDE : target.mk