home *** CD-ROM | disk | FTP | other *** search
- # Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 Chris Lewis
- # All Rights Reserved
- #
- # See the LICENSE file for a full description of the restrictions
- # under which this software is provided.
- #
- # Makefile overrides 2.5 91/03/25
- CC = %%CC%%
- CFLAGS = %%CCFLAGS%% -I../
- FONTDIR = %%FONTDIR%%
- LIBDIR = %%LIBDIR%%
- LIBFLAGS = %%LIBFLAGS%%
- LJF = %%LJF%%
- MANDIR = %%MANDIR%%
- MANEXT = %%MANEXT%%
- RTMACDIR = %%RTMACDIR%%
- PKFONTS = %%PKFONTS%%
- SFP2PK = %%SFP2PK%%
- NEWFONTS = %%NEWFONTS%%
- IGNORESH = %%IGNORESH%%
- T2DIR = %%T2DIR%%
- MAKEDEV = %%MAKEDEV%%
-
- # This override is because apparently a .s suffix on a file will
- # cause make to not select a ".S:" rule when the target is .s
- .SUFFIXES:
- .SUFFIXES: .o .c .c~ .h .h~ .lib .lib~ .fonts .fonts~ .ps .ps~ .S .S~
-
- .lib~.lib:
- $(GET) $(GFLAGS) s.$@
-
- .fonts~.fonts:
- $(GET) $(GFLAGS) s.$@
-
- .ps~.ps:
- $(GET) $(GFLAGS) s.$@
-
- .S~:
- rm -f $@
- $(GET) -p $(GFLAGS) s.$@.S | ../sedscript > $@
- chmod 755 $@
- .S:
- rm -f $@
- ../sedscript < $@.S > $@
- chmod 755 $@
-
- .S~.S:
- $(GET) $(GFLAGS) s.$@
-