Fix 22_locale/locale/cons/12658_thread-2.cc on hppa.
[official-gcc.git] / libgm2 / libm2cor / Makefile.am
blob8e68272aaecf1f9beabf9baf71a6a0864b2c0bb0
1 # Makefile for libm2cor.
2 #   Copyright 2013-2022  Free Software Foundation, Inc.
4 # This file is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; see the file COPYING3.  If not see
16 # <http://www.gnu.org/licenses/>.
18 SUFFIXES = .c .cc .mod .def .o .obj .lo .a .la
20 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
22 VPATH = . @srcdir@ @srcdir@/../../gcc/m2/gm2-libs-coroutines
24 # Multilib support.
25 MAKEOVERRIDES=
27 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
29 # Directory in which the compiler finds libraries etc.
30 libsubdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)
31 # Used to install the shared libgcc.
32 slibdir = @slibdir@
34 toolexeclibdir=@toolexeclibdir@
35 toolexecdir=@toolexecdir@
36 GM2_FOR_TARGET=@GM2_FOR_TARGET@
38 MULTIDIR := $(shell $(CC) $(CFLAGS) -print-multi-directory)
39 MULTIOSDIR := $(shell $(CC) $(CFLAGS) -print-multi-os-directory)
41 MULTIOSSUBDIR := $(shell if test x$(MULTIOSDIR) != x.; then echo /$(MULTIOSDIR); fi)
42 inst_libdir = $(libsubdir)$(MULTISUBDIR)
43 inst_slibdir = $(slibdir)$(MULTIOSSUBDIR)
46 # Work around what appears to be a GNU make bug handling MAKEFLAGS
47 # values defined in terms of make variables, as is the case for CC and
48 # friends when we are called from the top level Makefile.
49 AM_MAKEFLAGS = \
50         "GCC_DIR=$(GCC_DIR)" \
51         "GM2_SRC=$(GM2_SRC)" \
52         "AR_FLAGS=$(AR_FLAGS)" \
53         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
54         "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
55         "GM2_FOR_TARGET=$(GM2_FOR_TARGET)" \
56         "CFLAGS=$(CFLAGS)" \
57         "CXXFLAGS=$(CXXFLAGS)" \
58         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
59         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
60         "INSTALL=$(INSTALL)" \
61         "INSTALL_DATA=$(INSTALL_DATA)" \
62         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
63         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
64         "LDFLAGS=$(LDFLAGS)" \
65         "LIBCFLAGS=$(LIBCFLAGS)" \
66         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
67         "MAKE=$(MAKE)" \
68         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
69         "MULTIBUILDTOP=$(MULTIBUILDTOP)" \
70         "MULTISUBDIR=$(MULTISUBDIR)" \
71         "MULTIOSDIR=$(MULTIOSDIR)" \
72         "MULTIFLAGS=$(MULTIFLAGS)" \
73         "PICFLAG=$(PICFLAG)" \
74         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
75         "SHELL=$(SHELL)" \
76         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
77         "exec_prefix=$(exec_prefix)" \
78         "infodir=$(infodir)" \
79         "libdir=$(libdir)" \
80         "includedir=$(includedir)" \
81         "prefix=$(prefix)" \
82         "tooldir=$(tooldir)" \
83         "gxx_include_dir=$(gxx_include_dir)" \
84         "AR=$(AR)" \
85         "AS=$(AS)" \
86         "LD=$(LD)" \
87         "RANLIB=$(RANLIB)" \
88         "NM=$(NM)" \
89         "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
90         "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
91         "DESTDIR=$(DESTDIR)" \
92         "WERROR=$(WERROR)" \
93         "TARGET_LIB_PATH_libgm2=$(TARGET_LIB_PATH_libgm2)"
95 # Subdir rules rely on $(FLAGS_TO_PASS)
96 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
99 if BUILD_CORLIB
100 M2DEFS = Executive.def \
101          KeyBoardLEDs.def  SYSTEM.def \
102          TimerHandler.def
104 M2MODS = Executive.mod \
105          SYSTEM.mod  TimerHandler.mod
107 toolexeclib_LTLIBRARIES = libm2cor.la
109 libm2cor_la_SOURCES = $(M2MODS) KeyBoardLEDs.cc
111 nodist_EXTRA_libm2cor_la_SOURCES = dummy.c  ## forces automake to generate the LINK definition
113 libm2cordir = libm2cor
114 libm2cor_la_DEPENDENCIES = SYSTEM.def $(addsuffix .lo, $(basename $(libm2cor_la_SOURCES)))
115 libm2cor_la_CFLAGS = -I. -I.. -I$(GM2_SRC)/gm2-libs -I$(GM2_SRC)/gm2-libs-iso -DBUILD_GM2_LIBS -I@srcdir@/../  -I@srcdir@/../libm2iso
116 libm2cor_la_M2FLAGS = \
117     -fm2-pathname=m2cor -I. -I$(GM2_SRC)/gm2-libs-coroutines \
118     -fm2-pathname=m2pim -I$(GM2_SRC)/gm2-libs \
119     -fm2-pathname=m2iso -I$(GM2_SRC)/gm2-libs-iso \
120     -fm2-g -g -Wreturn-type -fcase -fm2-prefix=m2cor
121 if TARGET_DARWIN
122 libm2cor_la_link_flags = -Wl,-undefined,dynamic_lookup
123 else
124 libm2cor_la_link_flags =
125 endif
126 libm2cor_la_LINK = $(LINK) -version-info $(libtool_VERSION) $(libm2cor_la_link_flags)
127 BUILT_SOURCES = SYSTEM.def
128 CLEANFILES = SYSTEM.def
130 M2LIBDIR = /m2/m2cor/
132 SYSTEM.def: Makefile
133         bash $(GM2_SRC)/tools-src/makeSystem -fpim \
134              $(GM2_SRC)/gm2-libs-coroutines/SYSTEM.def \
135              $(GM2_SRC)/gm2-libs-coroutines/SYSTEM.mod \
136              -I$(GM2_SRC)/gm2-libs-coroutines -I$(GM2_SRC)/gm2-libs -I$(GM2_SRC)/gm2-libs-iso \
137              "$(GM2_FOR_TARGET)" $@
139 .mod.lo:
140         $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(GM2_FOR_TARGET) -c $(CFLAGS_FOR_TARGET) $(LIBCFLAGS) $(libm2cor_la_M2FLAGS) $< -o $@
142 .cc.lo:
143         $(LIBTOOL) --tag=CXX --mode=compile $(CXX) -c -I$(srcdir) $(CXXFLAGS) $(LIBCFLAGS) $(libm2cor_la_CFLAGS) $< -o $@
145 install-data-local: force
146         mkdir -p $(DESTDIR)$(inst_libdir)/$(M2LIBDIR)
147         for i in $(M2DEFS) $(M2MODS) ; do \
148            if [ -f $$i ] ; then \
149               $(INSTALL_DATA) $$i '$(DESTDIR)$(inst_libdir)/$(M2LIBDIR)'; \
150            elif [ -f @srcdir@/../../gcc/m2/gm2-libs-coroutines/$$i ] ; then \
151               $(INSTALL_DATA) @srcdir@/../../gcc/m2/gm2-libs-coroutines/$$i '$(DESTDIR)$(inst_libdir)/$(M2LIBDIR)'; \
152            else \
153               echo "cannot find $$i" ; exit 1 ; \
154            fi ; \
155            chmod 644 $(DESTDIR)$(inst_libdir)/$(M2LIBDIR)$$i ; \
156         done
158 force:
160 endif