annotate lwlib/Makefile @ 1:c0c6a60d29db

Added tag r19-14 for changeset 376386a54a3c
author cvs
date Mon, 13 Aug 2007 08:45:53 +0200
parents 376386a54a3c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 srcdir=/m/xemacs-19.14/lwlib
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 C_SWITCH_X_SITE=-I/usr/X11R6/include
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 C_SWITCH_SITE= -I/usr/i486-linuxaout/include -I/m/xpm-3.4h/lib
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 SHELL=/bin/sh
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 CC=gcc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 CFLAGS=-bi486-linuxaout -O4 -m486 -malign-functions=2 -malign-jumps=2 -malign-loops=2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 CPP=gcc -E -I/usr/i486-linuxaout/include -I/m/xpm-3.4h/lib -I/usr/X11R6/include
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 RANLIB=ranlib
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 RM = rm -f
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 AR = ar cq
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 VPATH=/m/xemacs-19.14/lwlib
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 EZ_OBJS =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 ENERGIZEP =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 EZ_SUBDIR =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 SRCS = lwlib.c lwlib-Xlw.c xlwmenu.c xlwscrollbar.c lwlib-Xaw.c lwlib-utils.c lwlib-config.c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 OBJS = lwlib.o lwlib-Xlw.o xlwmenu.o xlwscrollbar.o lwlib-Xaw.o lwlib-utils.o lwlib-config.o $(EZ_OBJS)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 all:: $(EZ_SUBDIR) liblw.a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 ALL_CFLAGS = -I. -I/usr/i486-linuxaout/include -I/m/xpm-3.4h/lib -I/usr/X11R6/include -DFUNCPROTO=11 -DNARROWPROTO -D_BSD_SOURCE -DNEED_LUCID -DNEED_ATHENA -DMENUBARS_LUCID -DSCROLLBARS_LUCID -DDIALOGS_ATHENA $(ENERGIZEP) ${CFLAGS} -DCONST_IS_LOSING
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 .c.o:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 liblw.a: $(OBJS)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 $(RM) $@
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 $(AR) $@ $(OBJS)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 -if [ -n $(RANLIB) ]; then $(RANLIB) $@; fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 FRC.mostlyclean:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 mostlyclean: FRC.mostlyclean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 rm -f liblw.a liblw_pure_*.a *.o
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 clean: mostlyclean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 distclean: clean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 rm -f Makefile Makefile.in .pure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 realclean: distclean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 extraclean: distclean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 -rm -f *~ \#* m/?*~ s/?*~
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 lwlib-config.o: lwlib.h ../src/config.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 lwlib-Xaw.o: lwlib.h lwlib-internal.h lwlib-Xaw.h ../src/config.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 lwlib-Xlw.o: lwlib.h lwlib-internal.h lwlib-Xlw.h xlwmenu.h ../src/config.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 lwlib-Xm.o: lwlib.h lwlib-internal.h lwlib-utils.h lwlib-Xm.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 lwlib-Xm.o: ../src/config.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 lwlib-utils.o: lwlib-utils.h ../src/config.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 lwlib.o: lwlib.h lwlib-internal.h lwlib-utils.h ../src/config.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 lwlib.o: lwlib-Xlw.h lwlib-Xm.h lwlib-Xaw.h ../src/config.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 xlwmenu.o: lwlib.h xlwmenu.h xlwmenuP.h ../src/config.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 xlwscrollbar.o: lwlib.h xlwscrollbar.h xlwscrollbarP.h ../src/config.h