URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Only display areas with differences |
Details |
Blame |
View Log
Rev 56 |
Rev 57 |
## Process this file with automake to generate Makefile.in
|
## Process this file with automake to generate Makefile.in
|
|
|
AUTOMAKE_OPTIONS = cygnus
|
AUTOMAKE_OPTIONS = cygnus
|
|
|
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
|
|
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
|
|
lib_a_SOURCES = locale.c
|
lib_a_SOURCES = locale.c
|
|
|
CHEWOUT_FILES = locale.def
|
CHEWOUT_FILES = locale.def
|
|
|
SUFFIXES = .def
|
SUFFIXES = .def
|
|
|
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
|
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
|
|
|
.c.def:
|
.c.def:
|
$(CHEW) < $< > $*.def 2> $*.ref
|
$(CHEW) < $< > $*.def 2> $*.ref
|
touch stmp-def
|
touch stmp-def
|
|
|
TARGETDOC = ../tmp.texi
|
TARGETDOC = ../tmp.texi
|
|
|
doc: $(CHEWOUT_FILES)
|
doc: $(CHEWOUT_FILES)
|
cat $(srcdir)/locale.tex >> $(TARGETDOC)
|
cat $(srcdir)/locale.tex >> $(TARGETDOC)
|
|
|
CLEANFILES = $(CHEWOUT_FILES) *.ref
|
CLEANFILES = $(CHEWOUT_FILES) *.ref
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.