forked from Imagelibrary/rtems
build: Directly reference libraries in tests
Remove use of TMPINSTALL_FILES.
This commit is contained in:
@@ -4,14 +4,9 @@ include $(top_srcdir)/automake/compile.am
|
|||||||
include $(top_srcdir)/automake/multilib.am
|
include $(top_srcdir)/automake/multilib.am
|
||||||
|
|
||||||
project_lib_LIBRARIES =
|
project_lib_LIBRARIES =
|
||||||
TMPINSTALL_FILES =
|
|
||||||
|
|
||||||
project_lib_LIBRARIES += librtemscpu.a
|
project_lib_LIBRARIES += librtemscpu.a
|
||||||
|
|
||||||
$(PROJECT_LIB)/librtemscpu.a: librtemscpu.a
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/librtemscpu.a
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/librtemscpu.a
|
|
||||||
|
|
||||||
librtemscpu_a_SOURCES =
|
librtemscpu_a_SOURCES =
|
||||||
librtemscpu_a_SOURCES += dev/i2c/eeprom.c
|
librtemscpu_a_SOURCES += dev/i2c/eeprom.c
|
||||||
librtemscpu_a_SOURCES += dev/i2c/fpga-i2c-slave.c
|
librtemscpu_a_SOURCES += dev/i2c/fpga-i2c-slave.c
|
||||||
@@ -1807,38 +1802,22 @@ _SUBDIRS += libnetworking
|
|||||||
|
|
||||||
project_lib_LIBRARIES += libftpd.a
|
project_lib_LIBRARIES += libftpd.a
|
||||||
|
|
||||||
$(PROJECT_LIB)/libftpd.a: libftpd.a
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/libftpd.a
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/libftpd.a
|
|
||||||
|
|
||||||
libftpd_a_SOURCES =
|
libftpd_a_SOURCES =
|
||||||
libftpd_a_SOURCES += ftpd/ftpd.c
|
libftpd_a_SOURCES += ftpd/ftpd.c
|
||||||
libftpd_a_SOURCES += ftpd/ftpd-init.c
|
libftpd_a_SOURCES += ftpd/ftpd-init.c
|
||||||
|
|
||||||
project_lib_LIBRARIES += libftpfs.a
|
project_lib_LIBRARIES += libftpfs.a
|
||||||
|
|
||||||
$(PROJECT_LIB)/libftpfs.a: libftpfs.a
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/libftpfs.a
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/libftpfs.a
|
|
||||||
|
|
||||||
libftpfs_a_SOURCES =
|
libftpfs_a_SOURCES =
|
||||||
libftpfs_a_SOURCES += libnetworking/lib/ftpfs.c
|
libftpfs_a_SOURCES += libnetworking/lib/ftpfs.c
|
||||||
|
|
||||||
project_lib_LIBRARIES += libtftpfs.a
|
project_lib_LIBRARIES += libtftpfs.a
|
||||||
|
|
||||||
$(PROJECT_LIB)/libtftpfs.a: libtftpfs.a
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/libtftpfs.a
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/libtftpfs.a
|
|
||||||
|
|
||||||
libtftpfs_a_SOURCES =
|
libtftpfs_a_SOURCES =
|
||||||
libtftpfs_a_SOURCES += libnetworking/lib/tftpDriver.c
|
libtftpfs_a_SOURCES += libnetworking/lib/tftpDriver.c
|
||||||
|
|
||||||
project_lib_LIBRARIES += libtelnetd.a
|
project_lib_LIBRARIES += libtelnetd.a
|
||||||
|
|
||||||
$(PROJECT_LIB)/libtelnetd.a: libtelnetd.a
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/libtelnetd.a
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/libtelnetd.a
|
|
||||||
|
|
||||||
libtelnetd_a_SOURCES =
|
libtelnetd_a_SOURCES =
|
||||||
libtelnetd_a_SOURCES += telnetd/check_passwd.c
|
libtelnetd_a_SOURCES += telnetd/check_passwd.c
|
||||||
libtelnetd_a_SOURCES += telnetd/des.c
|
libtelnetd_a_SOURCES += telnetd/des.c
|
||||||
@@ -1850,10 +1829,6 @@ if LIBDEBUGGER
|
|||||||
|
|
||||||
project_lib_LIBRARIES += libdebugger.a
|
project_lib_LIBRARIES += libdebugger.a
|
||||||
|
|
||||||
$(PROJECT_LIB)/libdebugger.a: libdebugger.a
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/libdebugger.a
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/libdebugger.a
|
|
||||||
|
|
||||||
libdebugger_a_SOURCES =
|
libdebugger_a_SOURCES =
|
||||||
libdebugger_a_SOURCES += libdebugger/rtems-debugger-block.c
|
libdebugger_a_SOURCES += libdebugger/rtems-debugger-block.c
|
||||||
libdebugger_a_SOURCES += libdebugger/rtems-debugger-cmd.c
|
libdebugger_a_SOURCES += libdebugger/rtems-debugger-cmd.c
|
||||||
@@ -1868,10 +1843,6 @@ endif
|
|||||||
|
|
||||||
project_lib_LIBRARIES += libjffs2.a
|
project_lib_LIBRARIES += libjffs2.a
|
||||||
|
|
||||||
$(PROJECT_LIB)/libjffs2.a: libjffs2.a
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/libjffs2.a
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/libjffs2.a
|
|
||||||
|
|
||||||
libjffs2_a_SOURCES =
|
libjffs2_a_SOURCES =
|
||||||
libjffs2_a_SOURCES += libfs/src/jffs2/src/build.c
|
libjffs2_a_SOURCES += libfs/src/jffs2/src/build.c
|
||||||
libjffs2_a_SOURCES += libfs/src/jffs2/src/compat-crc32.c
|
libjffs2_a_SOURCES += libfs/src/jffs2/src/compat-crc32.c
|
||||||
@@ -1899,10 +1870,6 @@ libjffs2_a_CPPFLAGS += -I$(srcdir)/libfs/src/jffs2/include
|
|||||||
|
|
||||||
project_lib_LIBRARIES += libz.a
|
project_lib_LIBRARIES += libz.a
|
||||||
|
|
||||||
$(PROJECT_LIB)/libz.a: libz.a
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/libz.a
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/libz.a
|
|
||||||
|
|
||||||
libz_a_SOURCES =
|
libz_a_SOURCES =
|
||||||
libz_a_SOURCES += zlib/adler32.c
|
libz_a_SOURCES += zlib/adler32.c
|
||||||
libz_a_SOURCES += zlib/compress.c
|
libz_a_SOURCES += zlib/compress.c
|
||||||
@@ -1924,10 +1891,6 @@ if LIBNETWORKING
|
|||||||
|
|
||||||
project_lib_LIBRARIES += libnfs.a
|
project_lib_LIBRARIES += libnfs.a
|
||||||
|
|
||||||
$(PROJECT_LIB)/libnfs.a: libnfs.a
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/libnfs.a
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/libnfs.a
|
|
||||||
|
|
||||||
libnfs_a_SOURCES =
|
libnfs_a_SOURCES =
|
||||||
libnfs_a_SOURCES += libfs/src/nfsclient/proto/mount_prot_xdr.c
|
libnfs_a_SOURCES += libfs/src/nfsclient/proto/mount_prot_xdr.c
|
||||||
libnfs_a_SOURCES += libfs/src/nfsclient/proto/nfs_prot_xdr.c
|
libnfs_a_SOURCES += libfs/src/nfsclient/proto/nfs_prot_xdr.c
|
||||||
@@ -1938,10 +1901,6 @@ libnfs_a_SOURCES += libfs/src/nfsclient/src/xdr_mbuf.c
|
|||||||
|
|
||||||
project_lib_LIBRARIES += libpppd.a
|
project_lib_LIBRARIES += libpppd.a
|
||||||
|
|
||||||
$(PROJECT_LIB)/libpppd.a: libpppd.a
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/libpppd.a
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/libpppd.a
|
|
||||||
|
|
||||||
libpppd_a_SOURCES =
|
libpppd_a_SOURCES =
|
||||||
libpppd_a_SOURCES += pppd/auth.c
|
libpppd_a_SOURCES += pppd/auth.c
|
||||||
libpppd_a_SOURCES += pppd/ccp.c
|
libpppd_a_SOURCES += pppd/ccp.c
|
||||||
@@ -1964,10 +1923,6 @@ if HAS_PTHREADS
|
|||||||
|
|
||||||
project_lib_LIBRARIES += libmghttpd.a
|
project_lib_LIBRARIES += libmghttpd.a
|
||||||
|
|
||||||
$(PROJECT_LIB)/libmghttpd.a: libmghttpd.a
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/libmghttpd.a
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/libmghttpd.a
|
|
||||||
|
|
||||||
libmghttpd_a_SOURCES =
|
libmghttpd_a_SOURCES =
|
||||||
libmghttpd_a_SOURCES += mghttpd/mongoose.c
|
libmghttpd_a_SOURCES += mghttpd/mongoose.c
|
||||||
|
|
||||||
|
|||||||
@@ -8,13 +8,21 @@ NM = @NM@
|
|||||||
SIZE = @SIZE@
|
SIZE = @SIZE@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
|
||||||
##
|
TEST_LD_FLAGS = -Wl,--wrap=printf -Wl,--wrap=puts -Wl,--wrap=putchar
|
||||||
|
|
||||||
AM_CPPFLAGS = $(TEST_FLAGS) @RTEMS_CPPFLAGS@ @RTEMS_BSP_CPPFLAGS@
|
AM_CPPFLAGS = $(TEST_FLAGS) @RTEMS_CPPFLAGS@ @RTEMS_BSP_CPPFLAGS@
|
||||||
AM_CFLAGS = $(TEST_C_FLAGS)
|
AM_CFLAGS = $(TEST_C_FLAGS)
|
||||||
AM_CXXFLAGS = $(TEST_CXX_FLAGS)
|
AM_CXXFLAGS = $(TEST_CXX_FLAGS)
|
||||||
AM_LDFLAGS = -B$(RTEMS_BSP_LIBBSP_PATH) $(GCCSPECS) \
|
|
||||||
-L$(PROJECT_LIB) \
|
AM_LDFLAGS =
|
||||||
-L$(RTEMS_BSP_ARCH_LINKCMDS_PATH) \
|
AM_LDFLAGS += -B$(RTEMS_ROOT)lib/libbsp/@RTEMS_CPU@/@RTEMS_BSP_FAMILY@
|
||||||
$(TEST_LD_FLAGS)
|
AM_LDFLAGS += $(GCCSPECS)
|
||||||
|
AM_LDFLAGS += -L$(RTEMS_ROOT)cpukit
|
||||||
|
AM_LDFLAGS += -L$(RTEMS_BSP_ARCH_LINKCMDS_PATH)
|
||||||
|
AM_LDFLAGS += $(TEST_LD_FLAGS)
|
||||||
|
|
||||||
|
LDADD =
|
||||||
|
LDADD += $(RTEMS_ROOT)lib/libbsp/@RTEMS_CPU@/@RTEMS_BSP_FAMILY@/librtemsbsp.a
|
||||||
|
LDADD += $(RTEMS_ROOT)cpukit/librtemscpu.a
|
||||||
|
|
||||||
CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
|
CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ fsjffs2gc01_SOURCES = fsjffs2gc01/init.c support/fstest_support.c \
|
|||||||
jffs2_support/fs_config.h
|
jffs2_support/fs_config.h
|
||||||
fsjffs2gc01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_fsjffs2gc01) \
|
fsjffs2gc01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_fsjffs2gc01) \
|
||||||
$(support_includes) $(test_includes) -I$(top_srcdir)/jffs2_support
|
$(support_includes) $(test_includes) -I$(top_srcdir)/jffs2_support
|
||||||
fsjffs2gc01_LDADD = -ljffs2
|
fsjffs2gc01_LDADD = $(RTEMS_ROOT)cpukit/libjffs2.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if TEST_fsnofs01
|
if TEST_fsnofs01
|
||||||
@@ -267,7 +267,7 @@ jffs2_fserror_SOURCES = fserror/test.c support/fstest_support.c \
|
|||||||
jffs2_support/fs_config.h
|
jffs2_support/fs_config.h
|
||||||
jffs2_fserror_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_jffs2_fserror) \
|
jffs2_fserror_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_jffs2_fserror) \
|
||||||
$(support_includes) $(test_includes) -I$(top_srcdir)/jffs2_support
|
$(support_includes) $(test_includes) -I$(top_srcdir)/jffs2_support
|
||||||
jffs2_fserror_LDADD = -ljffs2
|
jffs2_fserror_LDADD = $(RTEMS_ROOT)cpukit/libjffs2.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if TEST_jffs2_fslink
|
if TEST_jffs2_fslink
|
||||||
@@ -279,7 +279,7 @@ jffs2_fslink_SOURCES = fslink/test.c support/fstest_support.c \
|
|||||||
jffs2_support/fs_config.h
|
jffs2_support/fs_config.h
|
||||||
jffs2_fslink_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_jffs2_fslink) \
|
jffs2_fslink_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_jffs2_fslink) \
|
||||||
$(support_includes) $(test_includes) -I$(top_srcdir)/jffs2_support
|
$(support_includes) $(test_includes) -I$(top_srcdir)/jffs2_support
|
||||||
jffs2_fslink_LDADD = -ljffs2
|
jffs2_fslink_LDADD = $(RTEMS_ROOT)cpukit/libjffs2.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if TEST_jffs2_fspatheval
|
if TEST_jffs2_fspatheval
|
||||||
@@ -292,7 +292,7 @@ jffs2_fspatheval_SOURCES = fspatheval/test.c support/fstest_support.c \
|
|||||||
jffs2_fspatheval_CPPFLAGS = $(AM_CPPFLAGS) \
|
jffs2_fspatheval_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||||
$(TEST_FLAGS_jffs2_fspatheval) $(support_includes) $(test_includes) \
|
$(TEST_FLAGS_jffs2_fspatheval) $(support_includes) $(test_includes) \
|
||||||
-I$(top_srcdir)/jffs2_support
|
-I$(top_srcdir)/jffs2_support
|
||||||
jffs2_fspatheval_LDADD = -ljffs2
|
jffs2_fspatheval_LDADD = $(RTEMS_ROOT)cpukit/libjffs2.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if TEST_jffs2_fspermission
|
if TEST_jffs2_fspermission
|
||||||
@@ -305,7 +305,7 @@ jffs2_fspermission_SOURCES = fspermission/test.c \
|
|||||||
jffs2_fspermission_CPPFLAGS = $(AM_CPPFLAGS) \
|
jffs2_fspermission_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||||
$(TEST_FLAGS_jffs2_fspermission) $(support_includes) $(test_includes) \
|
$(TEST_FLAGS_jffs2_fspermission) $(support_includes) $(test_includes) \
|
||||||
-I$(top_srcdir)/jffs2_support
|
-I$(top_srcdir)/jffs2_support
|
||||||
jffs2_fspermission_LDADD = -ljffs2
|
jffs2_fspermission_LDADD = $(RTEMS_ROOT)cpukit/libjffs2.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if TEST_jffs2_fsrdwr
|
if TEST_jffs2_fsrdwr
|
||||||
@@ -317,7 +317,7 @@ jffs2_fsrdwr_SOURCES = fsrdwr/init.c support/fstest_support.c \
|
|||||||
jffs2_support/fs_config.h
|
jffs2_support/fs_config.h
|
||||||
jffs2_fsrdwr_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_jffs2_fsrdwr) \
|
jffs2_fsrdwr_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_jffs2_fsrdwr) \
|
||||||
$(support_includes) $(test_includes) -I$(top_srcdir)/jffs2_support
|
$(support_includes) $(test_includes) -I$(top_srcdir)/jffs2_support
|
||||||
jffs2_fsrdwr_LDADD = -ljffs2
|
jffs2_fsrdwr_LDADD = $(RTEMS_ROOT)cpukit/libjffs2.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if TEST_jffs2_fsscandir01
|
if TEST_jffs2_fsscandir01
|
||||||
@@ -330,7 +330,7 @@ jffs2_fsscandir01_SOURCES = fsscandir01/init.c \
|
|||||||
jffs2_fsscandir01_CPPFLAGS = $(AM_CPPFLAGS) \
|
jffs2_fsscandir01_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||||
$(TEST_FLAGS_jffs2_fsscandir01) $(support_includes) $(test_includes) \
|
$(TEST_FLAGS_jffs2_fsscandir01) $(support_includes) $(test_includes) \
|
||||||
-I$(top_srcdir)/jffs2_support
|
-I$(top_srcdir)/jffs2_support
|
||||||
jffs2_fsscandir01_LDADD = -ljffs2
|
jffs2_fsscandir01_LDADD = $(RTEMS_ROOT)cpukit/libjffs2.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if TEST_jffs2_fssymlink
|
if TEST_jffs2_fssymlink
|
||||||
@@ -343,7 +343,7 @@ jffs2_fssymlink_SOURCES = fssymlink/test.c support/fstest_support.c \
|
|||||||
jffs2_fssymlink_CPPFLAGS = $(AM_CPPFLAGS) \
|
jffs2_fssymlink_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||||
$(TEST_FLAGS_jffs2_fssymlink) $(support_includes) $(test_includes) \
|
$(TEST_FLAGS_jffs2_fssymlink) $(support_includes) $(test_includes) \
|
||||||
-I$(top_srcdir)/jffs2_support
|
-I$(top_srcdir)/jffs2_support
|
||||||
jffs2_fssymlink_LDADD = -ljffs2
|
jffs2_fssymlink_LDADD = $(RTEMS_ROOT)cpukit/libjffs2.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if TEST_jffs2_fstime
|
if TEST_jffs2_fstime
|
||||||
@@ -355,7 +355,7 @@ jffs2_fstime_SOURCES = fstime/test.c support/fstest_support.c \
|
|||||||
jffs2_support/fs_config.h
|
jffs2_support/fs_config.h
|
||||||
jffs2_fstime_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_jffs2_fstime) \
|
jffs2_fstime_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_jffs2_fstime) \
|
||||||
$(support_includes) $(test_includes) -I$(top_srcdir)/jffs2_support
|
$(support_includes) $(test_includes) -I$(top_srcdir)/jffs2_support
|
||||||
jffs2_fstime_LDADD = -ljffs2
|
jffs2_fstime_LDADD = $(RTEMS_ROOT)cpukit/libjffs2.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if TEST_mdosfs_fserror
|
if TEST_mdosfs_fserror
|
||||||
|
|||||||
@@ -246,7 +246,7 @@ debugger01_SOURCES = debugger01/init.c debugger01/remote.c \
|
|||||||
debugger01/system.h
|
debugger01/system.h
|
||||||
debugger01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_debugger01) \
|
debugger01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_debugger01) \
|
||||||
$(support_includes)
|
$(support_includes)
|
||||||
debugger01_LDADD = -ldebugger
|
debugger01_LDADD = $(RTEMS_ROOT)cpukit/libdebugger.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -582,7 +582,7 @@ lib_docs += ftp01/ftp01.doc
|
|||||||
ftp01_SOURCES = ftp01/init.c
|
ftp01_SOURCES = ftp01/init.c
|
||||||
ftp01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_ftp01) \
|
ftp01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_ftp01) \
|
||||||
$(support_includes) -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
|
$(support_includes) -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
|
||||||
ftp01_LDADD = -lftpd -lftpfs
|
ftp01_LDADD = $(RTEMS_ROOT)cpukit/libftpd.a $(RTEMS_ROOT)cpukit/libftpfs.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -794,7 +794,7 @@ mghttpd01_SOURCES = mghttpd01/init.c mghttpd01_tar.c \
|
|||||||
mghttpd01/test-http-client.h
|
mghttpd01/test-http-client.h
|
||||||
mghttpd01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_mghttpd01) \
|
mghttpd01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_mghttpd01) \
|
||||||
$(support_includes) -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
|
$(support_includes) -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
|
||||||
mghttpd01_LDADD = -lmghttpd
|
mghttpd01_LDADD = $(RTEMS_ROOT)cpukit/libmghttpd.a $(LDADD)
|
||||||
mghttpd01_tar.c: mghttpd01/mghttpd01.tar
|
mghttpd01_tar.c: mghttpd01/mghttpd01.tar
|
||||||
$(AM_V_GEN)$(BIN2C) -C $< $@
|
$(AM_V_GEN)$(BIN2C) -C $< $@
|
||||||
mghttpd01_tar.h: mghttpd01/mghttpd01.tar
|
mghttpd01_tar.h: mghttpd01/mghttpd01.tar
|
||||||
@@ -1056,7 +1056,7 @@ tar01_SOURCES += tar01_tar_xz.c tar01_tar_xz.h
|
|||||||
endif
|
endif
|
||||||
tar01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tar01) \
|
tar01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tar01) \
|
||||||
$(support_includes) $(test_includes) -I$(top_srcdir)/include
|
$(support_includes) $(test_includes) -I$(top_srcdir)/include
|
||||||
tar01_LDADD = -lrtemscpu -lz
|
tar01_LDADD = $(RTEMS_ROOT)cpukit/librtemscpu.a $(RTEMS_ROOT)cpukit/libz.a $(LDADD)
|
||||||
tar01.tar: Makefile
|
tar01.tar: Makefile
|
||||||
$(AM_V_GEN)rm -rf tar01_fs
|
$(AM_V_GEN)rm -rf tar01_fs
|
||||||
$(AM_V_GEN)$(MKDIR_P) tar01_fs/home
|
$(AM_V_GEN)$(MKDIR_P) tar01_fs/home
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ pppd_SOURCES = pppd/init.c pppd/pppdapp.c pppd/netconfig.h \
|
|||||||
pppd/system.h
|
pppd/system.h
|
||||||
pppd_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_pppd) $(support_includes) \
|
pppd_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_pppd) $(support_includes) \
|
||||||
-I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
|
-I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
|
||||||
pppd_LDADD = -lpppd
|
pppd_LDADD = $(RTEMS_ROOT)cpukit/libpppd.a $(LDADD)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user