home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-10-11 | 616 b | 26 lines |
- # :ts=8
-
- .c.o:
- sc $(CFLAGS) $(OPTIMIZE) cpu=$(CPU) $(DEBUG) $*.c
-
- CFLAGS = nminc mccons streq strmerge define=__PROTO__ \
- utillib
- LFLAGS = sc sd noicons \
- define __CXM33=__UCXM33 define __CXD33=__UCXD33 \
- define __CXM22=__UCXM22 define __CXD22=__UCXD22
-
- OPTIMIZE = optimize nooptinlocal opttime optschedule
- CPU = any
- #CPU = 68040
- DEBUG = debug=line
-
- OBJS = misc.o hydracom.o hydra.o fmisc.o dos_file.o amiga.o
- LIBS = lib:sc.lib lib:amiga.lib lib:debug.lib
-
- hydracom: $(OBJS)
- slink lib:cres.o $(OBJS) to $@.debug lib $(LIBS) $(LFLAGS)
- @slink $@.debug to $@ nd noicons
-
- clean:
- -delete hydracom \#?.o
-