OpenIndiana and Solaris port

This commit is contained in:
Ulrich Wilkens
2014-10-28 19:46:43 +01:00
committed by Jon Trulson
parent 42e891d9e7
commit 01d6c363fa
296 changed files with 1049 additions and 1091 deletions

View File

@@ -50,8 +50,8 @@ default_target: all
/*
* -xF and -M cause reordering of executable
*/
LOCAL_LDFLAGS = -M Mapfile
EXTRA_DEFINES = -D_POSIX_SOURCE=1 -Xa -xF
LOCAL_LDFLAGS =
EXTRA_DEFINES = -D_POSIX_SOURCE=1
clean::
touch .make.state

View File

@@ -21,8 +21,9 @@ XCOMM (c) Copyright 1996 Hitachi.
#include "../ab.tmpl"
#include "../ab.rules"
INCLUDES = -I. -I$(ABINCLUDES)
DEFINES =
INCLUDES = -I. -I$(ABINCLUDES)
DEPEND_DEFINES = $(DEPENDDEFINES)
DEFINES =
SOURCES.h.shipped =

View File

@@ -29,8 +29,9 @@ XCOMM (c) Copyright 1996 Hitachi.
#include "../ab.tmpl"
#include "../ab.rules"
INCLUDES = -I. -I$(ABINCLUDES)
DEFINES =
INCLUDES = -I. -I$(ABINCLUDES)
DEPEND_DEFINES = $(DEPENDDEFINES)
DEFINES =
SOURCES.h.shipped=

View File

@@ -8,7 +8,7 @@ XCOMM $XConsortium: Imakefile /main/10 1996/10/09 14:03:49 drk $
#define LibInstall NO
#define CplusplusSource YES
DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
#include "../ab.tmpl"
#include "../ab.rules"