1 ## Makefile for dynodump subdirectory in XEmacs
2 ## Copyright (C) 1995 Board of Trustees, University of Illinois
3 ## Copyright (C) 1996, 1997 Sun Microsystems, Inc.
5 ## This file is part of XEmacs.
7 ## XEmacs is free software; you can redistribute it and/or modify it
8 ## under the terms of the GNU General Public License as published by the
9 ## Free Software Foundation; either version 2, or (at your option) any
12 ## XEmacs is distributed in the hope that it will be useful, but WITHOUT
13 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 ## You should have received a copy of the GNU General Public License
18 ## along with XEmacs; see the file COPYING. If not, write to
19 ## the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 ## Boston, MA 02111-1307, USA.
22 ## Synched up with: Not synched with FSF.
24 ## For performance and consistency, no built-in rules.
26 .SUFFIXES: .c .o .i .h
32 ## ==================== Things "configure" will edit ====================
40 ## ========================= start of cpp stuff =========================
44 #include "../src/config.h"
59 INCLUDES = -I${srcdir} -I${srcdir}/$(ARCH)
60 ALL_CFLAGS = ${CFLAGS} ${pic_arg} ${INCLUDES}
61 OBJS = _relocate.o dynodump.o syms.o uninit.o
64 $(CC) -c $(ALL_CFLAGS) $<
68 dynodump.so: ${srcdir}/_dynodump.h $(OBJS)
69 PATH=/usr/ccs/bin:/bin:$$PATH ld -o dynodump.so -G $(OBJS) -lelf -lmapmalloc
71 _relocate.o: ${srcdir}/$(ARCH)/_relocate.c
72 $(CC) -c $(ALL_CFLAGS) ${srcdir}/$(ARCH)/_relocate.c
74 uninit.o: ${srcdir}/$(ARCH)/uninit.c
75 $(CC) -c $(ALL_CFLAGS) ${srcdir}/$(ARCH)/uninit.c
77 .PHONY: mostlyclean clean distclean realclean extraclean
83 $(RM) GNUmakefile Makefile Makefile.in TAGS