Files
cdesktop/cde/programs/dtsearchpath/libCliSrv/Imakefile
Jon Trulson 784c7dff56 Add -fpermissive to linux standard c++ option define in linux.cf
Remove from individual Imakefiles.

Also, remove '#if 0' block in linux.cf, and remove empty
LinuxMachineDefines. This should be working correctly.  If not, let me
know.
2012-06-18 16:27:25 -06:00

34 lines
698 B
Plaintext

XCOMM $TOG: Imakefile /main/5 1998/08/05 13:22:12 mgreess $
#define DoNormalLib YES
#define DoSharedLib NO
#define DoDebugLib NO
#define DoProfileLib NO
#define LibName CliSrv
#define LibHeaders NO
#define LibInstall NO
#define CplusplusSource YES
DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
INCLUDES = -I.
#ifdef SunArchitecture
SYS_LIBRARIES = -ldl -lintl
LAST_LOAD_FLAGS = -Bstatic -lC -Bdynamic -lm -lc -ladm -Bstatic
EXTRA_DEFINES = -DIOSTREAMSWORKS
#endif
#ifdef RsArchitecture
EXTRA_DEFINES = -DIOSTREAMSWORKS
#endif
SRCS = DirIterator.C Environ.C TTFile.C \
UnixEnv.C cstring.C
OBJS = DirIterator.o Environ.o TTFile.o \
UnixEnv.o cstring.o
#include <Library.tmpl>
DependTarget()