Update of /cvsroot/blob/blob/include
In directory usw-pr-cvs1:/tmp/cvs-serv16987
Modified Files:
Makefile.am
Removed Files:
command.h errno.h error.h flash.h init.h led.h linux.h main.h
memory.h memsetup.h param_block.h sa1100.h serial.h time.h
types.h util.h uucodec.h
Log Message:
Move header files and adjust Makefiles
Index: Makefile.am
===================================================================
RCS file: /cvsroot/blob/blob/include/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.am 2001/10/05 12:11:46 1.8
+++ Makefile.am 2001/10/07 15:17:49 1.9
@@ -11,26 +11,8 @@
###########################################################################
-noinst_HEADERS = \
- command.h \
- command_hist.h \
- errno.h \
- error.h \
- flash.h \
- init.h \
- led.h \
- linux.h \
- main.h \
- memory.h \
- memsetup.h \
- param_block.h \
- registers.h \
- sa1100.h \
- serial.h \
- time.h \
- types.h \
- util.h \
- uucodec.h
+SUBDIRS = \
+ blob
CLEANFILES = *~
--- command.h DELETED ---
--- errno.h DELETED ---
--- error.h DELETED ---
--- flash.h DELETED ---
--- init.h DELETED ---
--- led.h DELETED ---
--- linux.h DELETED ---
--- main.h DELETED ---
--- memory.h DELETED ---
--- memsetup.h DELETED ---
--- param_block.h DELETED ---
--- sa1100.h DELETED ---
--- serial.h DELETED ---
--- time.h DELETED ---
--- types.h DELETED ---
--- util.h DELETED ---
--- uucodec.h DELETED ---
|