/[emacs]/emacs/lwlib/Makefile.in
ViewVC logotype

Diff of /emacs/lwlib/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by pj, Sun Apr 28 13:33:40 2002 UTC revision 1.27 by lektu, Wed Apr 30 00:02:23 2003 UTC
# Line 9  C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ Line 9  C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
9  CC=@CC@  CC=@CC@
10  CFLAGS=@CFLAGS@  CFLAGS=@CFLAGS@
11  CPP=@CPP@  CPP=@CPP@
12    CPPFLAGS=@CPPFLAGS@
13  LN_S=@LN_S@  LN_S=@LN_S@
14  RANLIB=@RANLIB@  RANLIB=@RANLIB@
15  # See below--@X_TOOLKIT_TYPE@ is used below.  # See below--@X_TOOLKIT_TYPE@ is used below.
# Line 31  TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT) Line 32  TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT)
32    
33  # ../src is needed to find config.h.  # ../src is needed to find config.h.
34  ALL_CFLAGS= $(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \  ALL_CFLAGS= $(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \
35    $(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CPPFLAGS) $(CFLAGS) \    $(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CFLAGS) \
36    -DHAVE_CONFIG_H -Demacs -I. -I../src -I${srcdir} -I${srcdir}/../src    -DHAVE_CONFIG_H -Demacs -I. -I../src -I${srcdir} -I${srcdir}/../src
37    
38  .c.o:  .c.o:
39          $(CC) -c ${ALL_CFLAGS} $<          $(CC) -c $(CPPFLAGS) ${ALL_CFLAGS} $<
40    
41  all:: liblw.a  all:: liblw.a
42    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26