Mercurial > hg > xemacs-beta
comparison lwlib/Makefile.in.in @ 171:929b76928fce r20-3b12
Import from CVS: tag r20-3b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:47:52 +0200 |
parents | 0132846995bd |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
170:98a42ee61975 | 171:929b76928fce |
---|---|
93 #ifdef ENERGIZE | 93 #ifdef ENERGIZE |
94 ez_dialog: | 94 ez_dialog: |
95 cd energize && $(MAKE) $(MFLAGS) | 95 cd energize && $(MAKE) $(MFLAGS) |
96 #endif | 96 #endif |
97 | 97 |
98 .PHONY : mostlyclean clean distclean realclean extraclean | 98 .PHONY: mostlyclean clean distclean realclean extraclean |
99 FRC.mostlyclean: | 99 mostlyclean: |
100 mostlyclean: FRC.mostlyclean | 100 $(RM) liblw.a liblw_pure_*.a *.o *.i core |
101 $(RM) liblw.a liblw_pure_*.a *.o *.i | |
102 clean: mostlyclean | 101 clean: mostlyclean |
103 #ifdef ENERGIZE | 102 #ifdef ENERGIZE |
104 cd energize && $(MAKE) $(MFLAGS) clean | 103 cd energize && $(MAKE) $(MFLAGS) clean |
105 #endif | 104 #endif |
106 distclean: clean | 105 distclean: clean |
107 $(RM) Makefile Makefile.in config.h .pure | 106 $(RM) Makefile Makefile.in config.h TAGS |
108 realclean: distclean | 107 realclean: distclean |
109 extraclean: distclean | 108 extraclean: distclean |
110 $(RM) *~ \#* m/?*~ s/?*~ | 109 $(RM) *~ \#* |
111 | 110 |
112 CONFIG_H = ../src/config.h config.h | 111 CONFIG_H = ../src/config.h config.h |
113 | 112 |
114 lwlib-config.o: lwlib.h $(CONFIG_H) | 113 lwlib-config.o: lwlib.h $(CONFIG_H) |
115 lwlib-Xaw.o: lwlib.h lwlib-internal.h lwlib-Xaw.h $(CONFIG_H) | 114 lwlib-Xaw.o: lwlib.h lwlib-internal.h lwlib-Xaw.h $(CONFIG_H) |