Mercurial > hg > xemacs-beta
comparison dynodump/Makefile.in.in @ 12:bcdc7deadc19 r19-15b7
Import from CVS: tag r19-15b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:16 +0200 |
parents | 49a24b4fd526 |
children | 9ee227acff29 |
comparison
equal
deleted
inserted
replaced
11:91ffe8bd52e4 | 12:bcdc7deadc19 |
---|---|
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 |