Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / dmake / unix / xenix / pwd / config.mk
blob095ff3587a68691146a94bfe5cf18303c18aa5c4
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)
22 # Xenix needs -lx in order to link successfully.
23 LDLIBS += -lx