forked from Imagelibrary/rtems
2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gnatsupp/Makefile.am: Eliminate VPATH.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* gnatsupp/Makefile.am: Eliminate VPATH.
|
||||||
|
|
||||||
2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/.cvsignore: Remove.
|
* start/.cvsignore: Remove.
|
||||||
|
|||||||
@@ -2,29 +2,26 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
|
|
||||||
|
|
||||||
PGM = $(ARCH)/gnatsupp.rel
|
PGM = $(ARCH)/gnatsupp.rel
|
||||||
|
|
||||||
C_FILES = gnatsupp.c gnatcommon.c
|
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
C_FILES = gnatsupp.c
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
#
|
|
||||||
|
sparc_shared_C_FILES = $(top_srcdir)/../../sparc/shared/gnatcommon.c
|
||||||
|
OBJS += \
|
||||||
|
$(sparc_shared_C_FILES:$(top_srcdir)/../../sparc/shared/%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
|
$(ARCH)/%.$(OBJEXT): $(top_srcdir)/../../sparc/shared/%.c $(ARCH)/$(dirstamp)
|
||||||
|
${COMPILE} -o $@ -c $<
|
||||||
|
|
||||||
$(PGM): $(OBJS)
|
$(PGM): $(OBJS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(OBJS) $(PGM)
|
noinst_DATA = $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
EXTRA_DIST = gnatsupp.c gnatcommon.c
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user