forked from Imagelibrary/rtems
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>
|
||||
|
||||
* configure.ac: RTEMS_TOP(../..).
|
||||
|
||||
@@ -7,9 +7,7 @@ include $(top_srcdir)/../automake/multilib.am
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/lib.am
|
||||
|
||||
INCLUDES = -I../..
|
||||
|
||||
AM_CFLAGS += $(LIBC_DEFINES)
|
||||
AM_CPPFLAGS += -I../.. $(LIBC_DEFINES)
|
||||
|
||||
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
|
||||
|
||||
if !UNIX
|
||||
LIBNAME = libdosfs
|
||||
LIB = ${ARCH}/${LIBNAME}.a
|
||||
LIB = ${ARCH}/libdosfs.a
|
||||
|
||||
C_FILES = $(FATFS_C_FILES) $(DOSFS_C_FILES)
|
||||
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
|
||||
INCLUDES = -I../..
|
||||
|
||||
LIBNAME = libimfs
|
||||
LIB = ${ARCH}/${LIBNAME}.a
|
||||
LIB = ${ARCH}/libimfs.a
|
||||
|
||||
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 \
|
||||
@@ -36,6 +32,8 @@ include $(top_srcdir)/../automake/multilib.am
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/lib.am
|
||||
|
||||
AM_CPPFLAGS += -I../.. $(LIBC_DEFINES)
|
||||
|
||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
|
||||
@@ -51,8 +49,6 @@ OBJS = $(C_O_FILES)
|
||||
# Add local stuff here using +=
|
||||
#
|
||||
|
||||
AM_CFLAGS += $(LIBC_DEFINES)
|
||||
|
||||
all-local: ${ARCH} $(LIB)
|
||||
|
||||
$(LIB): ${OBJS}
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
LIBNAME = libfs
|
||||
LIB = $(ARCH)/$(LIBNAME).a
|
||||
LIB = $(ARCH)/libfs.a
|
||||
|
||||
include $(top_srcdir)/../automake/multilib.am
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
Reference in New Issue
Block a user