Changeset 416f60e782bf1fe583d43e5a4ef081e67919e0b0

Show
Ignore:
Timestamp:
04/02/07 03:13:30 (6 years ago)
Author:
dsmith <dsmith@…>
Children:
3a8a3e941d1203011d6750e817c43193b7953eea
Parents:
bdb6c2130d63cf82bab8f45201a39fdd60656dfe
git-author:
L. Donnie Smith <donnie.smith@…> (04/02/07 03:13:30)
git-committer:
dsmith <dsmith@…> (04/02/07 03:13:30)
Message:

Added man and doc directories

git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@54 918edb2d-ff29-0410-9de2-eb38e7f22bc7

Files:
4 added
3 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r2744ad3 r416f60e  
    112007-04-01 L. Donnie Smith <cwiid@abstrakraft.org> 
     2        * Moved defs.mak.in to top level directory 
     3        * Added directories to defs.mak.in 
     4        * Moved CFLAGS directories from defs.mak to Makefiles 
     5        * simplified make install deps 
     6 
    27        lswm 
    38        * created app 
  • Makefile.in

    rcc418bb r416f60e  
    11#Copyright (C) 2007 L. Donnie Smith 
    22 
    3 COMMON = @top_builddir@/common 
    4 include $(COMMON)/include/defs.mak 
     3include @top_builddir@/defs.mak 
    54 
    65LIB_DIRS = wiimote 
    76BIN_DIRS = wmgui wminput lswm 
     7DOC_DIRS = man doc 
    88 
    99all install clean distclean uninstall: TARGET += $(MAKECMDGOALS) 
    1010 
    1111all install clean distclean uninstall: $(BIN_DIRS) $(LIB_DIRS) 
     12 
     13install uninstall distclean: $(DOC_DIRS) 
    1214 
    1315all clean distclean: wmdemo 
     
    2325endif 
    2426 
    25 $(LIB_DIRS) $(BIN_DIRS) wmdemo: 
     27$(LIB_DIRS) $(BIN_DIRS) $(DOC_DIRS) wmdemo: 
    2628        $(MAKE) $(TARGET) -C $@ 
    2729 
     
    3436distclean: 
    3537        rm -rf Makefile config.log config.status autom4te.cache \ 
    36                 $(COMMON)/include/defs.mak $(COMMON)/include/lib.mak 
     38                defs.mak $(COMMON)/include/lib.mak 
    3739 
    3840uninstall: 
     
    4345 
    4446.PHONY: all install clean distclean uninstall uninstall_config $(LIB_DIRS) \ 
    45         $(BIN_DIRS) wmdemo 
     47        $(BIN_DIRS) $(DOC_DIRS) wmdemo 
    4648 
    4749.NOTPARALLEL: 
  • configure.ac

    rbdb6c21 r416f60e  
    8888        [defs.mak] 
    8989        [common/include/lib.mak] 
     90        [doc/Makefile] 
     91        [man/Makefile] 
    9092        [wiimote/Makefile] 
    9193        [wmdemo/Makefile]