mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-28 01:08:52 +08:00
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES and AM_CFLAGS. Eliminate LIBNAME. * src/imfs/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES and AM_CFLAGS. Eliminate LIBNAME. * wrapup/Makefile.am: Eliminate LIBNAME.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* src/dosfs/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES and
|
||||||
|
AM_CFLAGS. Eliminate LIBNAME.
|
||||||
|
* src/imfs/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES and
|
||||||
|
AM_CFLAGS. Eliminate LIBNAME.
|
||||||
|
* wrapup/Makefile.am: Eliminate LIBNAME.
|
||||||
|
|
||||||
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: RTEMS_TOP(../..).
|
* configure.ac: RTEMS_TOP(../..).
|
||||||
|
|||||||
@@ -7,9 +7,7 @@ include $(top_srcdir)/../automake/multilib.am
|
|||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
include $(top_srcdir)/../automake/lib.am
|
include $(top_srcdir)/../automake/lib.am
|
||||||
|
|
||||||
INCLUDES = -I../..
|
AM_CPPFLAGS += -I../.. $(LIBC_DEFINES)
|
||||||
|
|
||||||
AM_CFLAGS += $(LIBC_DEFINES)
|
|
||||||
|
|
||||||
FATFS_C_FILES = fat.c fat_fat_operations.c fat_file.c
|
FATFS_C_FILES = fat.c fat_fat_operations.c fat_file.c
|
||||||
|
|
||||||
@@ -19,8 +17,7 @@ DOSFS_C_FILES = msdos_create.c msdos_dir.c msdos_eval.c msdos_file.c \
|
|||||||
msdos_misc.c msdos_mknod.c msdos_node_type.c
|
msdos_misc.c msdos_mknod.c msdos_node_type.c
|
||||||
|
|
||||||
if !UNIX
|
if !UNIX
|
||||||
LIBNAME = libdosfs
|
LIB = ${ARCH}/libdosfs.a
|
||||||
LIB = ${ARCH}/${LIBNAME}.a
|
|
||||||
|
|
||||||
C_FILES = $(FATFS_C_FILES) $(DOSFS_C_FILES)
|
C_FILES = $(FATFS_C_FILES) $(DOSFS_C_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -2,11 +2,7 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
LIB = ${ARCH}/libimfs.a
|
||||||
INCLUDES = -I../..
|
|
||||||
|
|
||||||
LIBNAME = libimfs
|
|
||||||
LIB = ${ARCH}/${LIBNAME}.a
|
|
||||||
|
|
||||||
IMFS_C_FILES = imfs_chown.c imfs_config.c imfs_creat.c imfs_directory.c \
|
IMFS_C_FILES = imfs_chown.c imfs_config.c imfs_creat.c imfs_directory.c \
|
||||||
imfs_eval.c imfs_free.c imfs_fsunmount.c imfs_gtkn.c imfs_init.c \
|
imfs_eval.c imfs_free.c imfs_fsunmount.c imfs_gtkn.c imfs_init.c \
|
||||||
@@ -36,6 +32,8 @@ include $(top_srcdir)/../automake/multilib.am
|
|||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
include $(top_srcdir)/../automake/lib.am
|
include $(top_srcdir)/../automake/lib.am
|
||||||
|
|
||||||
|
AM_CPPFLAGS += -I../.. $(LIBC_DEFINES)
|
||||||
|
|
||||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
||||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|
||||||
@@ -51,8 +49,6 @@ OBJS = $(C_O_FILES)
|
|||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CFLAGS += $(LIBC_DEFINES)
|
|
||||||
|
|
||||||
all-local: ${ARCH} $(LIB)
|
all-local: ${ARCH} $(LIB)
|
||||||
|
|
||||||
$(LIB): ${OBJS}
|
$(LIB): ${OBJS}
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
LIBNAME = libfs
|
LIB = $(ARCH)/libfs.a
|
||||||
LIB = $(ARCH)/$(LIBNAME).a
|
|
||||||
|
|
||||||
include $(top_srcdir)/../automake/multilib.am
|
include $(top_srcdir)/../automake/multilib.am
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
Reference in New Issue
Block a user