forked from Imagelibrary/rtems
build: Remove specialized CPPFLAGS
This commit is contained in:
@@ -2,7 +2,6 @@ include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libfdt.a
|
||||
|
||||
libfdt_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)
|
||||
libfdt_a_SOURCES =
|
||||
libfdt_a_SOURCES += fdt_addresses.c
|
||||
libfdt_a_SOURCES += fdt.c
|
||||
|
||||
@@ -2,8 +2,6 @@ include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libcrypt.a
|
||||
|
||||
libcrypt_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
libcrypt_a_SOURCES =
|
||||
libcrypt_a_SOURCES += crypt.c
|
||||
libcrypt_a_SOURCES += crypt-md5.c
|
||||
|
||||
@@ -2,8 +2,6 @@ include $(top_srcdir)/automake/multilib.am
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libcsupport.a libcalloc.a
|
||||
libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libcalloc_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
## rtems
|
||||
## General stuff
|
||||
|
||||
@@ -9,7 +9,6 @@ if SHA
|
||||
libmd_a_SOURCES += sha256c.c
|
||||
libmd_a_SOURCES += sha512c.c
|
||||
endif
|
||||
libmd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
endif
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -157,7 +157,6 @@ libuntar_a_SOURCES = untar/untar.c untar/untar_txz.c untar/untar_tgz.c \
|
||||
|
||||
## stringto
|
||||
noinst_LIBRARIES += libstringto.a
|
||||
libstringto_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/stringto
|
||||
libstringto_a_SOURCES = stringto/stringtodouble.c stringto/stringtofloat.c \
|
||||
stringto/stringtolongdouble.c \
|
||||
stringto/stringtoint.c stringto/stringtolong.c stringto/stringtolonglong.c \
|
||||
|
||||
@@ -6,7 +6,6 @@ if LIBNETWORKING
|
||||
man_MANS =
|
||||
|
||||
noinst_LIBRARIES = libxdr.a
|
||||
libxdr_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
libxdr_a_SOURCES = src/xdr/xdr.c src/xdr/xdr_array.c src/xdr/xdr_float.c \
|
||||
src/xdr/xdr_mem.c src/xdr/xdr_rec.c src/xdr/xdr_reference.c \
|
||||
@@ -19,7 +18,6 @@ if LIBNETWORKING
|
||||
man_MANS += $(libxdr_mans)
|
||||
|
||||
noinst_LIBRARIES += librpc.a
|
||||
librpc_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
librpc_a_SOURCES = src/rpc/auth_none.c src/rpc/auth_unix.c \
|
||||
src/rpc/authunix_prot.c src/rpc/bindresvport.c src/rpc/clnt_generic.c \
|
||||
|
||||
@@ -3,7 +3,6 @@ include $(top_srcdir)/automake/compile.am
|
||||
noinst_LIBRARIES = libstdthreads.a
|
||||
|
||||
libstdthreads_a_CFLAGS = -std=c11
|
||||
libstdthreads_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
libstdthreads_a_SOURCES =
|
||||
libstdthreads_a_SOURCES += call_once.c
|
||||
|
||||
@@ -8,8 +8,6 @@ $(PROJECT_LIB)/libmghttpd.a: libmghttpd.a
|
||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/libmghttpd.a
|
||||
TMPINSTALL_FILES = $(PROJECT_LIB)/libmghttpd.a
|
||||
|
||||
libmghttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
libmghttpd_a_SOURCES = mongoose.c mongoose.h
|
||||
endif
|
||||
endif
|
||||
|
||||
@@ -3,7 +3,6 @@ include $(top_srcdir)/automake/compile.am
|
||||
|
||||
|
||||
noinst_LIBRARIES = libposix.a
|
||||
libposix_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libposix_a_SOURCES =
|
||||
|
||||
# Some POSIX functions that are nice to always have
|
||||
|
||||
@@ -12,7 +12,6 @@ libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
|
||||
options.c upap.c upap.h utils.c sys-rtems.c \
|
||||
rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \
|
||||
rtemsdialer.h
|
||||
libpppd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
endif
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -2,7 +2,6 @@ include $(top_srcdir)/automake/multilib.am
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = librtems.a
|
||||
librtems_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
# include
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ endif
|
||||
|
||||
noinst_LIBRARIES = libscore.a
|
||||
libscore_a_SOURCES =
|
||||
libscore_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
# We only build multiprocessing related files if HAS_MP was defined
|
||||
if HAS_MP
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libscorecpu_a_SOURCES =
|
||||
libscorecpu_a_SOURCES += __aeabi_read_tp.c
|
||||
libscorecpu_a_SOURCES += __tls_get_addr.c
|
||||
|
||||
@@ -5,7 +5,6 @@ libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += bfin-exception-frame-print.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -11,8 +11,6 @@ libscorecpu_a_SOURCES += epiphany-context-initialize.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += setjmp.S
|
||||
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -5,7 +5,6 @@ libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -5,7 +5,6 @@ libscorecpu_a_SOURCES = cpu.c cpu_asm.S irq.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += lm32-exception-frame-print.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -6,7 +6,6 @@ libscorecpu_a_SOURCES = cpu.c cpu_asm.c context_switch.S context_init.c \
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += m32c-exception-frame-print.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
|
||||
@@ -4,7 +4,6 @@ noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -9,7 +9,6 @@ libscorecpu_a_SOURCES = cpu.c moxie-exception-frame-print.c cpu_asm.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -31,8 +31,6 @@ libscorecpu_a_SOURCES += nios2-mpu-disable-protected.c
|
||||
libscorecpu_a_SOURCES += nios2-mpu-reset.c
|
||||
libscorecpu_a_SOURCES += nios2-thread-dispatch-disabled.c
|
||||
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ libscorecpu_a_SOURCES = cpu.c cpu_asm.c
|
||||
libscorecpu_a_SOURCES += cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += cpucounterread.c
|
||||
libscorecpu_a_SOURCES += cpuidle.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -15,8 +15,6 @@ libscorecpu_a_SOURCES += or1k-exception-default.c
|
||||
libscorecpu_a_SOURCES += or1k-exception-frame-print.c
|
||||
libscorecpu_a_SOURCES += or1k-exception-handler-low.S
|
||||
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -7,7 +7,6 @@ libscorecpu_a_SOURCES += ppc-context-volatile-clobber.S
|
||||
libscorecpu_a_SOURCES += ppc-context-validate.S
|
||||
libscorecpu_a_SOURCES += ppc-isr-disable-mask.S
|
||||
libscorecpu_a_SOURCES += ppc-isr-vector-install.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libscorecpu_a_SOURCES = cpu.c
|
||||
libscorecpu_a_SOURCES += riscv-exception-handler.S
|
||||
libscorecpu_a_SOURCES += riscv-exception-frame-print.c
|
||||
|
||||
@@ -6,7 +6,6 @@ libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_SOURCES += sh-exception-frame-print.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -7,7 +7,6 @@ libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_SOURCES += v850-exception-frame-print.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -7,7 +7,6 @@ libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_SOURCES += x86_64-context-initialize.c
|
||||
libscorecpu_a_SOURCES += x86_64-context-switch.S
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -8,7 +8,6 @@ $(PROJECT_LIB)/libtelnetd.a: libtelnetd.a
|
||||
TMPINSTALL_FILES = $(PROJECT_LIB)/libtelnetd.a
|
||||
|
||||
libtelnetd_a_SOURCES = check_passwd.c des.c pty.c telnetd.c telnetd-init.c
|
||||
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
endif
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user