home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
PPT
/
pluginsrc
/
ppm
/
SMakefile
< prev
Wrap
Makefile
|
1997-01-17
|
426b
|
29 lines
#
# This is a generic iomodule makefile for SAS/C
#
#
NAME = ppm
# Other stuff. Nothing of major importance.
MAINDIR=work:source/c/ppt
INSTDIR=modules
EXE=$(NAME).iomod
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) $(MAINDIR)/$(INSTDIR)/$(EXE)