comparison dynodump/Makefile.in.in @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents c0c698873ce1
children 1ce6082ce73f
comparison
equal deleted inserted replaced
77:6cb4f478e7bc 78:c7528f8e288d
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 the Free 19 along with XEmacs; see the file COPYING. If not, write to
20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
21 22
22 /* Avoid trouble on systems where the "SHELL" variable might be 23 /* Avoid trouble on systems where the "SHELL" variable might be
23 inherited from the environment. */ 24 inherited from the environment. */
24 SHELL = /bin/sh 25 SHELL = /bin/sh
25 26
92 #else 93 #else
93 all:: 94 all::
94 #endif 95 #endif
95 96
96 dynodump.so: ${srcdir}/_dynodump.h $(OBJS) 97 dynodump.so: ${srcdir}/_dynodump.h $(OBJS)
97 PATH=/usr/ccs/bin:$PATH ld -o dynodump.so -G $(OBJS) -lelf -lmapmalloc 98 PATH=/usr/ccs/bin:/bin:$PATH ld -o dynodump.so -G $(OBJS) -lelf -lmapmalloc
98 99
99 _relocate.o: ${srcdir}/$(ARCH)/_relocate.c 100 _relocate.o: ${srcdir}/$(ARCH)/_relocate.c
100 $(CC) -c $(ALL_CFLAGS) ${srcdir}/$(ARCH)/_relocate.c 101 $(CC) -c $(ALL_CFLAGS) ${srcdir}/$(ARCH)/_relocate.c
101 102
102 uninit.o: ${srcdir}/$(ARCH)/uninit.c 103 uninit.o: ${srcdir}/$(ARCH)/uninit.c