home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
Extras
/
Development
/
Example_Code_v37
/
Libraries
/
Intuition
/
StrDemo
/
smakefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-03-17
|
282 b
|
17 lines
.c.o:
sc $(CFLAGS) $<
CFLAGS = nostackcheck structureequivalence
LFLAGS = smallcode smalldata nodebug
LIBS = lib:sc.lib lib:amiga.lib
OBJS = strdemo.o strhooks.o strgad.o
all: strdemo
strdemo: $(OBJS)
slink lib:c.o $(OBJS) to $@ lib $(LIBS) $(LFLAGS)
clean:
-delete $(OBJS)