comparison lwlib/Makefile.in.in @ 2286:04bc9d2f42c7

[xemacs-hg @ 2004-09-20 19:18:55 by james] Mark all unused parameters as unused. Also eliminate some unneeded local variables.
author james
date Mon, 20 Sep 2004 19:20:08 +0000
parents bf8be6575eae
children 21d92abaac3a
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
52 52
53 all: liblw.a 53 all: liblw.a
54 54
55 c_switch_all=@c_switch_all@ 55 c_switch_all=@c_switch_all@
56 56
57 cppflags = $(CPPFLAGS) -I. $(c_switch_all) 57 cppflags = $(CPPFLAGS) -I. -I$(srcdir)/../src $(c_switch_all)
58 cflags = $(CFLAGS) $(cppflags) 58 cflags = $(CFLAGS) $(cppflags)
59 59
60 #ifdef SOLARIS2 60 #ifdef SOLARIS2
61 %.o : %.c 61 %.o : %.c
62 #else 62 #else