OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.3/] [utils/] [wince/] [Makefile] - Diff between revs 1181 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1181 Rev 1765
# Generated automatically from Makefile.in by configure.
# Generated automatically from Makefile.in by configure.
#Copyright 1999 Free Software Foundation, Inc.
#Copyright 1999 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
prefix = /usr/local
prefix = /usr/local
exec_prefix = ${prefix}
exec_prefix = ${prefix}
host_alias = sun4
host_alias = sun4
target_alias = sun4
target_alias = sun4
program_transform_name = s,x,x,
program_transform_name = s,x,x,
bindir = $(exec_prefix)/bin
bindir = $(exec_prefix)/bin
libdir = $(exec_prefix)/lib
libdir = $(exec_prefix)/lib
tooldir = $(libdir)/$(target_alias)
tooldir = $(libdir)/$(target_alias)
datadir = $(prefix)/share
datadir = $(prefix)/share
mandir = $(prefix)/man
mandir = $(prefix)/man
man1dir = $(mandir)/man1
man1dir = $(mandir)/man1
man2dir = $(mandir)/man2
man2dir = $(mandir)/man2
man3dir = $(mandir)/man3
man3dir = $(mandir)/man3
man4dir = $(mandir)/man4
man4dir = $(mandir)/man4
man5dir = $(mandir)/man5
man5dir = $(mandir)/man5
man6dir = $(mandir)/man6
man6dir = $(mandir)/man6
man7dir = $(mandir)/man7
man7dir = $(mandir)/man7
man8dir = $(mandir)/man8
man8dir = $(mandir)/man8
man9dir = $(mandir)/man9
man9dir = $(mandir)/man9
infodir = $(prefix)/info
infodir = $(prefix)/info
includedir = $(prefix)/include
includedir = $(prefix)/include
SHELL = /bin/sh
SHELL = /bin/sh
INSTALL = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c
INSTALL = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c
INSTALL_PROGRAM = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c
INSTALL_PROGRAM = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c
INSTALL_DATA = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c -m 644
INSTALL_DATA = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c -m 644
CC=gcc
CC=gcc
EXEEXT =
EXEEXT =
# Directory containing source files.
# Directory containing source files.
srcdir = .././wince
srcdir = .././wince
VPATH = .././wince
VPATH = .././wince
# Where is the "-liberty" library?  Typically in ../libiberty.
# Where is the "-liberty" library?  Typically in ../libiberty.
LIBIBERTY = ../../libiberty/libiberty.a
LIBIBERTY = ../../libiberty/libiberty.a
# All the includes used for CFLAGS and for lint.
# All the includes used for CFLAGS and for lint.
# -I. for config files.
# -I. for config files.
# -I${srcdir} possibly for regex.h also.
# -I${srcdir} possibly for regex.h also.
INCLUDE_CFLAGS = -I. -I${srcdir} -I$(srcdir)/../../include
INCLUDE_CFLAGS = -I. -I${srcdir} -I$(srcdir)/../../include
# CFLAGS is specifically reserved for setting from the command line
# CFLAGS is specifically reserved for setting from the command line
# when running make.  I.E.  "make USER_CFLAGS=-Wmissing-prototypes".
# when running make.  I.E.  "make USER_CFLAGS=-Wmissing-prototypes".
CFLAGS = -g
CFLAGS = -g
# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
INTERNAL_CFLAGS = $(CFLAGS) $(INCLUDE_CFLAGS) $(USER_CFLAGS)
INTERNAL_CFLAGS = $(CFLAGS) $(INCLUDE_CFLAGS) $(USER_CFLAGS)
# None of the things in CFLAGS will do any harm, and on some systems
# None of the things in CFLAGS will do any harm, and on some systems
#  (e.g. SunOS4) it is important to use the MH_CFLAGS.
#  (e.g. SunOS4) it is important to use the MH_CFLAGS.
LDFLAGS = $(CFLAGS)
LDFLAGS = $(CFLAGS)
# Libraries and corresponding dependencies for compiling gdb.
# Libraries and corresponding dependencies for compiling gdb.
CLIBS = ${LIBIBERTY}
CLIBS = ${LIBIBERTY}
CDEPS = ${LIBIBERTY}
CDEPS = ${LIBIBERTY}
# Prevent Sun make from putting in the machine type.  Setting
# Prevent Sun make from putting in the machine type.  Setting
# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
.c.o:
.c.o:
        ${CC} -c ${INTERNAL_CFLAGS} $<
        ${CC} -c ${INTERNAL_CFLAGS} $<
PROGS = cesetup$(EXEEXT)
PROGS = cesetup$(EXEEXT)
.PHONY: all info install install-info
.PHONY: all info install install-info
all: $(PROGS)
all: $(PROGS)
info:
info:
install: $(PROGS)
install: $(PROGS)
        if [ "$(PROGS)" != "" ]; then \
        if [ "$(PROGS)" != "" ]; then \
                for i in $(PROGS); do \
                for i in $(PROGS); do \
                        $(INSTALL_PROGRAM) $$i $(bindir)/$$i; \
                        $(INSTALL_PROGRAM) $$i $(bindir)/$$i; \
                done; \
                done; \
        fi
        fi
install-info:
install-info:
cesetup$(EXEEXT):       cesetup.o
cesetup$(EXEEXT):       cesetup.o
        $(CC) $(LDFLAGS) -o cesetup$(EXEEXT) cesetup.o $(CLIBS)
        $(CC) $(LDFLAGS) -o cesetup$(EXEEXT) cesetup.o $(CLIBS)
cesetup.o: cesetup.c
cesetup.o: cesetup.c
mostlyclean:
mostlyclean:
clean:          mostlyclean
clean:          mostlyclean
        rm -f *.o $(PROGS)
        rm -f *.o $(PROGS)
distclean:      clean
distclean:      clean
        rm -f config.log config.cache
        rm -f config.log config.cache
maintainer-clean realclean:     distclean
maintainer-clean realclean:     distclean
Makefile: Makefile.in config.status
Makefile: Makefile.in config.status
        $(SHELL) config.status
        $(SHELL) config.status
config.status: configure
config.status: configure
        $(SHELL) config.status --recheck
        $(SHELL) config.status --recheck
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.