1999-05-31 04:57:17 +00:00
|
|
|
*** Imakefile.orig Thu Feb 2 18:25:44 1995
|
|
|
|
--- Imakefile Sun May 30 11:42:08 1999
|
1994-12-05 23:00:59 +00:00
|
|
|
***************
|
1999-05-31 04:57:17 +00:00
|
|
|
*** 25,31 ****
|
|
|
|
XCOMM will define yylineno. If you get an "Undefined symbol: _yylineno"
|
|
|
|
XCOMM when linking, adjust this to work on your system.
|
|
|
|
|
|
|
|
! #if defined(i386BsdArchitecture) || defined(LinuxArchitecture)
|
|
|
|
# ifdef LexCmd
|
|
|
|
LEX = LexCmd -l
|
|
|
|
# else
|
|
|
|
--- 25,31 ----
|
|
|
|
XCOMM will define yylineno. If you get an "Undefined symbol: _yylineno"
|
|
|
|
XCOMM when linking, adjust this to work on your system.
|
|
|
|
|
|
|
|
! #if defined(FreeBSDArchitecture) || defined(LinuxArchitecture)
|
|
|
|
# ifdef LexCmd
|
|
|
|
LEX = LexCmd -l
|
|
|
|
# else
|
|
|
|
***************
|
|
|
|
*** 100,106 ****
|
|
|
|
SpecialObjectRule(LocPixmap.o,NullParameter,'-DBITMAPDIR="$(INCDIR)/bitmaps"')
|
|
|
|
SpecialObjectRule(twm.o,NullParameter,$(TWM_DEFS))
|
|
|
|
|
|
|
|
! #if defined(UltrixArchitecture) || defined(AlphaArchitecture)
|
|
|
|
SpecialObjectRule(menus.o,NullParameter,-Olimit 700)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
--- 100,106 ----
|
|
|
|
SpecialObjectRule(LocPixmap.o,NullParameter,'-DBITMAPDIR="$(INCDIR)/bitmaps"')
|
|
|
|
SpecialObjectRule(twm.o,NullParameter,$(TWM_DEFS))
|
|
|
|
|
|
|
|
! #if !defined(FreeBSDArchitecture) && (defined(UltrixArchitecture) || defined(AlphaArchitecture))
|
|
|
|
SpecialObjectRule(menus.o,NullParameter,-Olimit 700)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
***************
|
|
|
|
*** 120,129 ****
|
1994-12-05 23:00:59 +00:00
|
|
|
XCOMM ln $(BINDIR)/tvtwm $(BINDIR)/twm
|
|
|
|
|
|
|
|
#if (ProjectX < 5)
|
|
|
|
! InstallNonExec(system.twmrc,$(TWMDIR))
|
|
|
|
/* InstallProgram(ssetroot,$(BINDIR)/xsetroot) */
|
|
|
|
#else
|
|
|
|
! InstallNonExecFile(system.twmrc,$(TWMDIR))
|
|
|
|
/* InstallNamedProg(ssetroot,xsetroot,$(BINDIR)) */
|
|
|
|
#endif
|
|
|
|
|
1999-05-31 04:57:17 +00:00
|
|
|
--- 120,129 ----
|
1994-12-05 23:00:59 +00:00
|
|
|
XCOMM ln $(BINDIR)/tvtwm $(BINDIR)/twm
|
|
|
|
|
|
|
|
#if (ProjectX < 5)
|
|
|
|
! /* InstallNonExec(system.twmrc,$(TWMDIR))*/
|
|
|
|
/* InstallProgram(ssetroot,$(BINDIR)/xsetroot) */
|
|
|
|
#else
|
|
|
|
! /* InstallNonExecFile(system.twmrc,$(TWMDIR)) */
|
|
|
|
/* InstallNamedProg(ssetroot,xsetroot,$(BINDIR)) */
|
|
|
|
#endif
|
|
|
|
|