home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
EFFO
/
forum7.lzh
/
RICO
/
C
/
LIBSOURCE
/
EGETOPT
/
makefile
< prev
Wrap
Makefile
|
2009-11-06
|
454b
|
23 lines
******************************************************************************
*
* This is the makefile for OS9 egetopt library (use the -b option)
*
******************************************************************************
* Default directories
* DDIR =
* SDIR =
* RDIR =
* Compiler, assembler & linker flags
CFLAGS = -t=/r0 -dos9
RFLAGS =
LFLAGS = -t=/r0 -dos9
demo: egetopt.r demo.r
cc $(LFLAGS) -f=demo demo.r egetopt.r
* End of makefile