[00cc023] | 1 | ######################## -*- Mode: Makefile-Automake -*- ###################### |
---|
| 2 | ## |
---|
| 3 | ## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo |
---|
| 4 | ## |
---|
| 5 | ## The contents of this file are covered under the licence agreement in the |
---|
| 6 | ## file "LICENCE" distributed with Cforall. |
---|
| 7 | ## |
---|
[d63eeb0] | 8 | ## Makefile.am -- |
---|
[00cc023] | 9 | ## |
---|
| 10 | ## Author : Peter A. Buhr |
---|
| 11 | ## Created On : Sun May 31 08:54:01 2015 |
---|
[381fdee] | 12 | ## Last Modified By : Peter A. Buhr |
---|
[08bc3e7] | 13 | ## Last Modified On : Fri Jul 16 16:00:40 2021 |
---|
| 14 | ## Update Count : 255 |
---|
[00cc023] | 15 | ############################################################################### |
---|
| 16 | |
---|
[a922e34] | 17 | # create object files in directory with source files |
---|
[38d12e7] | 18 | AUTOMAKE_OPTIONS = foreign subdir-objects |
---|
| 19 | ACLOCAL_AMFLAGS = -I automake |
---|
[a922e34] | 20 | |
---|
[bcadb26] | 21 | include $(top_srcdir)/../tools/build/cfa.make |
---|
[ba9baad] | 22 | |
---|
[088a5cd] | 23 | libdir = ${CFA_LIBDIR} |
---|
[8ac3b0e] | 24 | lib_LTLIBRARIES = libcfa.la libcfathread.la |
---|
[3d50aaf] | 25 | |
---|
[a9fb796] | 26 | VPATH += :../prelude |
---|
| 27 | |
---|
[dee1f89] | 28 | gdbwaittarget="" |
---|
| 29 | |
---|
[ba9baad] | 30 | # AM_CFLAGS for all cfa source |
---|
| 31 | # AM_CFAFLAGS for only cfa source |
---|
| 32 | # use -no-include-stdhdr to prevent rebuild cycles |
---|
[b7fe2e6] | 33 | # The built sources must not depend on the installed inst_headers_src |
---|
[2fbc904] | 34 | AM_CFAFLAGS = -quiet -cfalib -I$(srcdir)/stdhdr -I$(srcdir)/concurrency $(if $(findstring ${gdbwaittarget}, ${@}), -XCFA --gdb) @CONFIG_CFAFLAGS@ |
---|
[fa2a3b1] | 35 | AM_CFLAGS = -g -Wall -Werror=return-type -Wno-unused-function -fPIC -fexceptions -fvisibility=hidden -pthread @ARCH_FLAGS@ @CONFIG_CFLAGS@ |
---|
[850aff1] | 36 | AM_CCASFLAGS = -g -Wall -Werror=return-type -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@ |
---|
[ba9baad] | 37 | CFACC = @CFACC@ |
---|
[d3b7937] | 38 | |
---|
[73abe95] | 39 | #---------------------------------------------------------------------------------------------------------------- |
---|
[e523b07] | 40 | if BUILDLIB |
---|
[b7fe2e6] | 41 | inst_headers_nosrc = \ |
---|
| 42 | bitmanip.hfa \ |
---|
| 43 | clock.hfa \ |
---|
| 44 | exception.hfa \ |
---|
[d7a10af] | 45 | exception.h \ |
---|
[b7fe2e6] | 46 | gmp.hfa \ |
---|
[08bc3e7] | 47 | math.trait.hfa \ |
---|
[b7fe2e6] | 48 | math.hfa \ |
---|
| 49 | time_t.hfa \ |
---|
[360bfe41] | 50 | virtual_dtor.hfa \ |
---|
[3ad9097] | 51 | bits/algorithm.hfa \ |
---|
[b7fe2e6] | 52 | bits/align.hfa \ |
---|
| 53 | bits/containers.hfa \ |
---|
| 54 | bits/debug.hfa \ |
---|
| 55 | bits/defs.hfa \ |
---|
| 56 | bits/locks.hfa \ |
---|
[7d4ce2a] | 57 | bits/collection.hfa \ |
---|
| 58 | bits/stack.hfa \ |
---|
| 59 | bits/queue.hfa \ |
---|
| 60 | bits/sequence.hfa \ |
---|
[b7fe2e6] | 61 | concurrency/iofwd.hfa \ |
---|
[93b8cf4] | 62 | concurrency/barrier.hfa \ |
---|
| 63 | containers/array.hfa \ |
---|
[b7fe2e6] | 64 | containers/list.hfa \ |
---|
[88ac843e] | 65 | containers/lockfree.hfa \ |
---|
[0f781fb8] | 66 | containers/string_sharectx.hfa \ |
---|
[44856ed] | 67 | containers/vector2.hfa \ |
---|
[eef8dfb] | 68 | vec/vec.hfa \ |
---|
| 69 | vec/vec2.hfa \ |
---|
| 70 | vec/vec3.hfa \ |
---|
[360bfe41] | 71 | vec/vec4.hfa |
---|
[b7fe2e6] | 72 | |
---|
| 73 | inst_headers_src = \ |
---|
| 74 | common.hfa \ |
---|
| 75 | fstream.hfa \ |
---|
| 76 | heap.hfa \ |
---|
| 77 | iostream.hfa \ |
---|
| 78 | iterator.hfa \ |
---|
| 79 | limits.hfa \ |
---|
[4d9172f] | 80 | memory.hfa \ |
---|
[b7fe2e6] | 81 | parseargs.hfa \ |
---|
[16f9aca] | 82 | parseconfig.hfa \ |
---|
[b7fe2e6] | 83 | rational.hfa \ |
---|
| 84 | stdlib.hfa \ |
---|
[96f002c1] | 85 | strstream.hfa \ |
---|
[b7fe2e6] | 86 | time.hfa \ |
---|
[ab1b971] | 87 | bits/weakso_locks.hfa \ |
---|
[58b2638] | 88 | algorithms/range_iterator.hfa \ |
---|
[b7fe2e6] | 89 | containers/maybe.hfa \ |
---|
| 90 | containers/pair.hfa \ |
---|
| 91 | containers/result.hfa \ |
---|
[f450f2f] | 92 | containers/string.hfa \ |
---|
| 93 | containers/string_res.hfa \ |
---|
[96f002c1] | 94 | containers/vector.hfa \ |
---|
| 95 | device/cpu.hfa |
---|
[b7fe2e6] | 96 | |
---|
| 97 | libsrc = ${inst_headers_src} ${inst_headers_src:.hfa=.cfa} \ |
---|
| 98 | assert.cfa \ |
---|
| 99 | bits/debug.cfa \ |
---|
| 100 | exception.c \ |
---|
| 101 | interpose.cfa \ |
---|
| 102 | lsda.h \ |
---|
| 103 | startup.cfa \ |
---|
| 104 | startup.hfa \ |
---|
| 105 | virtual.c \ |
---|
| 106 | virtual.h |
---|
[facc44f] | 107 | |
---|
| 108 | # not all platforms support concurrency, add option do disable it |
---|
[b7fe2e6] | 109 | inst_thread_headers_nosrc = \ |
---|
| 110 | bits/random.hfa \ |
---|
[bb662027] | 111 | concurrency/clib/cfathread.h \ |
---|
[b7fe2e6] | 112 | concurrency/invoke.h \ |
---|
[70f8bcd2] | 113 | concurrency/future.hfa \ |
---|
[e8b8e65] | 114 | concurrency/once.hfa \ |
---|
[3ad9097] | 115 | concurrency/kernel/fwd.hfa \ |
---|
[7eac70e] | 116 | concurrency/mutex_stmt.hfa \ |
---|
[4a962d8] | 117 | concurrency/select.hfa \ |
---|
[c042d79] | 118 | concurrency/channel.hfa \ |
---|
| 119 | concurrency/actor.hfa |
---|
[b7fe2e6] | 120 | |
---|
| 121 | inst_thread_headers_src = \ |
---|
[ab388c5] | 122 | concurrency/alarm.hfa \ |
---|
[b7fe2e6] | 123 | concurrency/coroutine.hfa \ |
---|
[856dff8] | 124 | concurrency/exception.hfa \ |
---|
[b7fe2e6] | 125 | concurrency/kernel.hfa \ |
---|
[708ae38] | 126 | concurrency/kernel/cluster.hfa \ |
---|
[6a8882c] | 127 | concurrency/locks.hfa \ |
---|
[b7fe2e6] | 128 | concurrency/monitor.hfa \ |
---|
| 129 | concurrency/mutex.hfa \ |
---|
[95dab9e] | 130 | concurrency/thread.hfa |
---|
[b7fe2e6] | 131 | |
---|
| 132 | thread_libsrc = ${inst_thread_headers_src} ${inst_thread_headers_src:.hfa=.cfa} \ |
---|
[95dab9e] | 133 | interpose_thread.cfa \ |
---|
[b7fe2e6] | 134 | bits/signal.hfa \ |
---|
[bb662027] | 135 | concurrency/clib/cfathread.cfa \ |
---|
[b7fe2e6] | 136 | concurrency/CtxSwitch-@ARCHITECTURE@.S \ |
---|
| 137 | concurrency/invoke.c \ |
---|
| 138 | concurrency/io.cfa \ |
---|
| 139 | concurrency/io/setup.cfa \ |
---|
| 140 | concurrency/io/types.hfa \ |
---|
[c402739f] | 141 | concurrency/io/call.cfa \ |
---|
[b7fe2e6] | 142 | concurrency/iofwd.hfa \ |
---|
[708ae38] | 143 | concurrency/kernel/private.hfa \ |
---|
[b7fe2e6] | 144 | concurrency/kernel/startup.cfa \ |
---|
| 145 | concurrency/preemption.cfa \ |
---|
| 146 | concurrency/preemption.hfa \ |
---|
| 147 | concurrency/ready_queue.cfa \ |
---|
| 148 | concurrency/ready_subqueue.hfa \ |
---|
| 149 | concurrency/snzi.hfa \ |
---|
| 150 | concurrency/stats.cfa \ |
---|
| 151 | concurrency/stats.hfa \ |
---|
[a7d696f] | 152 | concurrency/stats.hfa \ |
---|
| 153 | concurrency/pthread.cfa |
---|
[3e2b9c9] | 154 | |
---|
[e523b07] | 155 | else |
---|
[b7fe2e6] | 156 | inst_headers_src = |
---|
| 157 | inst_thread_headers_src = |
---|
| 158 | inst_headers_nosrc = |
---|
| 159 | inst_thread_headers_nosrc = |
---|
[e523b07] | 160 | libsrc = |
---|
| 161 | endif |
---|
| 162 | |
---|
[ac78e25] | 163 | |
---|
[73abe95] | 164 | #---------------------------------------------------------------------------------------------------------------- |
---|
| 165 | # add dependency to cfa-cpp so all libraries are rebuilt with new translator |
---|
[e523b07] | 166 | #@CFACC@ @CFACPP@ prelude.cfa |
---|
[a9fb796] | 167 | |
---|
| 168 | # add dependency of cfa files |
---|
[6d44da1] | 169 | libobjs = $(addsuffix .lo, $(basename $(filter %.cfa,$(libsrc)))) |
---|
[14347ac] | 170 | $(libobjs) : @LOCAL_CFACC@ @CFACPP@ prelude.cfa |
---|
[a9fb796] | 171 | |
---|
[2026bb6] | 172 | thread_libobjs = $(addsuffix .lo, $(basename $(filter %.cfa,$(thread_libsrc)))) |
---|
[14347ac] | 173 | $(thread_libobjs) : @LOCAL_CFACC@ @CFACPP@ prelude.cfa |
---|
[2026bb6] | 174 | |
---|
[a9fb796] | 175 | |
---|
| 176 | # .deps inclusion is not done automatically by automake for new languages |
---|
| 177 | libdeps = $(join \ |
---|
| 178 | $(addsuffix $(DEPDIR)/ , $(dir $(libobjs) ) ), \ |
---|
[2a75572] | 179 | $(notdir ${libobjs:.lo=.Plo}) \ |
---|
[a9fb796] | 180 | ) |
---|
[d3b7937] | 181 | |
---|
[0765121] | 182 | -include $(libdeps) |
---|
[a9fb796] | 183 | |
---|
[2026bb6] | 184 | thread_libdeps = $(join \ |
---|
| 185 | $(addsuffix $(DEPDIR)/ , $(dir $(thread_libobjs) ) ), \ |
---|
| 186 | $(notdir ${thread_libobjs:.lo=.Plo}) \ |
---|
| 187 | ) |
---|
| 188 | |
---|
| 189 | -include $(thread_libdeps) |
---|
| 190 | |
---|
| 191 | |
---|
[31d8f4d] | 192 | if ENABLE_DISTCC |
---|
| 193 | |
---|
[94e006a4] | 194 | ../prelude/distribution: @LOCAL_CFACC@ @LOCAL_CC1@ @CFACPP@ ../prelude/defines.hfa ../prelude/gcc-builtins.cf ../prelude/builtins.cf ../prelude/extras.cf ../prelude/prelude.cfa ../prelude/bootloader.c $(srcdir)/../../tools/build/push2dist.sh |
---|
[31d8f4d] | 195 | @+make -C ../prelude distribution |
---|
| 196 | |
---|
| 197 | prelude.o prelude.lo $(libobjs) $(thread_libobjs) : ../prelude/distribution |
---|
| 198 | |
---|
| 199 | endif ENABLE_DISTCC |
---|
| 200 | |
---|
[14347ac] | 201 | prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @LOCAL_CFACC@ @CFACPP@ |
---|
[fa2a3b1] | 202 | ${AM_V_GEN}$(CFACOMPILE) -quiet -XCFA,-l ${<} -c -fvisibility=default -o ${@} |
---|
[d3b7937] | 203 | |
---|
[14347ac] | 204 | prelude.lo: prelude.cfa extras.cf gcc-builtins.cf builtins.cf @LOCAL_CFACC@ @CFACPP@ |
---|
[c6bbcdb] | 205 | ${AM_V_GEN}$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile \ |
---|
[fa2a3b1] | 206 | $(CFACOMPILE) -quiet -XCFA,-l ${<} -c -fvisibility=default -o ${@} |
---|
[a9fb796] | 207 | |
---|
[fdc3f9d] | 208 | concurrency/io/call.cfa: $(srcdir)/concurrency/io/call.cfa.in |
---|
| 209 | ${AM_V_GEN}python3 $< > $@ |
---|
| 210 | |
---|
[a9fb796] | 211 | #---------------------------------------------------------------------------------------------------------------- |
---|
[c2bc6d5] | 212 | libcfa_la_SOURCES = ${libsrc} |
---|
| 213 | nodist_libcfa_la_SOURCES = prelude.cfa |
---|
[c6bbcdb] | 214 | libcfa_la_LDFLAGS = -version-info @CFA_VERSION@ |
---|
[bd85400] | 215 | |
---|
[2026bb6] | 216 | libcfathread_la_SOURCES = ${thread_libsrc} |
---|
| 217 | libcfathread_la_LDFLAGS = -version-info @CFA_VERSION@ |
---|
| 218 | |
---|
[38d12e7] | 219 | stdhdr = $(shell find $(srcdir)/stdhdr -type f -printf "%p ") |
---|
[ed0e67a] | 220 | |
---|
[e958ff8] | 221 | cfa_includedir = $(CFA_INCDIR) |
---|
[b7fe2e6] | 222 | nobase_cfa_include_HEADERS = ${stdhdr} ${inst_headers_src} ${inst_headers_nosrc} ${inst_thread_headers_src} ${inst_thread_headers_nosrc} |
---|
| 223 | EXTRA_DIST = stdhdr |
---|
[5ce7f4a] | 224 | DISTCLEANFILES = $(libdeps) $(thread_libdeps) |
---|
[73abe95] | 225 | |
---|
| 226 | #---------------------------------------------------------------------------------------------------------------- |
---|
[159c62e] | 227 | maintainer-clean-local: |
---|
[796cea3] | 228 | -rm -rf ${CFA_INCDIR} ${CFA_LIBDIR} |
---|
[a9fb796] | 229 | |
---|
[5ce7f4a] | 230 | #distclean-local: |
---|
| 231 | # find ${builddir} -path '*.Plo' -delete |
---|
[2a59655] | 232 | |
---|
[a9fb796] | 233 | |
---|
| 234 | # $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
---|
| 235 | # $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
---|
| 236 | # $(am__mv) $$depbase.Tpo $$depbase.Po |
---|