comparison dynodump/Makefile.in.in @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 9ee227acff29
children c0c698873ce1
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 for more details. 16 for more details.
17 17
18 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
19 along with XEmacs; see the file COPYING. If not, write to 19 along with XEmacs; see the file COPYING. If not, write to the Free
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
21 Boston, MA 02111-1307, USA. */
22 21
23 /* Avoid trouble on systems where the "SHELL" variable might be 22 /* Avoid trouble on systems where the "SHELL" variable might be
24 inherited from the environment. */ 23 inherited from the environment. */
25 SHELL = /bin/sh 24 SHELL = /bin/sh
26 25
93 #else 92 #else
94 all:: 93 all::
95 #endif 94 #endif
96 95
97 dynodump.so: ${srcdir}/_dynodump.h $(OBJS) 96 dynodump.so: ${srcdir}/_dynodump.h $(OBJS)
98 PATH=/usr/ccs/bin:/bin:$$PATH ld -o dynodump.so -G $(OBJS) -lelf -lmapmalloc 97 $(CC) -o dynodump.so -G $(OBJS) -lelf -lmapmalloc
99 98
100 _relocate.o: ${srcdir}/$(ARCH)/_relocate.c 99 _relocate.o: ${srcdir}/$(ARCH)/_relocate.c
101 $(CC) -c $(ALL_CFLAGS) ${srcdir}/$(ARCH)/_relocate.c 100 $(CC) -c $(ALL_CFLAGS) ${srcdir}/$(ARCH)/_relocate.c
102 101
103 uninit.o: ${srcdir}/$(ARCH)/uninit.c 102 uninit.o: ${srcdir}/$(ARCH)/uninit.c