home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
PPT
/
pluginsrc
/
gray
/
SMakefile
< prev
Wrap
Makefile
|
1996-11-11
|
430b
|
30 lines
#
# This is a generic effect makefile for SAS/C
#
#
NAME = grayscale
# Tell here which libraries you wish to link too
LINKLIBS=
# Other stuff. Nothing of major importance.
MAINDIR=work:source/c/ppt
INSTDIR=modules
EXE=$(NAME).effect
all :
sc buildprj
clean:
Delete \#?.o \#?.lnk \#?~
clobber:
Delete \#?.o \#?.lnk \#?~ $(EXE)
install : all
slink $(EXE) TO $(MAINDIR)/$(INSTDIR)/$(EXE) STRIPDEBUG NOICONS