home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari FTP
/
ATARI_FTP_0693.zip
/
ATARI_FTP_0693
/
Games
/
shfflsrc.zoo
/
makefile
< prev
next >
Wrap
Makefile
|
1991-07-16
|
1KB
|
37 lines
# Makefile for Shuffle, a puzzle game for the Atari ST
# Copyright (C) 1991 by Robert Fischer
#
# This program costs no money; you may redistribute it and/or modify it
# under the terms of the Lynxware General License as published by Robert
# Fischer; either version 1, or (at your option) any later version.
#
# 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. See the
# Lynxware General License for more details.
#
# You should have received a copy of the Lynxware General License
# along with this program; if not, write to the author.
#
# To contact the author, call or write:
# Robert Fischer
# 80 Killdeer Road
# Hamden, CT 06517
# (203) 288-9599
# E-mail: fischer-robert@cs.yale.edu
LYNXLIBDIR = d:\ul\c
OBJ = shuffle.o
shuffle.prg : $(OBJ)
cc -VGEM -o shuffle.prg $(OBJ) -llynx
strip shuffle.prg
shfflbin.zoo : shuffle.prg shuffle.rsc shuffle.doc d:\ul\lynxlic.doc
zoo -add shfflbin.zoo $?
shfflsrc.zoo : makefile shuffle.c shuffle.rsd shuffle.rsc d:\ul\lynxlic.doc
zoo -add shfflsrc.zoo $?
zoos : shfflbin.zoo shfflsrc.zoo
@echo Done