home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
commodity
/
memminister
/
source
/
smakefile
< prev
Wrap
Makefile
|
1995-02-27
|
649b
|
30 lines
#
# SAS/C MakeFile V6.2
#
# MemMinister is copyright by Marcus Ohlström 1994. All rights reserved
#
# See SCOPTIONS for compiler-options
SFLAGS = define ___main=___tinymain
LIBS = lib:sc.lib lib:amiga.lib
OBJS = lib:c.o MemMinister.o
REV = MemMinister_rev
GST = MemMinister.gst
all: MemMinister
MemMinister:
slink from $(OBJS) to MemMinister $(SFLAGS) lib $(LIBS)
MemMinister.o:
bumprev 37 $(REV)
sc gst=$(GST) MemMinister.c
$(GST):
sc makegst=$(GST) MemMinister.h
MemMinister: MemMinister.o
MemMinister.o: MemMinister.c $(GST) SCOPTIONS SMakeFile
$(GST): MemMinister.h