diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-02 23:19:51 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-02 23:19:51 +0000 |
commit | ef08e40a4ca020201fbe271acd6505e9d57a4ec8 (patch) | |
tree | 0f3b1f0784091ff690ed1e1075248b09e76fb4ae /include/makeinclude/platform_linux_kcc.GNU | |
parent | fe2654b0d176fb2e80143e237d92b3a955155e98 (diff) | |
download | ATCD-ef08e40a4ca020201fbe271acd6505e9d57a4ec8.tar.gz |
*** empty log message ***
Diffstat (limited to 'include/makeinclude/platform_linux_kcc.GNU')
-rw-r--r-- | include/makeinclude/platform_linux_kcc.GNU | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/include/makeinclude/platform_linux_kcc.GNU b/include/makeinclude/platform_linux_kcc.GNU new file mode 100644 index 00000000000..c505973a637 --- /dev/null +++ b/include/makeinclude/platform_linux_kcc.GNU @@ -0,0 +1,26 @@ +# $Id$ + +# According to Ben Eng <ben@jetpen.com>, this file +# should allow ACE to be built on Linux using KAI C++. + +debug = 1 +optimize = 0 + +CC = KCC +CXX = KCC +CFLAGS += +CCFLAGS += $(CFLAGS) +DCFLAGS += +K0 -g +DLD = $(CXX) +LD = $(CXX) +LIBS += -ldl +OCFLAGS += +K3 -O +PIC = -fPIC +AR = KCC +ARFLAGS = -o +RANLIB = true + +SOFLAGS = $(CPPFLAGS) -tall +SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $< +PRELIB = @true +PRELIB_USES_OBJ_ONLY = 1 |