update dev300-m58
[ooovba.git] / dmake / unix / sysvr3 / pwd / config.mk
blob86c535a64c1d0959ed7886008fed76c926be06c9
1 # This is the Sys VR3 PWD configuration file. It configures SysvR3 unix
2 # versions of dmake to use a provided version of getcwd rather than the
3 # standard library version that uses popen to capture the output of pwd.
6 osredir := $(OS)$(DIRSEPSTR)$(OSRELEASE)$(DIRSEPSTR)$(OSENVIRONMENT)
8 # The following are required sources
9 OSRESRC := getcwd.c
11 .IF $(OSRESRC)
12 SRC += $(OSRESRC)
13 .SETDIR=$(osredir) : $(OSRESRC)
14 .END
16 .SOURCE.h : $(osredir)
18 # Local configuration modifications for CFLAGS, there's local SysV includes
19 # too.
20 CFLAGS += -I$(osredir)