home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-09-22 | 429 b | 22 lines |
-
- # from the libnixV1_1.lha archive (aminet):
- INCLUDE = -I/ADE/local/libnix/sources/headers
-
- OBJS = /ADE/lib/libnix/libinit.o shutdown_library.o
- LIBS = -lamiga -lnix
- LIBFLAGS = -noixemul -nostdlib -fbaserel
-
- all: shutdown.library
-
- .c.o:
- gcc $(LIBFLAGS) $(INCLUDE) $*.c -c -o $*.o
-
- shutdown.library: $(OBJS)
- gcc $(LIBFLAGS) $(OBJS) -o $@ $(LIBS)
-
- clean:
- delete \#?.o libs:shutdown.library
-
- install:
- copy shutdown.library libs:
-