home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
PPT
/
pluginsrc
/
transparency
/
SMakefile
< prev
next >
Wrap
Makefile
|
1997-01-11
|
499b
|
33 lines
#
# This is a generic effect makefile for SAS/C
#
#
NAME = transparency
# 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
installdbg : all
copy $(EXE) TO $(MAINDIR)/$(INSTDIR)/$(EXE)