comparison lwlib/Makefile.in @ 5663:106b44428a80

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Jan 1994 23:28:43 +0000
parents 98e3e12afd53
children e3987bd63d2e
comparison
equal deleted inserted replaced
5662:32d7d340bec8 5663:106b44428a80
52 -$(RANLIB) $@ || true 52 -$(RANLIB) $@ || true
53 #If running ranlib fails, probably there is none. 53 #If running ranlib fails, probably there is none.
54 #That's ok. So don't stop the build. 54 #That's ok. So don't stop the build.
55 55
56 lwlib.o: lwlib.c 56 lwlib.o: lwlib.c
57 $(CC) -c $(ALL_CFLAGS) $(TOOLKIT_DEFINES) $*.c 57 $(CC) -c $(ALL_CFLAGS) $(TOOLKIT_DEFINES) $(srcdir)/lwlib.c
58
59 dispatch.o: dispatch.c
60 $(CC) -c $(ALL_CFLAGS) $*.c
61 58
62 xrdb-cpp.o: xrdb-cpp.c 59 xrdb-cpp.o: xrdb-cpp.c
63 $(CC) -c $(ALL_CFLAGS) "-DCPP_PROGRAM=$(CPP)" $*.c 60 $(CC) -c $(ALL_CFLAGS) "-DCPP_PROGRAM=$(CPP)" $(srcdir)/xrdb-cpp.c
64
65 xrdb.o: xrdb.c
66 $(CC) -c $(ALL_CFLAGS) $*.c
67
68 lwlib-Xm.o: lwlib-Xm.c
69 $(CC) -c $(ALL_CFLAGS) $*.c
70 61
71 lwlib-utils.o: lwlib-utils.h 62 lwlib-utils.o: lwlib-utils.h
72 lwlib.o: lwlib.h lwlib-int.h 63 lwlib.o: lwlib.h lwlib-int.h
73 lwlib-Xlw.o: lwlib.h lwlib-int.h 64 lwlib-Xlw.o: lwlib.h lwlib-int.h
74 lwlib-Xm.o: lwlib.h lwlib-int.h lwlib-utils.h 65 lwlib-Xm.o: lwlib.h lwlib-int.h lwlib-utils.h