Index: Imakefile =================================================================== RCS file: /thr/gamow/cvsroot/amber7/src/leap/src/Wc/Imakefile,v retrieving revision 7.1 diff -c -r7.1 Imakefile *** Imakefile 1997/11/15 08:54:06 7.1 --- Imakefile 2003/12/01 20:35:51 *************** *** 25,33 **** #include "../Leap_lib.tmpl" - /**/######################################################################### - /**/## This is used to build the Test clients. - #ifdef SunArchitecture WONDER_PRINTF = -DSUNOS_PRINTF #else --- 25,30 ---- *************** *** 37,45 **** #if defined(AlphaArchitecture) - /**/## -taso: force address space to 32 bits to avoid - /**/## side effects of bad casts for 64-bit - CC = $(CC) -taso -non_shared #endif --- 34,39 ---- *************** *** 60,68 **** LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) #endif - /**/########################################################################## - /**/##Widget Creation Library - Wc/Imakefile - #if ProjectX >= 5 #include #endif --- 54,59 ---- *************** *** 115,121 **** #if (ProjectX < 5) - /**/################################################ #if DoSharedLib # if DoDebugLib SharedAndDebuggedLibraryObjectRule() --- 106,111 ---- *************** *** 159,171 **** InstallLibrary($(LIBRARY_NAME)_p,$(USRLIBDIR)) #endif - /**/################################################ - #else /* ProjectX == 5 */ - - /**/################################################ LibraryObjectRule() #if DoSharedLib --- 149,157 ---- *************** *** 192,199 **** DebuggedLibraryTarget($(LIBRARY_NAME),$(OBJS)) InstallLibrary($(LIBRARY_NAME)_d,$(USRLIBDIR)) #endif - - /**/################################################ #endif --- 178,183 ----