home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-09-19 | 353 b | 22 lines |
- INCLUDE=
- OBJECTS=LZWbackup.o
- LIBRARY=<c$libroot>.o.stubs <worzlib$dir>.o.hglass <desklib$dir>.o.desklib <risc_oslib$dir>.o.risc_oslib
- CFLAGS=
- LFLAGS=
- TARGET=!RunImage
-
- .c.o:
- cc -c $(CFLAGS) $(INCLUDE) $<
-
- .s.o:
- ASM $<
-
- $(TARGET): $(OBJECTS)
- link -output $(TARGET) $(LFLAGS) $(OBJECTS) $(LIBRARY)
-
- clean:
- remove $(TARGET)
- wipe o.*
-
-
-