closer-to-vc7-support-20030528
[openafs.git] / src / WINNT / client_osi / Makefile.djgpp
1 #
2 # Makefile.djgpp
3 # make information for this directory
4 # requires gmake
5 #
6
7 SOURCES = osifd.c osilog.c osiqueue.c osithrd95.c
8 include ../../config/Makefile.djgpp.common
9
10 # apply changes from common for this directory
11
12 # no changes for this directory
13
14 # what this directory builds
15 #
16 TARGETS = libosi.a
17 all : $(TARGETS)
18 install : $(DESTLIB)/libosi.a includes
19
20 INCFILES = \
21       $(DESTINC)/osi.h \
22       $(DESTINC)/osifd.h \
23       $(DESTINC)/osilog.h \
24       $(DESTINC)/osiqueue.h \
25       $(DESTINC)/osisleep.h \
26       $(DESTINC)/osiutils.h \
27       $(DESTINC)/osithrd95.h
28
29 # hard-wired dependency information
30 #
31 libosi.a : $(ALL_OBJS)
32 includes: $(INCFILES)