home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-06-29 | 542 b | 25 lines |
- OBJS= strcasestr.o getusershell.o authuser.o fnmatch.o ftw.o strsep.o \
- amiga.o unixdirs.o readlink.o regexp.o regerror.o
-
- support.lib: $(OBJS)
- oml $@ r $(OBJS)
-
- strcasestr.o: strcasestr.c
-
- getusershell.o: getusershell.c /src/config.h /config.h
-
- authuser.o: authuser.c /src/config.h authuser.h /config.h
-
- fnmatch.o: fnmatch.c /src/config.h /config.h
-
- ftw.o: ftw.c /src/config.h ftw.h /config.h
-
- strsep.o: strsep.c
-
- regexp.o: regexp.c regexp.h regmagic.h
-
- amiga.o: amiga.c /src/config.h /config.h
-
- clean:
- -delete $(OBJS) support.lib
-